@lssm/example.policy-safe-knowledge-assistant 0.0.0-canary-20251215233706 → 0.0.0-canary-20251215234153

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.
@@ -15,5 +15,5 @@ $ tsdown
15
15
  ℹ dist/seed/index.js 0.07 kB │ gzip: 0.08 kB
16
16
  ℹ dist/docs/index.js 0.05 kB │ gzip: 0.07 kB
17
17
  ℹ 8 files, total: 6.60 kB
18
- ✔ Build complete in 55ms
18
+ ✔ Build complete in 30ms
19
19
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,20 +1,20 @@
1
1
  # @lssm/example.policy-safe-knowledge-assistant
2
2
 
3
- ## 0.0.0-canary-20251215233706
3
+ ## 0.0.0-canary-20251215234153
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251215233706
9
- - @lssm/lib.jobs@0.0.0-canary-20251215233706
10
- - @lssm/example.kb-update-pipeline@0.0.0-canary-20251215233706
11
- - @lssm/example.locale-jurisdiction-gate@0.0.0-canary-20251215233706
12
- - @lssm/example.versioned-knowledge-base@0.0.0-canary-20251215233706
13
- - @lssm/lib.feature-flags@0.0.0-canary-20251215233706
14
- - @lssm/lib.files@0.0.0-canary-20251215233706
15
- - @lssm/lib.identity-rbac@0.0.0-canary-20251215233706
16
- - @lssm/lib.metering@0.0.0-canary-20251215233706
17
- - @lssm/module.audit-trail@0.0.0-canary-20251215233706
18
- - @lssm/module.learning-journey@0.0.0-canary-20251215233706
19
- - @lssm/module.notifications@0.0.0-canary-20251215233706
20
- - @lssm/example.learning-patterns@0.0.0-canary-20251215233706
8
+ - @lssm/lib.contracts@0.0.0-canary-20251215234153
9
+ - @lssm/lib.jobs@0.0.0-canary-20251215234153
10
+ - @lssm/example.kb-update-pipeline@0.0.0-canary-20251215234153
11
+ - @lssm/example.locale-jurisdiction-gate@0.0.0-canary-20251215234153
12
+ - @lssm/example.versioned-knowledge-base@0.0.0-canary-20251215234153
13
+ - @lssm/lib.feature-flags@0.0.0-canary-20251215234153
14
+ - @lssm/lib.files@0.0.0-canary-20251215234153
15
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251215234153
16
+ - @lssm/lib.metering@0.0.0-canary-20251215234153
17
+ - @lssm/module.audit-trail@0.0.0-canary-20251215234153
18
+ - @lssm/module.learning-journey@0.0.0-canary-20251215234153
19
+ - @lssm/module.notifications@0.0.0-canary-20251215234153
20
+ - @lssm/example.learning-patterns@0.0.0-canary-20251215234153
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.policy-safe-knowledge-assistant",
3
- "version": "0.0.0-canary-20251215233706",
3
+ "version": "0.0.0-canary-20251215234153",
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",