@contractspec/lib.example-shared-ui 6.0.7 → 6.0.10

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=28 noBundle=false
6
- Bundled 28 modules in 63ms
6
+ Bundled 28 modules in 47ms
7
7
 
8
8
  ./EvolutionDashboard.js 31.40 KB (entry point)
9
9
  ./index.js 119.50 KB (entry point)
@@ -35,7 +35,7 @@ Bundled 28 modules in 63ms
35
35
  lib/runtime-context.js 430 bytes (entry point)
36
36
 
37
37
  [contractspec-bun-build] transpile target=node root=src entries=28 noBundle=false
38
- Bundled 28 modules in 54ms
38
+ Bundled 28 modules in 27ms
39
39
 
40
40
  ./EvolutionDashboard.js 31.38 KB (entry point)
41
41
  ./index.js 119.44 KB (entry point)
@@ -67,7 +67,7 @@ Bundled 28 modules in 54ms
67
67
  lib/runtime-context.js 422 bytes (entry point)
68
68
 
69
69
  [contractspec-bun-build] transpile target=browser root=src entries=28 noBundle=false
70
- Bundled 28 modules in 49ms
70
+ Bundled 28 modules in 33ms
71
71
 
72
72
  ./EvolutionDashboard.js 31.38 KB (entry point)
73
73
  ./index.js 119.44 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @contractspec/lib.example-shared-ui
2
2
 
3
+ ## 6.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a44cb6: feat: improve examples to increase coverage of Contracts type
8
+ - Updated dependencies [1a44cb6]
9
+ - @contractspec/lib.surface-runtime@0.5.10
10
+ - @contractspec/lib.contracts-spec@4.1.2
11
+ - @contractspec/lib.design-system@3.8.3
12
+ - @contractspec/lib.ui-kit-web@3.9.2
13
+
14
+ ## 6.0.9
15
+
16
+ ### Patch Changes
17
+
18
+ - fix: release
19
+ - Updated dependencies
20
+ - @contractspec/lib.surface-runtime@0.5.9
21
+ - @contractspec/lib.contracts-spec@4.1.1
22
+ - @contractspec/lib.design-system@3.8.2
23
+ - @contractspec/lib.ui-kit-web@3.9.1
24
+
3
25
  ## 6.0.6
4
26
 
5
27
  ### Patch Changes
@@ -164,6 +186,7 @@
164
186
  ### Patch Changes
165
187
 
166
188
  - 66c51da: feat(example-shared-ui): add SpecDrivenTemplateShell, ExampleTemplateBundle, bundles export
189
+
167
190
  - Add SpecDrivenTemplateShell component
168
191
  - Add ExampleTemplateBundle and bundles/index
169
192
  - Add optional peer @contractspec/lib.surface-runtime
@@ -442,6 +465,7 @@
442
465
  - 7f3203a: fix: make workspace test runs resilient when packages have no tests
443
466
 
444
467
  Updates package test scripts to pass cleanly when no matching test files exist:
468
+
445
469
  - Uses `bun test --pass-with-no-tests` in Bun-based packages that currently ship without test files.
446
470
  - Uses `jest --passWithNoTests` for the UI kit web package.
447
471
  - Adds `.vscode-test.mjs` for `vscode-contractspec` so VS Code extension test runs have an explicit config and stop failing on missing default configuration.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.example-shared-ui",
3
- "version": "6.0.7",
3
+ "version": "6.0.10",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -423,7 +423,7 @@
423
423
  }
424
424
  },
425
425
  "peerDependencies": {
426
- "@contractspec/lib.surface-runtime": "0.5.7"
426
+ "@contractspec/lib.surface-runtime": "0.5.10"
427
427
  },
428
428
  "peerDependenciesMeta": {
429
429
  "@contractspec/lib.surface-runtime": {
@@ -432,9 +432,9 @@
432
432
  },
433
433
  "dependencies": {
434
434
  "@apollo/client": "^4.1.6",
435
- "@contractspec/lib.contracts-spec": "4.0.0",
436
- "@contractspec/lib.design-system": "3.8.0",
437
- "@contractspec/lib.ui-kit-web": "3.8.0",
435
+ "@contractspec/lib.contracts-spec": "4.1.2",
436
+ "@contractspec/lib.design-system": "3.8.3",
437
+ "@contractspec/lib.ui-kit-web": "3.9.2",
438
438
  "@tanstack/react-query": "^5.91.2",
439
439
  "framer-motion": "^12.38.0",
440
440
  "lucide-react": "^0.577.0",
@@ -442,14 +442,14 @@
442
442
  "react-dom": "19.2.0"
443
443
  },
444
444
  "optionalDependencies": {
445
- "@contractspec/lib.surface-runtime": "0.5.7"
445
+ "@contractspec/lib.surface-runtime": "0.5.10"
446
446
  },
447
447
  "devDependencies": {
448
- "@contractspec/tool.typescript": "3.7.6",
448
+ "@contractspec/tool.typescript": "3.7.8",
449
449
  "@types/react": "^19.2.14",
450
450
  "@types/react-dom": "^19.2.2",
451
451
  "typescript": "^5.9.3",
452
- "@contractspec/tool.bun": "3.7.6"
452
+ "@contractspec/tool.bun": "3.7.8"
453
453
  },
454
454
  "types": "./dist/index.d.ts"
455
455
  }