@contractspec/example.policy-safe-knowledge-assistant 3.5.0 → 3.5.2

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.
@@ -2,8 +2,8 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
- [contractspec-bun-build] transpile target=bun root=src entries=14
6
- Bundled 14 modules in 32ms
5
+ [contractspec-bun-build] transpile target=bun root=src entries=14 noBundle=false
6
+ Bundled 14 modules in 53ms
7
7
 
8
8
  docs/index.js 1.86 KB (entry point)
9
9
  seeders/index.js 0.51 KB (entry point)
@@ -20,8 +20,8 @@ Bundled 14 modules in 32ms
20
20
  orchestrator/buildAnswer.js 2.43 KB (entry point)
21
21
  ./policy-safe-knowledge-assistant.feature.js 2.67 KB (entry point)
22
22
 
23
- [contractspec-bun-build] transpile target=node root=src entries=14
24
- Bundled 14 modules in 39ms
23
+ [contractspec-bun-build] transpile target=node root=src entries=14 noBundle=false
24
+ Bundled 14 modules in 55ms
25
25
 
26
26
  docs/index.js 1.85 KB (entry point)
27
27
  seeders/index.js 506 bytes (entry point)
@@ -38,8 +38,8 @@ Bundled 14 modules in 39ms
38
38
  orchestrator/buildAnswer.js 2.43 KB (entry point)
39
39
  ./policy-safe-knowledge-assistant.feature.js 2.66 KB (entry point)
40
40
 
41
- [contractspec-bun-build] transpile target=browser root=src entries=14
42
- Bundled 14 modules in 41ms
41
+ [contractspec-bun-build] transpile target=browser root=src entries=14 noBundle=false
42
+ Bundled 14 modules in 47ms
43
43
 
44
44
  docs/index.js 1.85 KB (entry point)
45
45
  seeders/index.js 506 bytes (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @contractspec/example.policy-safe-knowledge-assistant
2
2
 
3
+ ## 3.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 18df977: fix: release workflow
8
+ - Updated dependencies [18df977]
9
+ - @contractspec/example.locale-jurisdiction-gate@3.5.2
10
+ - @contractspec/example.versioned-knowledge-base@3.5.2
11
+ - @contractspec/example.kb-update-pipeline@3.5.2
12
+ - @contractspec/example.learning-patterns@3.5.2
13
+ - @contractspec/module.learning-journey@3.5.2
14
+ - @contractspec/lib.example-shared-ui@4.0.2
15
+ - @contractspec/lib.runtime-sandbox@2.5.2
16
+ - @contractspec/lib.contracts-spec@3.5.2
17
+ - @contractspec/lib.design-system@3.5.2
18
+ - @contractspec/lib.ui-kit-web@3.5.2
19
+
20
+ ## 3.5.1
21
+
22
+ ### Patch Changes
23
+
24
+ - dfff0d4: fix: use client within lib surface-runtime
25
+ - Updated dependencies [73a7f8d]
26
+ - Updated dependencies [dfff0d4]
27
+ - @contractspec/lib.example-shared-ui@4.0.1
28
+ - @contractspec/example.locale-jurisdiction-gate@3.5.1
29
+ - @contractspec/example.versioned-knowledge-base@3.5.1
30
+ - @contractspec/example.kb-update-pipeline@3.5.1
31
+ - @contractspec/example.learning-patterns@3.5.1
32
+ - @contractspec/module.learning-journey@3.5.1
33
+ - @contractspec/lib.runtime-sandbox@2.5.1
34
+ - @contractspec/lib.contracts-spec@3.5.1
35
+ - @contractspec/lib.design-system@3.5.1
36
+ - @contractspec/lib.ui-kit-web@3.5.1
37
+
3
38
  ## 3.5.0
4
39
 
5
40
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.policy-safe-knowledge-assistant",
3
- "version": "3.5.0",
3
+ "version": "3.5.2",
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",
@@ -155,25 +155,25 @@
155
155
  "typecheck": "tsc --noEmit"
156
156
  },
157
157
  "dependencies": {
158
- "@contractspec/example.kb-update-pipeline": "3.5.0",
159
- "@contractspec/example.learning-patterns": "3.5.0",
160
- "@contractspec/example.locale-jurisdiction-gate": "3.5.0",
161
- "@contractspec/example.versioned-knowledge-base": "3.5.0",
162
- "@contractspec/lib.contracts-spec": "3.5.0",
163
- "@contractspec/lib.design-system": "3.5.0",
164
- "@contractspec/lib.example-shared-ui": "4.0.0",
165
- "@contractspec/lib.runtime-sandbox": "2.5.0",
166
- "@contractspec/lib.ui-kit-web": "3.5.0",
167
- "@contractspec/module.learning-journey": "3.5.0",
158
+ "@contractspec/example.kb-update-pipeline": "3.5.2",
159
+ "@contractspec/example.learning-patterns": "3.5.2",
160
+ "@contractspec/example.locale-jurisdiction-gate": "3.5.2",
161
+ "@contractspec/example.versioned-knowledge-base": "3.5.2",
162
+ "@contractspec/lib.contracts-spec": "3.5.2",
163
+ "@contractspec/lib.design-system": "3.5.2",
164
+ "@contractspec/lib.example-shared-ui": "4.0.2",
165
+ "@contractspec/lib.runtime-sandbox": "2.5.2",
166
+ "@contractspec/lib.ui-kit-web": "3.5.2",
167
+ "@contractspec/module.learning-journey": "3.5.2",
168
168
  "react": "19.2.4",
169
169
  "react-dom": "19.2.4"
170
170
  },
171
171
  "devDependencies": {
172
- "@contractspec/tool.typescript": "3.5.0",
172
+ "@contractspec/tool.typescript": "3.5.2",
173
173
  "typescript": "^5.9.3",
174
174
  "@types/react": "^19.2.14",
175
175
  "@types/react-dom": "^19.2.2",
176
- "@contractspec/tool.bun": "3.5.0"
176
+ "@contractspec/tool.bun": "3.5.2"
177
177
  },
178
178
  "publishConfig": {
179
179
  "access": "public",