@devflow-tools/cli 0.7.2 → 0.7.3
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/dist/plugin-files/package.json +1 -1
- package/package.json +24 -27
package/package.json
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devflow-tools/cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
|
-
"bin": {
|
|
7
|
-
"devflow": "./bin/devflow.cjs"
|
|
8
|
-
},
|
|
9
6
|
"scripts": {
|
|
10
7
|
"build": "tsc -b",
|
|
11
8
|
"postbuild": "npx tsx scripts/build-plugin-files.ts",
|
|
@@ -15,28 +12,28 @@
|
|
|
15
12
|
},
|
|
16
13
|
"dependencies": {
|
|
17
14
|
"@colbymchenry/codegraph": "^1.1.1",
|
|
18
|
-
"@devflow-tools/adapters": "^0.7.
|
|
19
|
-
"@devflow-tools/benchmark": "^0.7.
|
|
20
|
-
"@devflow-tools/context-engine": "^0.7.
|
|
21
|
-
"@devflow-tools/knowledge-engine": "^0.7.
|
|
22
|
-
"@devflow-tools/mcp-server": "^0.7.
|
|
23
|
-
"@devflow-tools/memory-engine": "^0.7.
|
|
24
|
-
"@devflow-tools/plugin-animation": "^0.7.
|
|
25
|
-
"@devflow-tools/plugin-css": "^0.7.
|
|
26
|
-
"@devflow-tools/plugin-docker": "^0.7.
|
|
27
|
-
"@devflow-tools/plugin-electron": "^0.7.
|
|
28
|
-
"@devflow-tools/plugin-git": "^0.7.
|
|
29
|
-
"@devflow-tools/plugin-graphql": "^0.7.
|
|
30
|
-
"@devflow-tools/plugin-nest": "^0.7.
|
|
31
|
-
"@devflow-tools/plugin-nextjs": "^0.7.
|
|
32
|
-
"@devflow-tools/plugin-performance": "^0.7.
|
|
33
|
-
"@devflow-tools/plugin-react": "^0.7.
|
|
34
|
-
"@devflow-tools/plugin-tailwind": "^0.7.
|
|
35
|
-
"@devflow-tools/plugin-taro": "^0.7.
|
|
36
|
-
"@devflow-tools/plugin-ui-layout": "^0.7.
|
|
37
|
-
"@devflow-tools/plugin-vue": "^0.7.
|
|
38
|
-
"@devflow-tools/sdk": "^0.7.
|
|
39
|
-
"@devflow-tools/workflow-engine": "^0.7.
|
|
15
|
+
"@devflow-tools/adapters": "^0.7.3",
|
|
16
|
+
"@devflow-tools/benchmark": "^0.7.3",
|
|
17
|
+
"@devflow-tools/context-engine": "^0.7.3",
|
|
18
|
+
"@devflow-tools/knowledge-engine": "^0.7.3",
|
|
19
|
+
"@devflow-tools/mcp-server": "^0.7.3",
|
|
20
|
+
"@devflow-tools/memory-engine": "^0.7.3",
|
|
21
|
+
"@devflow-tools/plugin-animation": "^0.7.3",
|
|
22
|
+
"@devflow-tools/plugin-css": "^0.7.3",
|
|
23
|
+
"@devflow-tools/plugin-docker": "^0.7.3",
|
|
24
|
+
"@devflow-tools/plugin-electron": "^0.7.3",
|
|
25
|
+
"@devflow-tools/plugin-git": "^0.7.3",
|
|
26
|
+
"@devflow-tools/plugin-graphql": "^0.7.3",
|
|
27
|
+
"@devflow-tools/plugin-nest": "^0.7.3",
|
|
28
|
+
"@devflow-tools/plugin-nextjs": "^0.7.3",
|
|
29
|
+
"@devflow-tools/plugin-performance": "^0.7.3",
|
|
30
|
+
"@devflow-tools/plugin-react": "^0.7.3",
|
|
31
|
+
"@devflow-tools/plugin-tailwind": "^0.7.3",
|
|
32
|
+
"@devflow-tools/plugin-taro": "^0.7.3",
|
|
33
|
+
"@devflow-tools/plugin-ui-layout": "^0.7.3",
|
|
34
|
+
"@devflow-tools/plugin-vue": "^0.7.3",
|
|
35
|
+
"@devflow-tools/sdk": "^0.7.3",
|
|
36
|
+
"@devflow-tools/workflow-engine": "^0.7.3",
|
|
40
37
|
"@inquirer/prompts": "^7.10.1",
|
|
41
38
|
"chalk": "^5.3.0",
|
|
42
39
|
"commander": "^12.0.0"
|
|
@@ -49,5 +46,5 @@
|
|
|
49
46
|
"dist",
|
|
50
47
|
"bin"
|
|
51
48
|
],
|
|
52
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "4f531515270a3d6e9eb93cb56fa6cbf98f753dc6"
|
|
53
50
|
}
|