@devflow-tools/cli 0.17.1 → 0.17.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/claude-code-plugin",
3
- "version": "0.17.1",
3
+ "version": "0.17.2",
4
4
  "description": "DevFlow — Developer Intelligence Platform for Claude Code",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -12,21 +12,21 @@
12
12
  "verify:runtime-dependencies": "npx tsx scripts/verify-runtime-dependencies.ts"
13
13
  },
14
14
  "dependencies": {
15
- "@devflow-tools/benchmark": "0.17.1",
16
- "@devflow-tools/context-engine": "0.17.1",
17
- "@devflow-tools/database": "0.17.1",
18
- "@devflow-tools/memory-engine": "0.17.1",
19
- "@devflow-tools/sdk": "0.17.1",
20
- "@devflow-tools/server": "0.17.1",
21
- "@devflow-tools/telemetry": "0.17.1",
22
- "@devflow-tools/workflow-engine": "0.17.1"
15
+ "@devflow-tools/benchmark": "0.17.2",
16
+ "@devflow-tools/context-engine": "0.17.2",
17
+ "@devflow-tools/database": "0.17.2",
18
+ "@devflow-tools/memory-engine": "0.17.2",
19
+ "@devflow-tools/sdk": "0.17.2",
20
+ "@devflow-tools/server": "0.17.2",
21
+ "@devflow-tools/telemetry": "0.17.2",
22
+ "@devflow-tools/workflow-engine": "0.17.2"
23
23
  },
24
24
  "allowScripts": {
25
25
  "better-sqlite3@12.11.1": true,
26
26
  "sharp@0.32.6": true
27
27
  },
28
28
  "devDependencies": {
29
- "@devflow-tools/mcp-server": "0.17.1"
29
+ "@devflow-tools/mcp-server": "0.17.2"
30
30
  },
31
31
  "keywords": [
32
32
  "pi-package",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/cli",
3
- "version": "0.17.1",
3
+ "version": "0.17.2",
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.17.1",
16
- "@devflow-tools/benchmark": "0.17.1",
17
- "@devflow-tools/context-engine": "0.17.1",
18
- "@devflow-tools/database": "0.17.1",
19
- "@devflow-tools/knowledge-engine": "0.17.1",
20
- "@devflow-tools/mcp-server": "0.17.1",
21
- "@devflow-tools/memory-engine": "0.17.1",
22
- "@devflow-tools/plugin-animation": "0.17.1",
23
- "@devflow-tools/plugin-css": "0.17.1",
24
- "@devflow-tools/plugin-docker": "0.17.1",
25
- "@devflow-tools/plugin-electron": "0.17.1",
26
- "@devflow-tools/plugin-git": "0.17.1",
27
- "@devflow-tools/plugin-graphql": "0.17.1",
28
- "@devflow-tools/plugin-nest": "0.17.1",
29
- "@devflow-tools/plugin-nextjs": "0.17.1",
30
- "@devflow-tools/plugin-performance": "0.17.1",
31
- "@devflow-tools/plugin-react": "0.17.1",
32
- "@devflow-tools/plugin-tailwind": "0.17.1",
33
- "@devflow-tools/plugin-taro": "0.17.1",
34
- "@devflow-tools/plugin-ui-layout": "0.17.1",
35
- "@devflow-tools/plugin-vue": "0.17.1",
36
- "@devflow-tools/sdk": "0.17.1",
37
- "@devflow-tools/server": "0.17.1",
38
- "@devflow-tools/telemetry": "0.17.1",
39
- "@devflow-tools/workflow-engine": "0.17.1",
15
+ "@devflow-tools/adapters": "0.17.2",
16
+ "@devflow-tools/benchmark": "0.17.2",
17
+ "@devflow-tools/context-engine": "0.17.2",
18
+ "@devflow-tools/database": "0.17.2",
19
+ "@devflow-tools/knowledge-engine": "0.17.2",
20
+ "@devflow-tools/mcp-server": "0.17.2",
21
+ "@devflow-tools/memory-engine": "0.17.2",
22
+ "@devflow-tools/plugin-animation": "0.17.2",
23
+ "@devflow-tools/plugin-css": "0.17.2",
24
+ "@devflow-tools/plugin-docker": "0.17.2",
25
+ "@devflow-tools/plugin-electron": "0.17.2",
26
+ "@devflow-tools/plugin-git": "0.17.2",
27
+ "@devflow-tools/plugin-graphql": "0.17.2",
28
+ "@devflow-tools/plugin-nest": "0.17.2",
29
+ "@devflow-tools/plugin-nextjs": "0.17.2",
30
+ "@devflow-tools/plugin-performance": "0.17.2",
31
+ "@devflow-tools/plugin-react": "0.17.2",
32
+ "@devflow-tools/plugin-tailwind": "0.17.2",
33
+ "@devflow-tools/plugin-taro": "0.17.2",
34
+ "@devflow-tools/plugin-ui-layout": "0.17.2",
35
+ "@devflow-tools/plugin-vue": "0.17.2",
36
+ "@devflow-tools/sdk": "0.17.2",
37
+ "@devflow-tools/server": "0.17.2",
38
+ "@devflow-tools/telemetry": "0.17.2",
39
+ "@devflow-tools/workflow-engine": "0.17.2",
40
40
  "@inquirer/prompts": "^7.10.1",
41
41
  "chalk": "^5.3.0",
42
42
  "commander": "^12.0.0"