@devflow-tools/cli 0.16.22 → 0.16.24

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/claude-code-plugin",
3
- "version": "0.16.22",
3
+ "version": "0.16.24",
4
4
  "description": "DevFlow — Developer Intelligence Platform for Claude Code",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -11,18 +11,18 @@
11
11
  "prepack": "npm run verify:manifest"
12
12
  },
13
13
  "dependencies": {
14
- "@devflow-tools/database": "0.16.22",
15
- "@devflow-tools/memory-engine": "0.16.22",
16
- "@devflow-tools/sdk": "0.16.22",
17
- "@devflow-tools/telemetry": "0.16.22",
18
- "@devflow-tools/workflow-engine": "0.16.22"
14
+ "@devflow-tools/database": "0.16.24",
15
+ "@devflow-tools/memory-engine": "0.16.24",
16
+ "@devflow-tools/sdk": "0.16.24",
17
+ "@devflow-tools/telemetry": "0.16.24",
18
+ "@devflow-tools/workflow-engine": "0.16.24"
19
19
  },
20
20
  "allowScripts": {
21
21
  "better-sqlite3@12.11.1": true,
22
22
  "sharp@0.32.6": true
23
23
  },
24
24
  "devDependencies": {
25
- "@devflow-tools/mcp-server": "0.16.22"
25
+ "@devflow-tools/mcp-server": "0.16.24"
26
26
  },
27
27
  "keywords": [
28
28
  "pi-package",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/cli",
3
- "version": "0.16.22",
3
+ "version": "0.16.24",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -12,31 +12,31 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@colbymchenry/codegraph": "^1.1.1",
15
- "@devflow-tools/adapters": "0.16.22",
16
- "@devflow-tools/benchmark": "0.16.22",
17
- "@devflow-tools/context-engine": "0.16.22",
18
- "@devflow-tools/database": "0.16.22",
19
- "@devflow-tools/knowledge-engine": "0.16.22",
20
- "@devflow-tools/mcp-server": "0.16.22",
21
- "@devflow-tools/memory-engine": "0.16.22",
22
- "@devflow-tools/plugin-animation": "0.16.22",
23
- "@devflow-tools/plugin-css": "0.16.22",
24
- "@devflow-tools/plugin-docker": "0.16.22",
25
- "@devflow-tools/plugin-electron": "0.16.22",
26
- "@devflow-tools/plugin-git": "0.16.22",
27
- "@devflow-tools/plugin-graphql": "0.16.22",
28
- "@devflow-tools/plugin-nest": "0.16.22",
29
- "@devflow-tools/plugin-nextjs": "0.16.22",
30
- "@devflow-tools/plugin-performance": "0.16.22",
31
- "@devflow-tools/plugin-react": "0.16.22",
32
- "@devflow-tools/plugin-tailwind": "0.16.22",
33
- "@devflow-tools/plugin-taro": "0.16.22",
34
- "@devflow-tools/plugin-ui-layout": "0.16.22",
35
- "@devflow-tools/plugin-vue": "0.16.22",
36
- "@devflow-tools/sdk": "0.16.22",
37
- "@devflow-tools/server": "0.16.22",
38
- "@devflow-tools/telemetry": "0.16.22",
39
- "@devflow-tools/workflow-engine": "0.16.22",
15
+ "@devflow-tools/adapters": "0.16.24",
16
+ "@devflow-tools/benchmark": "0.16.24",
17
+ "@devflow-tools/context-engine": "0.16.24",
18
+ "@devflow-tools/database": "0.16.24",
19
+ "@devflow-tools/knowledge-engine": "0.16.24",
20
+ "@devflow-tools/mcp-server": "0.16.24",
21
+ "@devflow-tools/memory-engine": "0.16.24",
22
+ "@devflow-tools/plugin-animation": "0.16.24",
23
+ "@devflow-tools/plugin-css": "0.16.24",
24
+ "@devflow-tools/plugin-docker": "0.16.24",
25
+ "@devflow-tools/plugin-electron": "0.16.24",
26
+ "@devflow-tools/plugin-git": "0.16.24",
27
+ "@devflow-tools/plugin-graphql": "0.16.24",
28
+ "@devflow-tools/plugin-nest": "0.16.24",
29
+ "@devflow-tools/plugin-nextjs": "0.16.24",
30
+ "@devflow-tools/plugin-performance": "0.16.24",
31
+ "@devflow-tools/plugin-react": "0.16.24",
32
+ "@devflow-tools/plugin-tailwind": "0.16.24",
33
+ "@devflow-tools/plugin-taro": "0.16.24",
34
+ "@devflow-tools/plugin-ui-layout": "0.16.24",
35
+ "@devflow-tools/plugin-vue": "0.16.24",
36
+ "@devflow-tools/sdk": "0.16.24",
37
+ "@devflow-tools/server": "0.16.24",
38
+ "@devflow-tools/telemetry": "0.16.24",
39
+ "@devflow-tools/workflow-engine": "0.16.24",
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": "964af33767bf232606e63d973b3a29d7d53c8119"
52
+ "gitHead": "b21cfa5fadfa43922e724b49156645504b88be34"
53
53
  }