@lssm/example.policy-safe-knowledge-assistant 1.42.2 → 1.42.3

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