@contractspec/tool.typescript 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @contractspec/tool.typescript
2
2
 
3
+ ## 1.45.1
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: improve app config and examples contracts
8
+
9
+ ## 1.45.0
10
+
11
+ ### Minor Changes
12
+
13
+ - e73ca1d: feat: improve app config and examples contracts
14
+ feat: Contract layers support (features, examples, app-configs)
15
+
16
+ ### New CLI Commands
17
+ - `contractspec list layers` - List all contract layers with filtering
18
+
19
+ ### Enhanced Commands
20
+ - `contractspec ci` - New `layers` check category validates features/examples/config
21
+ - `contractspec doctor` - New `layers` health checks
22
+ - `contractspec integrity` - Now shows layer statistics
23
+
24
+ ### New APIs
25
+ - `discoverLayers()` - Scan workspace for all layer files
26
+ - `scanExampleSource()` - Parse ExampleSpec from source code
27
+ - `isExampleFile()` - Check if file is an example spec
28
+
3
29
  ## 1.44.1
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/tool.typescript",
3
- "version": "1.44.1",
3
+ "version": "1.45.1",
4
4
  "scripts": {
5
5
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
6
6
  "publish:pkg:canary": "bun publish:pkg --tag canary"