@contractspec/example.policy-safe-knowledge-assistant 1.58.0 → 1.59.0

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=14
6
- Bundled 14 modules in 20ms
6
+ Bundled 14 modules in 21ms
7
7
 
8
8
  docs/index.js 1.86 KB (entry point)
9
9
  seeders/index.js 0.51 KB (entry point)
@@ -21,7 +21,7 @@ Bundled 14 modules in 20ms
21
21
  ./policy-safe-knowledge-assistant.feature.js 2.32 KB (entry point)
22
22
 
23
23
  [contractspec-bun-build] transpile target=node root=src entries=14
24
- Bundled 14 modules in 13ms
24
+ Bundled 14 modules in 34ms
25
25
 
26
26
  docs/index.js 1.84 KB (entry point)
27
27
  seeders/index.js 506 bytes (entry point)
@@ -39,7 +39,7 @@ Bundled 14 modules in 13ms
39
39
  ./policy-safe-knowledge-assistant.feature.js 2.32 KB (entry point)
40
40
 
41
41
  [contractspec-bun-build] transpile target=browser root=src entries=14
42
- Bundled 14 modules in 28ms
42
+ Bundled 14 modules in 34ms
43
43
 
44
44
  docs/index.js 1.84 KB (entry point)
45
45
  seeders/index.js 506 bytes (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @contractspec/example.policy-safe-knowledge-assistant
2
2
 
3
+ ## 1.59.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 1a0cf44: fix: publishConfig not supported by bun
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [1a0cf44]
12
+ - @contractspec/example.locale-jurisdiction-gate@1.59.0
13
+ - @contractspec/example.versioned-knowledge-base@1.59.0
14
+ - @contractspec/example.kb-update-pipeline@1.59.0
15
+ - @contractspec/example.learning-patterns@1.59.0
16
+ - @contractspec/module.learning-journey@1.59.0
17
+ - @contractspec/lib.example-shared-ui@1.13.0
18
+ - @contractspec/lib.runtime-sandbox@0.14.0
19
+ - @contractspec/lib.design-system@1.59.0
20
+ - @contractspec/lib.ui-kit-web@1.59.0
21
+ - @contractspec/lib.contracts@1.59.0
22
+
3
23
  ## 1.58.0
4
24
 
5
25
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.policy-safe-knowledge-assistant",
3
- "version": "1.58.0",
3
+ "version": "1.59.0",
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",
@@ -41,25 +41,25 @@
41
41
  "typecheck": "tsc --noEmit"
42
42
  },
43
43
  "dependencies": {
44
- "@contractspec/example.kb-update-pipeline": "1.58.0",
45
- "@contractspec/example.learning-patterns": "1.58.0",
46
- "@contractspec/example.locale-jurisdiction-gate": "1.58.0",
47
- "@contractspec/example.versioned-knowledge-base": "1.58.0",
48
- "@contractspec/lib.contracts": "1.58.0",
49
- "@contractspec/lib.design-system": "1.58.0",
50
- "@contractspec/lib.example-shared-ui": "1.12.0",
51
- "@contractspec/lib.runtime-sandbox": "0.13.0",
52
- "@contractspec/lib.ui-kit-web": "1.58.0",
53
- "@contractspec/module.learning-journey": "1.58.0",
44
+ "@contractspec/example.kb-update-pipeline": "1.59.0",
45
+ "@contractspec/example.learning-patterns": "1.59.0",
46
+ "@contractspec/example.locale-jurisdiction-gate": "1.59.0",
47
+ "@contractspec/example.versioned-knowledge-base": "1.59.0",
48
+ "@contractspec/lib.contracts": "1.59.0",
49
+ "@contractspec/lib.design-system": "1.59.0",
50
+ "@contractspec/lib.example-shared-ui": "1.13.0",
51
+ "@contractspec/lib.runtime-sandbox": "0.14.0",
52
+ "@contractspec/lib.ui-kit-web": "1.59.0",
53
+ "@contractspec/module.learning-journey": "1.59.0",
54
54
  "react": "19.2.4",
55
55
  "react-dom": "19.2.4"
56
56
  },
57
57
  "devDependencies": {
58
- "@contractspec/tool.typescript": "1.58.0",
58
+ "@contractspec/tool.typescript": "1.59.0",
59
59
  "typescript": "^5.9.3",
60
60
  "@types/react": "^19.2.13",
61
61
  "@types/react-dom": "^19.2.2",
62
- "@contractspec/tool.bun": "1.57.0"
62
+ "@contractspec/tool.bun": "1.58.0"
63
63
  },
64
64
  "publishConfig": {
65
65
  "access": "public",