@agentfare/forge 0.4.0 → 0.5.1
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 +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentfare/forge",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "AI 开发质量门禁引擎 — 结构化门禁管道,在 AI 生成的代码进入仓库前进行质量锻造",
|
|
5
5
|
"bin": {
|
|
6
6
|
"forge": "run.js"
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"engines": {
|
|
28
28
|
"node": ">=16"
|
|
29
29
|
},
|
|
30
|
-
"optionalDependencies": {},
|
|
31
30
|
"publishConfig": {
|
|
32
31
|
"registry": "https://registry.npmjs.org/",
|
|
33
32
|
"access": "public"
|