@contractspec/app.cli-contractspec 1.45.6 → 1.46.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.
Files changed (4) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/bun/cli.js +1293 -1240
  3. package/dist/node/cli.js +1297 -1244
  4. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.46.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d8a72b: fix: mcp for presentation
8
+ - Updated dependencies [2d8a72b]
9
+ - @contractspec/lib.contracts-transformers@1.46.1
10
+ - @contractspec/bundle.workspace@1.46.1
11
+ - @contractspec/lib.ai-providers@1.46.1
12
+ - @contractspec/module.workspace@1.46.1
13
+ - @contractspec/module.examples@1.46.1
14
+ - @contractspec/module.ai-chat@1.46.1
15
+ - @contractspec/lib.contracts@1.46.1
16
+ - @contractspec/lib.testing@1.46.1
17
+ - @contractspec/lib.schema@1.46.1
18
+
19
+ ## 1.46.0
20
+
21
+ ### Minor Changes
22
+
23
+ - 07cb19b: feat: feat: cleaude code & opencode integrations
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [07cb19b]
28
+ - @contractspec/lib.contracts-transformers@1.46.0
29
+ - @contractspec/bundle.workspace@1.46.0
30
+ - @contractspec/lib.ai-providers@1.46.0
31
+ - @contractspec/module.workspace@1.46.0
32
+ - @contractspec/module.examples@1.46.0
33
+ - @contractspec/module.ai-chat@1.46.0
34
+ - @contractspec/lib.contracts@1.46.0
35
+ - @contractspec/lib.testing@1.46.0
36
+ - @contractspec/lib.schema@1.46.0
37
+
3
38
  ## 1.45.6
4
39
 
5
40
  ### Patch Changes