@minus-ai/create-skill 0.1.0-beta.5 → 0.1.0-beta.6
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,11 @@
|
|
|
1
1
|
packages:
|
|
2
2
|
- frontend
|
|
3
3
|
|
|
4
|
+
# pnpm 11 的 minimumReleaseAge 门槛会拒装"发布太近"的版本,导致内部包刚发布的新版被压回旧版。
|
|
5
|
+
# @minus-ai/* 是平台内部高频迭代包,豁免门槛以保证新建项目总能拿到最新版。
|
|
6
|
+
minimumReleaseAgeExclude:
|
|
7
|
+
- '@minus-ai/*'
|
|
8
|
+
|
|
4
9
|
# pnpm 11.4 起用 allowBuilds 审批构建脚本;只写 onlyBuiltDependencies 会被忽略并报 ERR_PNPM_IGNORED_BUILDS(install exit 1)。
|
|
5
10
|
allowBuilds:
|
|
6
11
|
esbuild: true
|