@contractspec/app.cli-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 +32 -0
- package/README.md +1 -1
- package/dist/bun/cli.js +1323 -2902
- package/dist/node/cli.js +1352 -2931
- package/package.json +12 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
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
|
+
|
|
19
|
+
## 1.45.2
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 39ca241: code cleaning
|
|
24
|
+
- Updated dependencies [39ca241]
|
|
25
|
+
- @contractspec/lib.contracts-transformers@1.45.2
|
|
26
|
+
- @contractspec/bundle.workspace@1.45.2
|
|
27
|
+
- @contractspec/lib.ai-providers@1.45.2
|
|
28
|
+
- @contractspec/module.workspace@1.45.2
|
|
29
|
+
- @contractspec/module.examples@1.45.2
|
|
30
|
+
- @contractspec/module.ai-chat@1.45.2
|
|
31
|
+
- @contractspec/lib.contracts@1.45.2
|
|
32
|
+
- @contractspec/lib.testing@1.45.2
|
|
33
|
+
- @contractspec/lib.schema@1.45.2
|
|
34
|
+
|
|
3
35
|
## 1.45.1
|
|
4
36
|
|
|
5
37
|
### 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
|
|
351
|
+
contractspec ci
|
|
352
352
|
|
|
353
353
|
# Run only structure and integrity checks
|
|
354
354
|
contractspec ci --checks structure,integrity
|