@minus-ai/create-skill 0.1.0-beta.4 → 0.1.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
packages:
|
|
2
2
|
- frontend
|
|
3
3
|
|
|
4
|
-
# pnpm
|
|
5
|
-
|
|
4
|
+
# pnpm 11.4 起用 allowBuilds 审批构建脚本;只写 onlyBuiltDependencies 会被忽略并报 ERR_PNPM_IGNORED_BUILDS(install exit 1)。
|
|
5
|
+
allowBuilds:
|
|
6
|
+
esbuild: true
|
|
7
|
+
|
|
8
|
+
# 兼容 pnpm 10.16+ 的旧机制,与 allowBuilds 共存无害。
|
|
6
9
|
onlyBuiltDependencies:
|
|
7
10
|
- esbuild
|