contractspec 1.42.8 → 1.42.10

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # contractspec
2
2
 
3
+ ## 1.42.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 1e6a0f1: fix: mcp server
8
+ - Updated dependencies [1e6a0f1]
9
+ - @lssm/app.cli-contractspec@1.42.10
10
+
11
+ ## 1.42.9
12
+
13
+ ### Patch Changes
14
+
15
+ - 9281db7: fix ModelRegistry
16
+ - Updated dependencies [9281db7]
17
+ - @lssm/app.cli-contractspec@1.42.9
18
+
3
19
  ## 1.42.8
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ContractSpec
2
2
 
3
- Website: https://contractspec.lssm.tech/
3
+ Website: https://contractspec.io/
4
4
 
5
5
 
6
6
  **Stabilize your AI-generated code** — Define contracts once, generate consistent code across API, DB, UI, and events. Safe regeneration. No lock-in.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "contractspec",
3
- "version": "1.42.8",
3
+ "version": "1.42.10",
4
4
  "description": "CLI tool for creating, building, and validating contract specifications",
5
5
  "bin": {
6
6
  "contractspec": "./bin/contractspec.mjs"
7
7
  },
8
8
  "dependencies": {
9
- "@lssm/app.cli-contractspec": "1.42.8"
9
+ "@lssm/app.cli-contractspec": "1.42.10"
10
10
  },
11
11
  "scripts": {
12
12
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",