@ipation/specbridge 2.2.0 → 2.3.0

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": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "Architecture Decision Runtime - Transform architectural decisions into executable, verifiable constraints",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -75,23 +75,23 @@
75
75
  "dependencies": {
76
76
  "@modelcontextprotocol/sdk": "^1.26.0",
77
77
  "chalk": "^5.3.0",
78
- "chokidar": "^3.6.0",
79
- "commander": "^12.0.0",
80
- "express": "^4.18.0",
78
+ "chokidar": "^5.0.0",
79
+ "commander": "^14.0.3",
80
+ "express": "^5.2.1",
81
81
  "fast-glob": "^3.3.0",
82
- "minimatch": "^9.0.0",
83
- "ora": "^8.0.0",
82
+ "minimatch": "^10.1.2",
83
+ "ora": "^9.3.0",
84
84
  "table": "^6.8.0",
85
- "ts-morph": "^24.0.0",
85
+ "ts-morph": "^27.0.2",
86
86
  "vscode-languageserver": "^9.0.1",
87
87
  "vscode-languageserver-textdocument": "^1.0.8",
88
88
  "yaml": "^2.4.0",
89
- "zod": "^3.25.0"
89
+ "zod": "^4.3.6"
90
90
  },
91
91
  "devDependencies": {
92
92
  "@eslint/js": "^9.39.2",
93
- "@types/express": "^4.17.0",
94
- "@types/node": "^20.0.0",
93
+ "@types/express": "^5.0.6",
94
+ "@types/node": "^25.2.1",
95
95
  "@typescript-eslint/eslint-plugin": "^8.54.0",
96
96
  "@typescript-eslint/parser": "^8.54.0",
97
97
  "@vitest/coverage-v8": "^4.0.18",
@@ -100,8 +100,8 @@
100
100
  "husky": "^9.0.0",
101
101
  "prettier": "^3.2.0",
102
102
  "tsup": "^8.0.0",
103
- "typedoc": "^0.25.0",
104
- "typescript": "^5.4.0",
103
+ "typedoc": "^0.28.16",
104
+ "typescript": "^5.9.3",
105
105
  "vitest": "^4.0.18"
106
106
  }
107
107
  }