@contractspec/example.versioned-knowledge-base 3.7.12 → 3.7.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=13 noBundle=false
6
- Bundled 13 modules in 40ms
6
+ Bundled 13 modules in 33ms
7
7
 
8
8
  docs/index.js 1.51 KB (entry point)
9
9
  ./index.js 21.87 KB (entry point)
@@ -20,7 +20,7 @@ Bundled 13 modules in 40ms
20
20
  handlers/memory.handlers.js 3.56 KB (entry point)
21
21
 
22
22
  [contractspec-bun-build] transpile target=node root=src entries=13 noBundle=false
23
- Bundled 13 modules in 33ms
23
+ Bundled 13 modules in 21ms
24
24
 
25
25
  docs/index.js 1.50 KB (entry point)
26
26
  ./index.js 21.85 KB (entry point)
@@ -37,7 +37,7 @@ Bundled 13 modules in 33ms
37
37
  handlers/memory.handlers.js 3.55 KB (entry point)
38
38
 
39
39
  [contractspec-bun-build] transpile target=browser root=src entries=13 noBundle=false
40
- Bundled 13 modules in 29ms
40
+ Bundled 13 modules in 19ms
41
41
 
42
42
  docs/index.js 1.50 KB (entry point)
43
43
  ./index.js 21.85 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @contractspec/example.versioned-knowledge-base
2
2
 
3
+ ## 3.7.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.contracts-spec@5.0.3
13
+ - @contractspec/lib.schema@3.7.12
14
+
15
+ ## 3.7.14
16
+
17
+ ### Patch Changes
18
+
19
+ - chore: stability & release
20
+ - Updated dependencies
21
+ - Updated dependencies [dd6e074]
22
+ - @contractspec/lib.contracts-spec@5.0.2
23
+ - @contractspec/lib.schema@3.7.11
24
+
25
+ ## 3.7.13
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [dd6e074]
30
+ - @contractspec/lib.contracts-spec@5.0.1
31
+
3
32
  ## 3.7.12
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.versioned-knowledge-base",
3
- "version": "3.7.12",
3
+ "version": "3.7.15",
4
4
  "description": "Example: curated, versioned knowledge base with immutable sources, rule versions, and published snapshots.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -113,13 +113,13 @@
113
113
  "typecheck": "tsc --noEmit"
114
114
  },
115
115
  "dependencies": {
116
- "@contractspec/lib.contracts-spec": "5.0.0",
117
- "@contractspec/lib.schema": "3.7.10"
116
+ "@contractspec/lib.contracts-spec": "5.0.3",
117
+ "@contractspec/lib.schema": "3.7.12"
118
118
  },
119
119
  "devDependencies": {
120
- "@contractspec/tool.typescript": "3.7.9",
120
+ "@contractspec/tool.typescript": "3.7.11",
121
121
  "typescript": "^5.9.3",
122
- "@contractspec/tool.bun": "3.7.9"
122
+ "@contractspec/tool.bun": "3.7.11"
123
123
  },
124
124
  "publishConfig": {
125
125
  "access": "public",