Skip to content

Commit 3032e3f

Browse files
committed
[add] Compression Stream polyfill
[optimize] update Upstream packages & extensions
1 parent ce5a866 commit 3032e3f

4 files changed

Lines changed: 288 additions & 319 deletions

File tree

.vscode/extensions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
"yzhang.markdown-all-in-one",
44
"redhat.vscode-yaml",
55
"akamud.vscode-caniuse",
6-
"visualstudioexptteam.intellicode-api-usage-examples",
76
"pflannery.vscode-versionlens",
87
"christian-kohler.npm-intellisense",
98
"esbenp.prettier-vscode",
109
"eamodio.gitlens",
1110
"github.vscode-pull-request-github",
1211
"github.vscode-github-actions",
13-
"GitHub.copilot"
12+
"GitHub.copilot-chat"
1413
]
1514
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-polyfill",
3-
"version": "0.8.5",
3+
"version": "0.8.6",
44
"license": "AGPL-3.0",
55
"author": "shiy2008@gmail.com",
66
"description": "An automatic CDN service for Web polyfills, which is based on TypeScript, Node.js & UnPkg.",
@@ -27,20 +27,20 @@
2727
"dependencies": {
2828
"@tech_query/node-toolkit": "^2.0.0-beta.3",
2929
"dom-renderer": "^2.6.4",
30-
"dotenv": "^17.2.3",
31-
"fs-extra": "^11.3.3",
32-
"happy-dom": "^20.3.3",
30+
"dotenv": "^17.3.1",
31+
"fs-extra": "^11.3.4",
32+
"happy-dom": "^20.8.4",
3333
"koapache": "^3.0.0",
34-
"marked": "^17.0.1",
34+
"marked": "^17.0.4",
3535
"tslib": "^2.8.1",
36-
"undici": "^7.18.2"
36+
"undici": "^7.24.4"
3737
},
3838
"devDependencies": {
3939
"@types/fs-extra": "^11.0.4",
40-
"@types/node": "^24.10.9",
40+
"@types/node": "^24.12.0",
4141
"husky": "^9.1.7",
42-
"lint-staged": "^16.2.7",
43-
"prettier": "^3.8.0",
42+
"lint-staged": "^16.4.0",
43+
"prettier": "^3.8.1",
4444
"tsx": "^4.21.0",
4545
"typescript": "~5.9.3"
4646
},

0 commit comments

Comments
 (0)