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