@contractspec/example.policy-safe-knowledge-assistant 3.7.14 → 3.7.16

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.
@@ -1,9 +1,8 @@
1
1
  $ contractspec-bun-build prebuild
2
- $ bun run prebuild && bun run build:bundle && bun run build:types
3
- $ contractspec-bun-build prebuild
2
+ $ bun run build:bundle && bun run build:types
4
3
  $ contractspec-bun-build transpile
5
4
  [contractspec-bun-build] transpile target=bun root=src entries=14 noBundle=false
6
- Bundled 14 modules in 39ms
5
+ Bundled 14 modules in 50ms
7
6
 
8
7
  docs/index.js 1.86 KB (entry point)
9
8
  seeders/index.js 0.51 KB (entry point)
@@ -21,7 +20,7 @@ Bundled 14 modules in 39ms
21
20
  ./policy-safe-knowledge-assistant.feature.js 2.67 KB (entry point)
22
21
 
23
22
  [contractspec-bun-build] transpile target=node root=src entries=14 noBundle=false
24
- Bundled 14 modules in 43ms
23
+ Bundled 14 modules in 40ms
25
24
 
26
25
  docs/index.js 1.85 KB (entry point)
27
26
  seeders/index.js 506 bytes (entry point)
@@ -39,7 +38,7 @@ Bundled 14 modules in 43ms
39
38
  ./policy-safe-knowledge-assistant.feature.js 2.66 KB (entry point)
40
39
 
41
40
  [contractspec-bun-build] transpile target=browser root=src entries=14 noBundle=false
42
- Bundled 14 modules in 48ms
41
+ Bundled 14 modules in 28ms
43
42
 
44
43
  docs/index.js 1.85 KB (entry point)
45
44
  seeders/index.js 506 bytes (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @contractspec/example.policy-safe-knowledge-assistant
2
2
 
3
+ ## 3.7.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 2b59171: fix: crypto package issue due to nodejs only runtime
8
+ - Updated dependencies [2b59171]
9
+ - @contractspec/example.locale-jurisdiction-gate@3.7.16
10
+ - @contractspec/example.versioned-knowledge-base@3.7.16
11
+ - @contractspec/example.kb-update-pipeline@3.7.16
12
+ - @contractspec/example.learning-patterns@3.7.16
13
+ - @contractspec/module.learning-journey@3.7.15
14
+ - @contractspec/lib.example-shared-ui@6.0.16
15
+ - @contractspec/lib.runtime-sandbox@2.7.13
16
+ - @contractspec/lib.contracts-spec@5.0.4
17
+ - @contractspec/lib.design-system@3.8.9
18
+ - @contractspec/lib.ui-kit-web@3.9.8
19
+
20
+ ## 3.7.15
21
+
22
+ ### Patch Changes
23
+
24
+ - 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.
25
+
26
+ 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.
27
+
28
+ - Updated dependencies [cce2b13]
29
+ - @contractspec/example.locale-jurisdiction-gate@3.7.15
30
+ - @contractspec/example.versioned-knowledge-base@3.7.15
31
+ - @contractspec/example.kb-update-pipeline@3.7.15
32
+ - @contractspec/example.learning-patterns@3.7.15
33
+ - @contractspec/module.learning-journey@3.7.14
34
+ - @contractspec/lib.example-shared-ui@6.0.15
35
+ - @contractspec/lib.runtime-sandbox@2.7.12
36
+ - @contractspec/lib.contracts-spec@5.0.3
37
+ - @contractspec/lib.design-system@3.8.8
38
+ - @contractspec/lib.ui-kit-web@3.9.7
39
+
3
40
  ## 3.7.14
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.policy-safe-knowledge-assistant",
3
- "version": "3.7.14",
3
+ "version": "3.7.16",
4
4
  "description": "All-in-one template example: policy-safe knowledge assistant with locale/jurisdiction gating, versioned KB snapshots, HITL update pipeline, and learning hub.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -107,7 +107,7 @@
107
107
  "scripts": {
108
108
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
109
109
  "publish:pkg:canary": "bun publish:pkg --tag canary",
110
- "build": "bun run prebuild && bun run build:bundle && bun run build:types",
110
+ "build": "bun run build:bundle && bun run build:types",
111
111
  "build:bundle": "contractspec-bun-build transpile",
112
112
  "build:types": "contractspec-bun-build types",
113
113
  "dev": "contractspec-bun-build dev",
@@ -120,25 +120,25 @@
120
120
  "typecheck": "tsc --noEmit"
121
121
  },
122
122
  "dependencies": {
123
- "@contractspec/example.kb-update-pipeline": "3.7.14",
124
- "@contractspec/example.learning-patterns": "3.7.14",
125
- "@contractspec/example.locale-jurisdiction-gate": "3.7.14",
126
- "@contractspec/example.versioned-knowledge-base": "3.7.14",
127
- "@contractspec/lib.contracts-spec": "5.0.2",
128
- "@contractspec/lib.design-system": "3.8.7",
129
- "@contractspec/lib.example-shared-ui": "6.0.14",
130
- "@contractspec/lib.runtime-sandbox": "2.7.11",
131
- "@contractspec/lib.ui-kit-web": "3.9.6",
132
- "@contractspec/module.learning-journey": "3.7.13",
123
+ "@contractspec/example.kb-update-pipeline": "3.7.16",
124
+ "@contractspec/example.learning-patterns": "3.7.16",
125
+ "@contractspec/example.locale-jurisdiction-gate": "3.7.16",
126
+ "@contractspec/example.versioned-knowledge-base": "3.7.16",
127
+ "@contractspec/lib.contracts-spec": "5.0.4",
128
+ "@contractspec/lib.design-system": "3.8.9",
129
+ "@contractspec/lib.example-shared-ui": "6.0.16",
130
+ "@contractspec/lib.runtime-sandbox": "2.7.13",
131
+ "@contractspec/lib.ui-kit-web": "3.9.8",
132
+ "@contractspec/module.learning-journey": "3.7.15",
133
133
  "react": "19.2.0",
134
134
  "react-dom": "19.2.0"
135
135
  },
136
136
  "devDependencies": {
137
- "@contractspec/tool.typescript": "3.7.10",
137
+ "@contractspec/tool.typescript": "3.7.12",
138
138
  "typescript": "^5.9.3",
139
139
  "@types/react": "^19.2.14",
140
140
  "@types/react-dom": "^19.2.2",
141
- "@contractspec/tool.bun": "3.7.10"
141
+ "@contractspec/tool.bun": "3.7.12"
142
142
  },
143
143
  "publishConfig": {
144
144
  "access": "public",
@@ -1 +0,0 @@
1
- $ contractspec-bun-build prebuild