wechen-agent-editor-v1 1.2.1 → 1.2.2
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": "wechen-agent-editor-v1",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Wechen Agent:可执行的 AI 流程编排编辑器(React Flow),节点即模块、边即执行顺序;Monaco + Ant Design,面向 npm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -55,7 +55,6 @@
|
|
|
55
55
|
"typecheck": "tsc --noEmit && npm --prefix playground run typecheck",
|
|
56
56
|
"build": "vite build",
|
|
57
57
|
"prepublishOnly": "npm run build",
|
|
58
|
-
"postinstall": "npm install --prefix playground",
|
|
59
58
|
"dev": "npm --prefix playground run dev",
|
|
60
59
|
"dev:minimal": "npm --prefix playground run dev:minimal",
|
|
61
60
|
"pack:check": "npm pack --dry-run",
|