@devflow-tools/cli 0.18.14 → 0.18.16

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,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/cli",
3
- "version": "0.18.14",
3
+ "version": "0.18.16",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "devflow": "./bin/devflow.cjs"
@@ -14,38 +14,38 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@colbymchenry/codegraph": "^1.1.1",
17
- "@devflow-tools/adapters": "0.18.14",
18
- "@devflow-tools/benchmark": "0.18.14",
19
- "@devflow-tools/context-engine": "0.18.14",
20
- "@devflow-tools/database": "0.18.14",
21
- "@devflow-tools/delivery-line": "0.18.14",
22
- "@devflow-tools/knowledge-engine": "0.18.14",
23
- "@devflow-tools/mcp-server": "0.18.14",
24
- "@devflow-tools/memory-engine": "0.18.14",
25
- "@devflow-tools/plugin-animation": "0.18.14",
26
- "@devflow-tools/plugin-css": "0.18.14",
27
- "@devflow-tools/plugin-docker": "0.18.14",
28
- "@devflow-tools/plugin-electron": "0.18.14",
29
- "@devflow-tools/plugin-git": "0.18.14",
30
- "@devflow-tools/plugin-graphql": "0.18.14",
31
- "@devflow-tools/plugin-nest": "0.18.14",
32
- "@devflow-tools/plugin-nextjs": "0.18.14",
33
- "@devflow-tools/plugin-performance": "0.18.14",
34
- "@devflow-tools/plugin-react": "0.18.14",
35
- "@devflow-tools/plugin-tailwind": "0.18.14",
36
- "@devflow-tools/plugin-taro": "0.18.14",
37
- "@devflow-tools/plugin-ui-layout": "0.18.14",
38
- "@devflow-tools/plugin-vue": "0.18.14",
39
- "@devflow-tools/sdk": "0.18.14",
40
- "@devflow-tools/server": "0.18.14",
41
- "@devflow-tools/telemetry": "0.18.14",
42
- "@devflow-tools/workflow-engine": "0.18.14",
17
+ "@devflow-tools/adapters": "0.18.16",
18
+ "@devflow-tools/benchmark": "0.18.16",
19
+ "@devflow-tools/context-engine": "0.18.16",
20
+ "@devflow-tools/database": "0.18.16",
21
+ "@devflow-tools/delivery-line": "0.18.16",
22
+ "@devflow-tools/knowledge-engine": "0.18.16",
23
+ "@devflow-tools/mcp-server": "0.18.16",
24
+ "@devflow-tools/memory-engine": "0.18.16",
25
+ "@devflow-tools/plugin-animation": "0.18.16",
26
+ "@devflow-tools/plugin-css": "0.18.16",
27
+ "@devflow-tools/plugin-docker": "0.18.16",
28
+ "@devflow-tools/plugin-electron": "0.18.16",
29
+ "@devflow-tools/plugin-git": "0.18.16",
30
+ "@devflow-tools/plugin-graphql": "0.18.16",
31
+ "@devflow-tools/plugin-nest": "0.18.16",
32
+ "@devflow-tools/plugin-nextjs": "0.18.16",
33
+ "@devflow-tools/plugin-performance": "0.18.16",
34
+ "@devflow-tools/plugin-react": "0.18.16",
35
+ "@devflow-tools/plugin-tailwind": "0.18.16",
36
+ "@devflow-tools/plugin-taro": "0.18.16",
37
+ "@devflow-tools/plugin-ui-layout": "0.18.16",
38
+ "@devflow-tools/plugin-vue": "0.18.16",
39
+ "@devflow-tools/sdk": "0.18.16",
40
+ "@devflow-tools/server": "0.18.16",
41
+ "@devflow-tools/telemetry": "0.18.16",
42
+ "@devflow-tools/workflow-engine": "0.18.16",
43
43
  "@inquirer/prompts": "^7.10.1",
44
44
  "chalk": "^5.3.0",
45
45
  "commander": "^12.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@devflow-tools/devflow": "0.18.14",
48
+ "@devflow-tools/devflow": "0.18.16",
49
49
  "typescript": "^5.5.0",
50
50
  "vitest": "^2.0.0"
51
51
  },