@contractspec/example.lifecycle-dashboard 3.7.7 → 3.7.12

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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=6 noBundle=false
6
- Bundled 6 modules in 23ms
6
+ Bundled 6 modules in 31ms
7
7
 
8
8
  docs/index.js 0.95 KB (entry point)
9
9
  ./index.js 4.0 KB (entry point)
@@ -13,7 +13,7 @@ Bundled 6 modules in 23ms
13
13
  snippets/page.js 1.58 KB (entry point)
14
14
 
15
15
  [contractspec-bun-build] transpile target=node root=src entries=6 noBundle=false
16
- Bundled 6 modules in 13ms
16
+ Bundled 6 modules in 28ms
17
17
 
18
18
  docs/index.js 0.94 KB (entry point)
19
19
  ./index.js 4.0 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @contractspec/example.lifecycle-dashboard
2
2
 
3
+ ## 3.7.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [81256ea]
8
+ - Updated dependencies [2619dd8]
9
+ - Updated dependencies [81256ea]
10
+ - Updated dependencies [a4489bb]
11
+ - Updated dependencies [9cb304e]
12
+ - @contractspec/lib.contracts-spec@5.0.0
13
+
14
+ ## 3.7.11
15
+
16
+ ### Patch Changes
17
+
18
+ - fix: release
19
+ - Updated dependencies
20
+ - @contractspec/lib.contracts-spec@4.1.3
21
+
22
+ ## 3.7.10
23
+
24
+ ### Patch Changes
25
+
26
+ - 1a44cb6: feat: improve examples to increase coverage of Contracts type
27
+ - Updated dependencies [1a44cb6]
28
+ - @contractspec/lib.contracts-spec@4.1.2
29
+
30
+ ## 3.7.9
31
+
32
+ ### Patch Changes
33
+
34
+ - fix: release
35
+ - Updated dependencies
36
+ - @contractspec/lib.contracts-spec@4.1.1
37
+
3
38
  ## 3.7.6
4
39
 
5
40
  ### Patch Changes
@@ -349,6 +384,7 @@
349
384
  - 7f3203a: fix: make workspace test runs resilient when packages have no tests
350
385
 
351
386
  Updates package test scripts to pass cleanly when no matching test files exist:
387
+
352
388
  - Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
353
389
  - Uses `jest --passWithNoTests` for the UI kit web package.
354
390
  - Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
@@ -655,14 +691,17 @@
655
691
  feat: Contract layers support (features, examples, app-configs)
656
692
 
657
693
  ### New CLI Commands
694
+
658
695
  - `contractspec list layers` - List all contract layers with filtering
659
696
 
660
697
  ### Enhanced Commands
698
+
661
699
  - `contractspec ci` - New `layers` check category validates features/examples/config
662
700
  - `contractspec doctor` - New `layers` health checks
663
701
  - `contractspec integrity` - Now shows layer statistics
664
702
 
665
703
  ### New APIs
704
+
666
705
  - `discoverLayers()` - Scan workspace for all layer files
667
706
  - `scanExampleSource()` - Parse ExampleSpec from source code
668
707
  - `isExampleFile()` - Check if file is an example spec
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.lifecycle-dashboard",
3
- "version": "3.7.7",
3
+ "version": "3.7.12",
4
4
  "description": "Lifecycle dashboard example (snippet): how to call lifecycle-managed APIs and render a status card.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -64,12 +64,12 @@
64
64
  "typecheck": "tsc --noEmit"
65
65
  },
66
66
  "dependencies": {
67
- "@contractspec/lib.contracts-spec": "4.0.0"
67
+ "@contractspec/lib.contracts-spec": "5.0.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@contractspec/tool.typescript": "3.7.6",
70
+ "@contractspec/tool.typescript": "3.7.9",
71
71
  "typescript": "^5.9.3",
72
- "@contractspec/tool.bun": "3.7.6"
72
+ "@contractspec/tool.bun": "3.7.9"
73
73
  },
74
74
  "publishConfig": {
75
75
  "access": "public",