Skip to content

Commit f69bb94

Browse files
Compress/v0.1.8
1 parent 7291cb1 commit f69bb94

File tree

95 files changed

+1769
-1636
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+1769
-1636
lines changed

.github/workflows/NPM.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v4.2.2
6161

62-
- uses: actions/setup-node@v4.3.0
62+
- uses: actions/setup-node@v4.2.0
6363
with:
6464
node-version: "18"
6565
registry-url: "https://registry.npmjs.org"

.github/workflows/Node.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
--unsafe-perm=true
7777
]
7878
79-
- uses: actions/setup-node@v4.3.0
79+
- uses: actions/setup-node@v4.2.0
8080
with:
8181
node-version: ${{ matrix.node-version }}
8282
cache: "pnpm"
@@ -88,7 +88,7 @@ jobs:
8888
- run: pnpm run prepublishOnly
8989
working-directory: .
9090

91-
- uses: actions/upload-artifact@v4.6.2
91+
- uses: actions/upload-artifact@v4.6.1
9292
with:
9393
name: .-Node-${{ matrix.node-version }}-Target
9494
path: ./Target

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
## 0.1.8
22

3+
### Change
4+
5+
- Updated core module imports to use Node.js `node:` protocol for `fs`, `path`,
6+
and `buffer`
7+
- Updated dependencies to latest versions:
8+
- `commander` (13.0.0 → 13.1.0)
9+
- `deepmerge-ts` (7.1.3 → 7.1.5)
10+
- `lightningcss` (1.28.2 → 1.29.3)
11+
- `terser` (5.37.0 → 5.39.0)
12+
- `browserslist` (4.24.3 → 4.24.4)
13+
- Modified package metadata including:
14+
- Version bump to 0.1.8
15+
- Description formatting changes
16+
- Script name adjustments in package.json
17+
- Changed default configuration to disable `lightningcss` compressor by default
18+
19+
### Add
20+
21+
- Support boolean type for compression options (`csso`, `lightningcss`,
22+
`html-minifier-terser`, `sharp`, `terser`, `svgo`) to allow disabling specific
23+
compressors
24+
25+
### Fix
26+
27+
- Fixed type casting in ESBuild configuration by explicitly specifying `Plugin`
28+
type
29+
- Corrected import statements for Node.js core modules
30+
331
## 0.1.7
432

533
### Add

docs/assets/hierarchy.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
window.hierarchyData = "eJyrVirKzy8pVrKKjtVRKkpNy0lNLsnMzytWsqqurQUAmx4Kpg=="

docs/assets/icons.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/icons.svg

+1-1
Loading

docs/assets/main.js

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/style.css

+1,435-1,288
Large diffs are not rendered by default.

docs/functions/Function_Directory.directory.html

-1
This file was deleted.

docs/functions/Function_Image_Writesharp.writesharp.html

-2
This file was deleted.

0 commit comments

Comments
 (0)