@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,6 +1,6 @@
1
1
  {
2
2
  "name": "@minus-ai/create-skill",
3
- "version": "0.1.0-beta.4",
3
+ "version": "0.1.0-beta.5",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "create-skill": "./index.mjs"
@@ -1,7 +1,10 @@
1
1
  packages:
2
2
  - frontend
3
3
 
4
- # pnpm 10.16+/11 onlyBuiltDependencies package.json 迁到这里。
5
- # 不声明的话 pnpm 会忽略依赖的构建脚本并硬报错 ERR_PNPM_IGNORED_BUILDS。
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