@lssm/example.kb-update-pipeline 0.0.0-canary-20251217023603 → 0.0.0-canary-20251217034842

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.
@@ -20,5 +20,5 @@ $ tsdown
20
20
  ℹ dist/handlers/index.js 0.17 kB │ gzip: 0.11 kB
21
21
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
22
22
  ℹ 13 files, total: 14.66 kB
23
- ✔ Build complete in 65ms
23
+ ✔ Build complete in 58ms
24
24
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @lssm/example.kb-update-pipeline
2
2
 
3
- ## 0.0.0-canary-20251217023603
3
+ ## 0.0.0-canary-20251217034842
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251217023603
9
- - @lssm/lib.schema@0.0.0-canary-20251217023603
10
- - @lssm/lib.identity-rbac@0.0.0-canary-20251217023603
11
- - @lssm/module.notifications@0.0.0-canary-20251217023603
8
+ - @lssm/lib.contracts@0.0.0-canary-20251217034842
9
+ - @lssm/lib.schema@0.0.0-canary-20251217034842
10
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251217034842
11
+ - @lssm/module.notifications@0.0.0-canary-20251217034842
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.kb-update-pipeline",
3
- "version": "0.0.0-canary-20251217023603",
3
+ "version": "0.0.0-canary-20251217034842",
4
4
  "description": "Example: KB update automation pipeline with HITL review and auditability.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",