@contractspec/app.cli-contractspec 1.45.2 → 1.45.3

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
  # Changelog
2
2
 
3
+ ## 1.45.3
4
+
5
+ ### Patch Changes
6
+
7
+ - e74ea9e: feat: version management
8
+ - Updated dependencies [e74ea9e]
9
+ - @contractspec/lib.contracts-transformers@1.45.3
10
+ - @contractspec/bundle.workspace@1.45.3
11
+ - @contractspec/lib.ai-providers@1.45.3
12
+ - @contractspec/module.workspace@1.45.3
13
+ - @contractspec/module.examples@1.45.3
14
+ - @contractspec/module.ai-chat@1.45.3
15
+ - @contractspec/lib.contracts@1.45.3
16
+ - @contractspec/lib.testing@1.45.3
17
+ - @contractspec/lib.schema@1.45.3
18
+
3
19
  ## 1.45.2
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -348,7 +348,7 @@ contractspec ci --format json
348
348
  contractspec ci --format sarif --output results.sarif
349
349
 
350
350
  # Skip doctor checks
351
- contractspec ci --skip doctor
351
+ contractspec ci
352
352
 
353
353
  # Run only structure and integrity checks
354
354
  contractspec ci --checks structure,integrity