@contractspec/app.cli-contractspec 1.44.1 → 1.45.1

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,54 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.45.1
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: improve app config and examples contracts
8
+ - Updated dependencies
9
+ - @contractspec/lib.contracts-transformers@1.45.1
10
+ - @contractspec/bundle.workspace@1.45.1
11
+ - @contractspec/lib.ai-providers@1.45.1
12
+ - @contractspec/module.workspace@1.45.1
13
+ - @contractspec/module.examples@1.45.1
14
+ - @contractspec/module.ai-chat@1.45.1
15
+ - @contractspec/lib.contracts@1.45.1
16
+ - @contractspec/lib.testing@1.45.1
17
+ - @contractspec/lib.schema@1.45.1
18
+
19
+ ## 1.45.0
20
+
21
+ ### Minor Changes
22
+
23
+ - e73ca1d: feat: improve app config and examples contracts
24
+ feat: Contract layers support (features, examples, app-configs)
25
+
26
+ ### New CLI Commands
27
+ - `contractspec list layers` - List all contract layers with filtering
28
+
29
+ ### Enhanced Commands
30
+ - `contractspec ci` - New `layers` check category validates features/examples/config
31
+ - `contractspec doctor` - New `layers` health checks
32
+ - `contractspec integrity` - Now shows layer statistics
33
+
34
+ ### New APIs
35
+ - `discoverLayers()` - Scan workspace for all layer files
36
+ - `scanExampleSource()` - Parse ExampleSpec from source code
37
+ - `isExampleFile()` - Check if file is an example spec
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [e73ca1d]
42
+ - @contractspec/lib.contracts-transformers@1.45.0
43
+ - @contractspec/bundle.workspace@1.45.0
44
+ - @contractspec/lib.ai-providers@1.45.0
45
+ - @contractspec/module.workspace@1.45.0
46
+ - @contractspec/module.examples@1.45.0
47
+ - @contractspec/module.ai-chat@1.45.0
48
+ - @contractspec/lib.contracts@1.45.0
49
+ - @contractspec/lib.testing@1.45.0
50
+ - @contractspec/lib.schema@1.45.0
51
+
3
52
  ## 1.44.1
4
53
 
5
54
  ### Patch Changes