@ipation/specbridge 1.0.6 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ipation/specbridge",
3
- "version": "1.0.6",
3
+ "version": "1.1.1",
4
4
  "description": "Architecture Decision Runtime - Transform architectural decisions into executable, verifiable constraints",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -73,15 +73,19 @@
73
73
  "node": ">=18.0.0"
74
74
  },
75
75
  "dependencies": {
76
+ "@modelcontextprotocol/sdk": "^1.17.0",
76
77
  "chalk": "^5.3.0",
78
+ "chokidar": "^3.6.0",
77
79
  "commander": "^12.0.0",
78
80
  "fast-glob": "^3.3.0",
79
81
  "minimatch": "^9.0.0",
80
82
  "ora": "^8.0.0",
81
83
  "table": "^6.8.0",
82
84
  "ts-morph": "^24.0.0",
85
+ "vscode-languageserver": "^9.0.1",
86
+ "vscode-languageserver-textdocument": "^1.0.8",
83
87
  "yaml": "^2.4.0",
84
- "zod": "^3.23.0"
88
+ "zod": "^3.25.0"
85
89
  },
86
90
  "devDependencies": {
87
91
  "@types/node": "^20.0.0",