@contractspec/example.policy-safe-knowledge-assistant 1.55.0 → 1.56.1

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 30227ms
55
+ ✔ Build complete in 32739ms
@@ -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 26920ms
56
+ ✔ Build complete in 30795ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @contractspec/example.policy-safe-knowledge-assistant
2
2
 
3
+ ## 1.56.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve publish config
8
+ - Updated dependencies
9
+ - @contractspec/example.locale-jurisdiction-gate@1.56.1
10
+ - @contractspec/example.versioned-knowledge-base@1.56.1
11
+ - @contractspec/example.kb-update-pipeline@1.56.1
12
+ - @contractspec/example.learning-patterns@1.56.1
13
+ - @contractspec/module.learning-journey@1.56.1
14
+ - @contractspec/lib.example-shared-ui@1.10.1
15
+ - @contractspec/lib.runtime-sandbox@0.11.1
16
+ - @contractspec/lib.design-system@1.56.1
17
+ - @contractspec/lib.ui-kit-web@1.56.1
18
+ - @contractspec/lib.contracts@1.56.1
19
+
20
+ ## 1.56.0
21
+
22
+ ### Minor Changes
23
+
24
+ - fix: release
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - @contractspec/example.locale-jurisdiction-gate@1.56.0
30
+ - @contractspec/example.versioned-knowledge-base@1.56.0
31
+ - @contractspec/example.kb-update-pipeline@1.56.0
32
+ - @contractspec/example.learning-patterns@1.56.0
33
+ - @contractspec/module.learning-journey@1.56.0
34
+ - @contractspec/lib.example-shared-ui@1.10.0
35
+ - @contractspec/lib.runtime-sandbox@0.11.0
36
+ - @contractspec/lib.design-system@1.56.0
37
+ - @contractspec/lib.ui-kit-web@1.56.0
38
+ - @contractspec/lib.contracts@1.56.0
39
+
3
40
  ## 1.55.0
4
41
 
5
42
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.policy-safe-knowledge-assistant",
3
- "version": "1.55.0",
3
+ "version": "1.56.1",
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.55.0",
39
- "@contractspec/example.learning-patterns": "1.55.0",
40
- "@contractspec/example.locale-jurisdiction-gate": "1.55.0",
41
- "@contractspec/example.versioned-knowledge-base": "1.55.0",
42
- "@contractspec/lib.contracts": "1.55.0",
43
- "@contractspec/lib.design-system": "1.55.0",
44
- "@contractspec/lib.example-shared-ui": "1.9.0",
45
- "@contractspec/lib.runtime-sandbox": "0.10.0",
46
- "@contractspec/lib.ui-kit-web": "1.55.0",
47
- "@contractspec/module.learning-journey": "1.55.0",
38
+ "@contractspec/example.kb-update-pipeline": "1.56.1",
39
+ "@contractspec/example.learning-patterns": "1.56.1",
40
+ "@contractspec/example.locale-jurisdiction-gate": "1.56.1",
41
+ "@contractspec/example.versioned-knowledge-base": "1.56.1",
42
+ "@contractspec/lib.contracts": "1.56.1",
43
+ "@contractspec/lib.design-system": "1.56.1",
44
+ "@contractspec/lib.example-shared-ui": "1.10.1",
45
+ "@contractspec/lib.runtime-sandbox": "0.11.1",
46
+ "@contractspec/lib.ui-kit-web": "1.56.1",
47
+ "@contractspec/module.learning-journey": "1.56.1",
48
48
  "react": "19.2.4",
49
49
  "react-dom": "19.2.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@contractspec/tool.tsdown": "1.55.0",
53
- "@contractspec/tool.typescript": "1.55.0",
52
+ "@contractspec/tool.tsdown": "1.56.1",
53
+ "@contractspec/tool.typescript": "1.56.1",
54
54
  "tsdown": "^0.19.0",
55
55
  "typescript": "^5.9.3",
56
56
  "@types/react": "^19.2.8",