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

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 8602ms
@@ -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 13226ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @lssm/example.policy-safe-knowledge-assistant
2
2
 
3
+ ## 1.42.4
4
+
5
+ ### Patch Changes
6
+
7
+ - ac28b99: fix: generate from openapi
8
+ - Updated dependencies [ac28b99]
9
+ - @lssm/example.locale-jurisdiction-gate@1.42.4
10
+ - @lssm/example.versioned-knowledge-base@1.42.4
11
+ - @lssm/example.kb-update-pipeline@1.42.4
12
+ - @lssm/example.learning-patterns@1.42.3
13
+ - @lssm/module.learning-journey@1.42.4
14
+ - @lssm/module.notifications@1.42.4
15
+ - @lssm/module.audit-trail@1.42.4
16
+ - @lssm/lib.feature-flags@1.42.4
17
+ - @lssm/lib.identity-rbac@1.42.4
18
+ - @lssm/lib.contracts@1.42.4
19
+ - @lssm/lib.metering@1.42.4
20
+ - @lssm/lib.schema@1.42.4
21
+ - @lssm/lib.files@1.42.4
22
+ - @lssm/lib.jobs@1.42.4
23
+
24
+ ## 1.42.3
25
+
26
+ ### Patch Changes
27
+
28
+ - 3f5d015: fix(tooling): cicd
29
+ - Updated dependencies [3f5d015]
30
+ - @lssm/example.kb-update-pipeline@1.42.3
31
+ - @lssm/example.learning-patterns@1.42.2
32
+ - @lssm/example.locale-jurisdiction-gate@1.42.3
33
+ - @lssm/example.versioned-knowledge-base@1.42.3
34
+ - @lssm/lib.contracts@1.42.3
35
+ - @lssm/lib.feature-flags@1.42.3
36
+ - @lssm/lib.files@1.42.3
37
+ - @lssm/lib.identity-rbac@1.42.3
38
+ - @lssm/lib.jobs@1.42.3
39
+ - @lssm/lib.metering@1.42.3
40
+ - @lssm/lib.schema@1.42.3
41
+ - @lssm/module.audit-trail@1.42.3
42
+ - @lssm/module.learning-journey@1.42.3
43
+ - @lssm/module.notifications@1.42.3
44
+
3
45
  ## 1.42.2
4
46
 
5
47
  ### 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.4",
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",
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"
34
+ "@lssm/example.locale-jurisdiction-gate": "1.42.4",
35
+ "@lssm/example.versioned-knowledge-base": "1.42.4",
36
+ "@lssm/example.kb-update-pipeline": "1.42.4",
37
+ "@lssm/example.learning-patterns": "1.42.3",
38
+ "@lssm/lib.schema": "1.42.4",
39
+ "@lssm/lib.contracts": "1.42.4",
40
+ "@lssm/lib.identity-rbac": "1.42.4",
41
+ "@lssm/lib.jobs": "1.42.4",
42
+ "@lssm/lib.feature-flags": "1.42.4",
43
+ "@lssm/lib.files": "1.42.4",
44
+ "@lssm/lib.metering": "1.42.4",
45
+ "@lssm/module.audit-trail": "1.42.4",
46
+ "@lssm/module.notifications": "1.42.4",
47
+ "@lssm/module.learning-journey": "1.42.4"
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.4",
51
+ "@lssm/tool.typescript": "1.42.4",
52
52
  "tsdown": "^0.18.3",
53
53
  "typescript": "^5.9.3"
54
54
  },