@contractspec/lib.example-shared-ui 6.0.12 → 6.0.15

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 55ms
6
+ Bundled 28 modules in 43ms
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 55ms
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 46ms
38
+ Bundled 28 modules in 18ms
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 46ms
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 37ms
70
+ Bundled 28 modules in 44ms
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,44 @@
1
1
  # @contractspec/lib.example-shared-ui
2
2
 
3
+ ## 6.0.15
4
+
5
+ ### Patch Changes
6
+
7
+ - cce2b13: Add first-class Workflow DevKit support for `WorkflowSpec`, including new runtime metadata, stricter validation for Workflow-backed workflows, a dedicated Workflow DevKit integration package, CLI artifact generation, and Workflow-aware chat route helpers exposed from `@contractspec/module.ai-chat/core/workflow` so standard chat imports do not pull Workflow-only runtime assets into non-Workflow builds.
8
+
9
+ Also harden supporting runtime surfaces by reusing Playwright browser instances in the harness runtime, mapping design-system button `onPress` handlers correctly to DOM clicks, and switching the workspace git adapter to argument-safe subprocess calls while tightening slow test coverage around those flows.
10
+
11
+ - Updated dependencies [cce2b13]
12
+ - @contractspec/lib.presentation-runtime-core@3.9.3
13
+ - @contractspec/lib.surface-runtime@0.5.15
14
+ - @contractspec/lib.contracts-spec@5.0.3
15
+ - @contractspec/lib.design-system@3.8.8
16
+ - @contractspec/lib.ui-kit-web@3.9.7
17
+
18
+ ## 6.0.14
19
+
20
+ ### Patch Changes
21
+
22
+ - chore: stability & release
23
+ - Updated dependencies
24
+ - Updated dependencies [dd6e074]
25
+ - @contractspec/lib.presentation-runtime-core@3.9.2
26
+ - @contractspec/lib.surface-runtime@0.5.14
27
+ - @contractspec/lib.contracts-spec@5.0.2
28
+ - @contractspec/lib.design-system@3.8.7
29
+ - @contractspec/lib.ui-kit-web@3.9.6
30
+
31
+ ## 6.0.13
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [dd6e074]
36
+ - @contractspec/lib.contracts-spec@5.0.1
37
+ - @contractspec/lib.design-system@3.8.6
38
+ - @contractspec/lib.presentation-runtime-core@3.9.1
39
+ - @contractspec/lib.surface-runtime@0.5.13
40
+ - @contractspec/lib.ui-kit-web@3.9.5
41
+
3
42
  ## 6.0.12
4
43
 
5
44
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.example-shared-ui",
3
- "version": "6.0.12",
3
+ "version": "6.0.15",
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.12"
426
+ "@contractspec/lib.surface-runtime": "0.5.15"
427
427
  },
428
428
  "peerDependenciesMeta": {
429
429
  "@contractspec/lib.surface-runtime": {
@@ -432,25 +432,25 @@
432
432
  },
433
433
  "dependencies": {
434
434
  "@apollo/client": "^4.1.6",
435
- "@contractspec/lib.contracts-spec": "5.0.0",
436
- "@contractspec/lib.design-system": "3.8.5",
437
- "@contractspec/lib.ui-kit-web": "3.9.4",
438
- "@tanstack/react-query": "^5.91.2",
435
+ "@contractspec/lib.contracts-spec": "5.0.3",
436
+ "@contractspec/lib.design-system": "3.8.8",
437
+ "@contractspec/lib.ui-kit-web": "3.9.7",
438
+ "@tanstack/react-query": "^5.95.2",
439
439
  "framer-motion": "^12.38.0",
440
- "lucide-react": "^0.577.0",
440
+ "lucide-react": "^1.6.0",
441
441
  "react": "19.2.0",
442
442
  "react-dom": "19.2.0",
443
- "@contractspec/lib.presentation-runtime-core": "3.9.0"
443
+ "@contractspec/lib.presentation-runtime-core": "3.9.3"
444
444
  },
445
445
  "optionalDependencies": {
446
- "@contractspec/lib.surface-runtime": "0.5.12"
446
+ "@contractspec/lib.surface-runtime": "0.5.15"
447
447
  },
448
448
  "devDependencies": {
449
- "@contractspec/tool.typescript": "3.7.9",
449
+ "@contractspec/tool.typescript": "3.7.11",
450
450
  "@types/react": "^19.2.14",
451
451
  "@types/react-dom": "^19.2.2",
452
452
  "typescript": "^5.9.3",
453
- "@contractspec/tool.bun": "3.7.9"
453
+ "@contractspec/tool.bun": "3.7.11"
454
454
  },
455
455
  "types": "./dist/index.d.ts"
456
456
  }