@contractspec/example.policy-safe-knowledge-assistant 1.44.0 → 1.44.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.79 kB
35
- ✔ Build complete in 11338ms
35
+ ✔ Build complete in 14025ms
@@ -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.79 kB
36
- ✔ Build complete in 18614ms
36
+ ✔ Build complete in 12526ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @contractspec/example.policy-safe-knowledge-assistant
2
2
 
3
+ ## 1.44.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3c594fb: fix
8
+ - Updated dependencies [3c594fb]
9
+ - @contractspec/example.locale-jurisdiction-gate@1.44.1
10
+ - @contractspec/example.versioned-knowledge-base@1.44.1
11
+ - @contractspec/example.kb-update-pipeline@1.44.1
12
+ - @contractspec/example.learning-patterns@1.44.1
13
+ - @contractspec/module.learning-journey@1.44.1
14
+ - @contractspec/module.notifications@1.44.1
15
+ - @contractspec/module.audit-trail@1.44.1
16
+ - @contractspec/lib.feature-flags@1.44.1
17
+ - @contractspec/lib.identity-rbac@1.44.1
18
+ - @contractspec/lib.contracts@1.44.1
19
+ - @contractspec/lib.metering@1.44.1
20
+ - @contractspec/lib.schema@1.44.1
21
+ - @contractspec/lib.files@1.44.1
22
+ - @contractspec/lib.jobs@1.44.1
23
+
3
24
  ## 1.44.0
4
25
 
5
26
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.policy-safe-knowledge-assistant",
3
- "version": "1.44.0",
3
+ "version": "1.44.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,24 +31,24 @@
31
31
  "test": "bun test"
32
32
  },
33
33
  "dependencies": {
34
- "@contractspec/example.locale-jurisdiction-gate": "1.44.0",
35
- "@contractspec/example.versioned-knowledge-base": "1.44.0",
36
- "@contractspec/example.kb-update-pipeline": "1.44.0",
37
- "@contractspec/example.learning-patterns": "1.44.0",
38
- "@contractspec/lib.schema": "1.44.0",
39
- "@contractspec/lib.contracts": "1.44.0",
40
- "@contractspec/lib.identity-rbac": "1.44.0",
41
- "@contractspec/lib.jobs": "1.44.0",
42
- "@contractspec/lib.feature-flags": "1.44.0",
43
- "@contractspec/lib.files": "1.44.0",
44
- "@contractspec/lib.metering": "1.44.0",
45
- "@contractspec/module.audit-trail": "1.44.0",
46
- "@contractspec/module.notifications": "1.44.0",
47
- "@contractspec/module.learning-journey": "1.44.0"
34
+ "@contractspec/example.locale-jurisdiction-gate": "1.44.1",
35
+ "@contractspec/example.versioned-knowledge-base": "1.44.1",
36
+ "@contractspec/example.kb-update-pipeline": "1.44.1",
37
+ "@contractspec/example.learning-patterns": "1.44.1",
38
+ "@contractspec/lib.schema": "1.44.1",
39
+ "@contractspec/lib.contracts": "1.44.1",
40
+ "@contractspec/lib.identity-rbac": "1.44.1",
41
+ "@contractspec/lib.jobs": "1.44.1",
42
+ "@contractspec/lib.feature-flags": "1.44.1",
43
+ "@contractspec/lib.files": "1.44.1",
44
+ "@contractspec/lib.metering": "1.44.1",
45
+ "@contractspec/module.audit-trail": "1.44.1",
46
+ "@contractspec/module.notifications": "1.44.1",
47
+ "@contractspec/module.learning-journey": "1.44.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@contractspec/tool.tsdown": "1.44.0",
51
- "@contractspec/tool.typescript": "1.44.0",
50
+ "@contractspec/tool.tsdown": "1.44.1",
51
+ "@contractspec/tool.typescript": "1.44.1",
52
52
  "tsdown": "^0.18.3",
53
53
  "typescript": "^5.9.3"
54
54
  },