depwire-cli 1.1.0 → 1.1.1

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/index.js CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  stashChanges,
18
18
  updateFileInGraph,
19
19
  watchProject
20
- } from "./chunk-W3ZVSDFL.js";
20
+ } from "./chunk-R263B2GF.js";
21
21
  import {
22
22
  SimulationEngine,
23
23
  analyzeDeadCode,
@@ -31,7 +31,7 @@ import {
31
31
  parseProject,
32
32
  scanSecurity,
33
33
  searchSymbols
34
- } from "./chunk-WLKW7X7G.js";
34
+ } from "./chunk-Y2CGCAMZ.js";
35
35
 
36
36
  // src/index.ts
37
37
  import { Command } from "commander";
@@ -4,11 +4,11 @@ import {
4
4
  startMcpServer,
5
5
  updateFileInGraph,
6
6
  watchProject
7
- } from "./chunk-W3ZVSDFL.js";
7
+ } from "./chunk-R263B2GF.js";
8
8
  import {
9
9
  buildGraph,
10
10
  parseProject
11
- } from "./chunk-WLKW7X7G.js";
11
+ } from "./chunk-Y2CGCAMZ.js";
12
12
 
13
13
  // src/mcpb-entry.ts
14
14
  import { resolve } from "path";
package/dist/sdk.js CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  parseProject,
11
11
  scanSecurity,
12
12
  searchSymbols
13
- } from "./chunk-WLKW7X7G.js";
13
+ } from "./chunk-Y2CGCAMZ.js";
14
14
 
15
15
  // src/sdk.ts
16
16
  import { readFileSync } from "fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "depwire-cli",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Dependency graph + 17 MCP tools for AI coding assistants. Impact analysis, health scoring, security scanner.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -42,7 +42,8 @@
42
42
  "blast-radius",
43
43
  "deterministic-graph",
44
44
  "kotlin",
45
- "php"
45
+ "php",
46
+ "swift"
46
47
  ],
47
48
  "author": "Atef Ataya (https://www.youtube.com/@atefataya)",
48
49
  "license": "BUSL-1.1",