@contractspec/example.policy-safe-knowledge-assistant 1.45.6 → 1.46.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.
@@ -32,4 +32,4 @@ $ tsdown
32
32
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
33
33
  ℹ dist/docs/policy-safe-knowledge-assistant.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
34
34
  ℹ 25 files, total: 27.47 kB
35
- ✔ Build complete in 17133ms
35
+ ✔ Build complete in 17209ms
@@ -33,4 +33,4 @@ $ tsdown
33
33
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
34
34
  ℹ dist/docs/policy-safe-knowledge-assistant.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
35
35
  ℹ 25 files, total: 27.47 kB
36
- ✔ Build complete in 17863ms
36
+ ✔ Build complete in 13342ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @contractspec/example.policy-safe-knowledge-assistant
2
2
 
3
+ ## 1.46.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d8a72b: fix: mcp for presentation
8
+ - Updated dependencies [2d8a72b]
9
+ - @contractspec/example.locale-jurisdiction-gate@1.46.1
10
+ - @contractspec/example.versioned-knowledge-base@1.46.1
11
+ - @contractspec/example.kb-update-pipeline@1.46.1
12
+ - @contractspec/example.learning-patterns@1.46.1
13
+ - @contractspec/module.learning-journey@1.46.1
14
+ - @contractspec/lib.contracts@1.46.1
15
+
16
+ ## 1.46.0
17
+
18
+ ### Minor Changes
19
+
20
+ - 07cb19b: feat: feat: cleaude code & opencode integrations
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [07cb19b]
25
+ - @contractspec/example.locale-jurisdiction-gate@1.46.0
26
+ - @contractspec/example.versioned-knowledge-base@1.46.0
27
+ - @contractspec/example.kb-update-pipeline@1.46.0
28
+ - @contractspec/example.learning-patterns@1.46.0
29
+ - @contractspec/module.learning-journey@1.46.0
30
+ - @contractspec/lib.contracts@1.46.0
31
+
3
32
  ## 1.45.6
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.policy-safe-knowledge-assistant",
3
- "version": "1.45.6",
3
+ "version": "1.46.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
  "main": "./dist/index.js",
@@ -31,16 +31,16 @@
31
31
  "test": "bun test"
32
32
  },
33
33
  "dependencies": {
34
- "@contractspec/example.locale-jurisdiction-gate": "1.45.6",
35
- "@contractspec/example.versioned-knowledge-base": "1.45.6",
36
- "@contractspec/example.kb-update-pipeline": "1.45.6",
37
- "@contractspec/example.learning-patterns": "1.45.6",
38
- "@contractspec/lib.contracts": "1.45.6",
39
- "@contractspec/module.learning-journey": "1.45.6"
34
+ "@contractspec/example.locale-jurisdiction-gate": "1.46.1",
35
+ "@contractspec/example.versioned-knowledge-base": "1.46.1",
36
+ "@contractspec/example.kb-update-pipeline": "1.46.1",
37
+ "@contractspec/example.learning-patterns": "1.46.1",
38
+ "@contractspec/lib.contracts": "1.46.1",
39
+ "@contractspec/module.learning-journey": "1.46.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@contractspec/tool.tsdown": "1.45.6",
43
- "@contractspec/tool.typescript": "1.45.6",
42
+ "@contractspec/tool.tsdown": "1.46.1",
43
+ "@contractspec/tool.typescript": "1.46.1",
44
44
  "tsdown": "^0.18.3",
45
45
  "typescript": "^5.9.3"
46
46
  },