@contractspec/lib.example-shared-ui 6.0.5 → 6.0.6

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=26 noBundle=false
6
- Bundled 26 modules in 68ms
6
+ Bundled 26 modules in 44ms
7
7
 
8
8
  ./EvolutionDashboard.js 31.40 KB (entry point)
9
9
  ./index.js 123.75 KB (entry point)
@@ -33,7 +33,7 @@ Bundled 26 modules in 68ms
33
33
  lib/runtime-context.js 430 bytes (entry point)
34
34
 
35
35
  [contractspec-bun-build] transpile target=node root=src entries=26 noBundle=false
36
- Bundled 26 modules in 60ms
36
+ Bundled 26 modules in 81ms
37
37
 
38
38
  ./EvolutionDashboard.js 31.38 KB (entry point)
39
39
  ./index.js 123.69 KB (entry point)
@@ -63,7 +63,7 @@ Bundled 26 modules in 60ms
63
63
  lib/runtime-context.js 422 bytes (entry point)
64
64
 
65
65
  [contractspec-bun-build] transpile target=browser root=src entries=26 noBundle=false
66
- Bundled 26 modules in 71ms
66
+ Bundled 26 modules in 76ms
67
67
 
68
68
  ./EvolutionDashboard.js 31.38 KB (entry point)
69
69
  ./index.js 123.69 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @contractspec/lib.example-shared-ui
2
2
 
3
+ ## 6.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: release manifest
8
+ - Updated dependencies
9
+ - @contractspec/lib.surface-runtime@0.5.6
10
+ - @contractspec/lib.contracts-spec@3.7.6
11
+ - @contractspec/lib.design-system@3.7.6
12
+ - @contractspec/lib.ui-kit-web@3.7.6
13
+
3
14
  ## 6.0.5
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.example-shared-ui",
3
- "version": "6.0.5",
3
+ "version": "6.0.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -395,7 +395,7 @@
395
395
  }
396
396
  },
397
397
  "peerDependencies": {
398
- "@contractspec/lib.surface-runtime": "0.5.5"
398
+ "@contractspec/lib.surface-runtime": "0.5.6"
399
399
  },
400
400
  "peerDependenciesMeta": {
401
401
  "@contractspec/lib.surface-runtime": {
@@ -404,9 +404,9 @@
404
404
  },
405
405
  "dependencies": {
406
406
  "@apollo/client": "^4.1.6",
407
- "@contractspec/lib.contracts-spec": "3.7.5",
408
- "@contractspec/lib.design-system": "3.7.5",
409
- "@contractspec/lib.ui-kit-web": "3.7.5",
407
+ "@contractspec/lib.contracts-spec": "3.7.6",
408
+ "@contractspec/lib.design-system": "3.7.6",
409
+ "@contractspec/lib.ui-kit-web": "3.7.6",
410
410
  "@tanstack/react-query": "^5.90.21",
411
411
  "framer-motion": "^12.35.1",
412
412
  "lucide-react": "^0.577.0",
@@ -414,15 +414,15 @@
414
414
  "react-dom": "19.2.0"
415
415
  },
416
416
  "optionalDependencies": {
417
- "@contractspec/lib.surface-runtime": "0.5.5"
417
+ "@contractspec/lib.surface-runtime": "0.5.6"
418
418
  },
419
419
  "devDependencies": {
420
- "@contractspec/tool.typescript": "3.7.5",
420
+ "@contractspec/tool.typescript": "3.7.6",
421
421
  "@types/react": "^19.2.14",
422
422
  "@types/react-dom": "^19.2.2",
423
423
  "eslint": "^9.39.2",
424
424
  "typescript": "^5.9.3",
425
- "@contractspec/tool.bun": "3.7.5"
425
+ "@contractspec/tool.bun": "3.7.6"
426
426
  },
427
427
  "types": "./dist/index.d.ts"
428
428
  }