@contractspec/example.policy-safe-knowledge-assistant 1.52.0 → 1.54.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.
@@ -52,4 +52,4 @@ $ tsdown
52
52
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
53
53
  ℹ dist/docs/policy-safe-knowledge-assistant.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
54
54
  ℹ 45 files, total: 101.22 kB
55
- ✔ Build complete in 26998ms
55
+ ✔ Build complete in 30571ms
@@ -53,4 +53,4 @@ $ tsdown
53
53
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
54
54
  ℹ dist/docs/policy-safe-knowledge-assistant.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
55
55
  ℹ 45 files, total: 101.22 kB
56
- ✔ Build complete in 25738ms
56
+ ✔ Build complete in 27830ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @contractspec/example.policy-safe-knowledge-assistant
2
2
 
3
+ ## 1.54.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ec5e95c: chore: upgrade dependencies
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ec5e95c]
12
+ - @contractspec/lib.example-shared-ui@1.8.0
13
+ - @contractspec/lib.design-system@1.54.0
14
+ - @contractspec/lib.ui-kit-web@1.54.0
15
+ - @contractspec/lib.contracts@1.54.0
16
+ - @contractspec/example.kb-update-pipeline@1.54.0
17
+ - @contractspec/example.learning-patterns@1.54.0
18
+ - @contractspec/example.locale-jurisdiction-gate@1.54.0
19
+ - @contractspec/example.versioned-knowledge-base@1.54.0
20
+ - @contractspec/lib.runtime-sandbox@0.9.0
21
+ - @contractspec/module.learning-journey@1.54.0
22
+
23
+ ## 1.53.0
24
+
25
+ ### Minor Changes
26
+
27
+ - f4180d4: fix: performance improvement
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [eefeb1b]
32
+ - Updated dependencies [5b371b1]
33
+ - Updated dependencies [f4180d4]
34
+ - Updated dependencies [64d84e1]
35
+ - @contractspec/lib.design-system@1.53.0
36
+ - @contractspec/lib.contracts@1.53.0
37
+ - @contractspec/example.kb-update-pipeline@1.53.0
38
+ - @contractspec/example.learning-patterns@1.53.0
39
+ - @contractspec/example.locale-jurisdiction-gate@1.53.0
40
+ - @contractspec/example.versioned-knowledge-base@1.53.0
41
+ - @contractspec/lib.example-shared-ui@1.7.0
42
+ - @contractspec/lib.runtime-sandbox@0.8.0
43
+ - @contractspec/lib.ui-kit-web@1.53.0
44
+ - @contractspec/module.learning-journey@1.53.0
45
+
3
46
  ## 1.52.0
4
47
 
5
48
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.policy-safe-knowledge-assistant",
3
- "version": "1.52.0",
3
+ "version": "1.54.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",
@@ -35,22 +35,22 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@contractspec/example.kb-update-pipeline": "1.52.0",
39
- "@contractspec/example.learning-patterns": "1.52.0",
40
- "@contractspec/example.locale-jurisdiction-gate": "1.52.0",
41
- "@contractspec/example.versioned-knowledge-base": "1.52.0",
42
- "@contractspec/lib.contracts": "1.52.0",
43
- "@contractspec/lib.design-system": "1.52.0",
44
- "@contractspec/lib.example-shared-ui": "1.6.0",
45
- "@contractspec/lib.runtime-sandbox": "0.7.0",
46
- "@contractspec/lib.ui-kit-web": "1.52.0",
47
- "@contractspec/module.learning-journey": "1.52.0",
48
- "react": "19.2.3",
49
- "react-dom": "19.2.3"
38
+ "@contractspec/example.kb-update-pipeline": "1.54.0",
39
+ "@contractspec/example.learning-patterns": "1.54.0",
40
+ "@contractspec/example.locale-jurisdiction-gate": "1.54.0",
41
+ "@contractspec/example.versioned-knowledge-base": "1.54.0",
42
+ "@contractspec/lib.contracts": "1.54.0",
43
+ "@contractspec/lib.design-system": "1.54.0",
44
+ "@contractspec/lib.example-shared-ui": "1.8.0",
45
+ "@contractspec/lib.runtime-sandbox": "0.9.0",
46
+ "@contractspec/lib.ui-kit-web": "1.54.0",
47
+ "@contractspec/module.learning-journey": "1.54.0",
48
+ "react": "19.2.4",
49
+ "react-dom": "19.2.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@contractspec/tool.tsdown": "1.52.0",
53
- "@contractspec/tool.typescript": "1.52.0",
52
+ "@contractspec/tool.tsdown": "1.54.0",
53
+ "@contractspec/tool.typescript": "1.54.0",
54
54
  "tsdown": "^0.19.0",
55
55
  "typescript": "^5.9.3",
56
56
  "@types/react": "^19.2.8",