@contractspec/app.cli-contractspec 3.7.4 → 3.7.6

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 (3) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist/bun/cli.js +808 -808
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.7.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: release manifest
8
+ - Updated dependencies
9
+ - @contractspec/lib.contracts-integrations@3.7.6
10
+ - @contractspec/lib.contracts-transformers@3.7.6
11
+ - @contractspec/lib.contracts-spec@3.7.6
12
+ - @contractspec/bundle.workspace@3.7.6
13
+ - @contractspec/lib.ai-providers@3.7.6
14
+ - @contractspec/module.workspace@3.7.6
15
+ - @contractspec/module.examples@3.7.6
16
+ - @contractspec/module.ai-chat@4.3.6
17
+ - @contractspec/lib.ai-agent@7.0.6
18
+ - @contractspec/lib.plugins@3.7.6
19
+ - @contractspec/lib.testing@3.7.6
20
+ - @contractspec/lib.schema@3.7.6
21
+
22
+ ## 3.7.5
23
+
24
+ ### Patch Changes
25
+
26
+ - ecf195a: fix: release security
27
+ - Updated dependencies [ecf195a]
28
+ - @contractspec/lib.contracts-integrations@3.7.5
29
+ - @contractspec/lib.contracts-transformers@3.7.5
30
+ - @contractspec/lib.contracts-spec@3.7.5
31
+ - @contractspec/bundle.workspace@3.7.5
32
+ - @contractspec/lib.ai-providers@3.7.5
33
+ - @contractspec/module.workspace@3.7.5
34
+ - @contractspec/module.examples@3.7.5
35
+ - @contractspec/module.ai-chat@4.3.5
36
+ - @contractspec/lib.ai-agent@7.0.5
37
+ - @contractspec/lib.plugins@3.7.5
38
+ - @contractspec/lib.testing@3.7.5
39
+ - @contractspec/lib.schema@3.7.5
40
+
3
41
  ## 3.7.4
4
42
 
5
43
  ### Patch Changes