Skip to content

Commit 5f1f059

Browse files
committed
chore: 7.3.0 (#202)
1 parent 9751761 commit 5f1f059

File tree

4 files changed

+242
-271
lines changed

4 files changed

+242
-271
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
registry=https://registry.npmmirror.com
1+
registry=https://registry.npmjs.org

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
},
3232
"pnpm": {
3333
"overrides": {
34-
"cross-spawn": "7.0.5"
34+
"cross-spawn": "7.0.5",
35+
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
36+
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
37+
"vite-plugin-static-copy@>=0.4.3 <=2.3.1": ">=2.3.2",
38+
"vite@>=6.0.0 <=6.3.5": ">=6.3.6",
39+
"vite@>=6.0.0 <=6.4.0": ">=6.4.1",
40+
"playwright@<1.55.1": ">=1.55.1"
3541
}
3642
}
3743
}

packages/ffi-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cn-font-split",
3-
"version": "7.2.9",
3+
"version": "7.3.0",
44
"description": "划时代的字体切割工具,CJK与任何字符!支持 otf、ttf、woff2 字体多线程切割,完美地细颗粒度地进行包大小控制。A revolutionary font subetter that supports CJK and any characters! It enables multi-threaded subset of otf, ttf, and woff2 fonts, allowing for precise control over package size.",
55
"main": "./dist/node/index.js",
66
"module": "./dist/node/index.mjs",

0 commit comments

Comments
 (0)