contractspec 1.45.2 → 1.45.4

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.45.4
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: github action
8
+ - Updated dependencies
9
+ - @contractspec/app.cli-contractspec@1.45.4
10
+
11
+ ## 1.45.3
12
+
13
+ ### Patch Changes
14
+
15
+ - e74ea9e: feat: version management
16
+ - Updated dependencies [e74ea9e]
17
+ - @contractspec/app.cli-contractspec@1.45.3
18
+
3
19
  ## 1.45.2
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -326,7 +326,7 @@ contractspec ci --format json
326
326
  contractspec ci --format sarif --output results.sarif
327
327
 
328
328
  # Skip doctor checks
329
- contractspec ci --skip doctor
329
+ contractspec ci
330
330
 
331
331
  # Run only structure and integrity checks
332
332
  contractspec ci --checks structure,integrity
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "contractspec",
3
- "version": "1.45.2",
3
+ "version": "1.45.4",
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
- "@contractspec/app.cli-contractspec": "1.45.2"
9
+ "@contractspec/app.cli-contractspec": "1.45.4"
10
10
  },
11
11
  "scripts": {
12
12
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",