contractspec 1.45.1 → 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 +16 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# contractspec
|
|
2
2
|
|
|
3
|
+
## 1.45.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e74ea9e: feat: version management
|
|
8
|
+
- Updated dependencies [e74ea9e]
|
|
9
|
+
- @contractspec/app.cli-contractspec@1.45.3
|
|
10
|
+
|
|
11
|
+
## 1.45.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 39ca241: code cleaning
|
|
16
|
+
- Updated dependencies [39ca241]
|
|
17
|
+
- @contractspec/app.cli-contractspec@1.45.2
|
|
18
|
+
|
|
3
19
|
## 1.45.1
|
|
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
|
|
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.
|
|
3
|
+
"version": "1.45.3",
|
|
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.
|
|
9
|
+
"@contractspec/app.cli-contractspec": "1.45.3"
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
12
|
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|