@lssm/example.kb-update-pipeline 0.0.0-canary-20251217073102 → 0.0.0-canary-20251217080011

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.
@@ -155,12 +155,12 @@
155
155
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
156
156
  ℹ dist/docs/kb-update-pipeline.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
157
157
  ℹ 147 files, total: 268.44 kB
158
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
159
- ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
158
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
159
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
160
160
  │
161
- 3 │ import TurndownService from "turndown";
162
-  │ ─────┬────
163
-  │ ╰────── Module not found, treating it as an external dependency
161
+ 2 │ import { setTimeout } from "node:timers/promises";
162
+  │ ───────────┬──────────
163
+  │ ╰──────────── Module not found, treating it as an external dependency
164
164
   │
165
165
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
166
166
  ───╯
@@ -175,32 +175,32 @@
175
175
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
176
176
  ───╯
177
177
 
178
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
179
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
178
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
179
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
180
180
  │
181
- 2 │ import { deepStrictEqual } from "node:assert";
182
-  │ ──────┬──────
183
-  │ ╰──────── Module not found, treating it as an external dependency
181
+ 1 │ import { createHash } from "node:crypto";
182
+  │ ──────┬──────
183
+  │ ╰──────── Module not found, treating it as an external dependency
184
184
   │
185
185
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
186
186
  ───╯
187
187
 
188
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
189
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
188
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
189
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
190
190
  │
191
- 2 │ import { setTimeout } from "node:timers/promises";
192
-  │ ───────────┬──────────
193
-  │ ╰──────────── Module not found, treating it as an external dependency
191
+ 2 │ import { deepStrictEqual } from "node:assert";
192
+  │ ──────┬──────
193
+  │ ╰──────── Module not found, treating it as an external dependency
194
194
   │
195
195
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
196
196
  ───╯
197
197
 
198
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
199
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
198
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
199
+ ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
200
200
  │
201
- 1 │ import { createHash } from "node:crypto";
202
-  │ ──────┬──────
203
-  │ ╰──────── Module not found, treating it as an external dependency
201
+ 3 │ import TurndownService from "turndown";
202
+  │ ─────┬────
203
+  │ ╰────── Module not found, treating it as an external dependency
204
204
   │
205
205
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
206
206
  ───╯
@@ -225,4 +225,4 @@
225
225
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
226
226
  ───╯
227
227
 
228
- ✔ Build complete in 1927ms
228
+ ✔ Build complete in 1764ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.kb-update-pipeline
2
2
 
3
- ## 0.0.0-canary-20251217073102
3
+ ## 0.0.0-canary-20251217080011
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/lib.contracts@0.0.0-canary-20251217073102
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251217073102
14
- - @lssm/lib.schema@0.0.0-canary-20251217073102
15
- - @lssm/module.notifications@0.0.0-canary-20251217073102
12
+ - @lssm/lib.contracts@0.0.0-canary-20251217080011
13
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251217080011
14
+ - @lssm/lib.schema@0.0.0-canary-20251217080011
15
+ - @lssm/module.notifications@0.0.0-canary-20251217080011
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.kb-update-pipeline",
3
- "version": "0.0.0-canary-20251217073102",
3
+ "version": "0.0.0-canary-20251217080011",
4
4
  "description": "Example: KB update automation pipeline with HITL review and auditability.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,15 +36,15 @@
36
36
  "test": "bun test"
37
37
  },
38
38
  "dependencies": {
39
- "@lssm/lib.contracts": "0.0.0-canary-20251217073102",
40
- "@lssm/lib.identity-rbac": "0.0.0-canary-20251217073102",
41
- "@lssm/lib.schema": "0.0.0-canary-20251217073102",
42
- "@lssm/module.notifications": "0.0.0-canary-20251217073102",
39
+ "@lssm/lib.contracts": "0.0.0-canary-20251217080011",
40
+ "@lssm/lib.identity-rbac": "0.0.0-canary-20251217080011",
41
+ "@lssm/lib.schema": "0.0.0-canary-20251217080011",
42
+ "@lssm/module.notifications": "0.0.0-canary-20251217080011",
43
43
  "zod": "^4.1.13"
44
44
  },
45
45
  "devDependencies": {
46
- "@lssm/tool.tsdown": "0.0.0-canary-20251217073102",
47
- "@lssm/tool.typescript": "0.0.0-canary-20251217073102",
46
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217080011",
47
+ "@lssm/tool.typescript": "0.0.0-canary-20251217080011",
48
48
  "tsdown": "^0.17.4",
49
49
  "typescript": "^5.9.3"
50
50
  },