@lssm/example.kb-update-pipeline 0.0.0-canary-20251221164004 → 0.0.0-canary-20251221165922

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.
@@ -225,16 +225,6 @@ $ tsdown
225
225
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
226
226
  ℹ dist/docs/kb-update-pipeline.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
227
227
  ℹ 218 files, total: 1292.73 kB
228
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
229
- ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
230
- │
231
- 2 │ import { randomUUID } from "node:crypto";
232
-  │ ──────┬──────
233
-  │ ╰──────── Module not found, treating it as an external dependency
234
-  │
235
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
236
- ───╯
237
-
238
228
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations/transform-engine.js
239
229
  â•­─[ ../../libs/contracts/dist/presentations/transform-engine.js:3:29 ]
240
230
  │
@@ -245,16 +235,6 @@ $ tsdown
245
235
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
246
236
  ───╯
247
237
 
248
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
249
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
250
- │
251
- 1 │ import { createHash } from "node:crypto";
252
-  │ ──────┬──────
253
-  │ ╰──────── Module not found, treating it as an external dependency
254
-  │
255
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
256
- ───╯
257
-
258
238
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
259
239
  â•­─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
260
240
  │
@@ -265,6 +245,16 @@ $ tsdown
265
245
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
266
246
  ───╯
267
247
 
248
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
249
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
250
+ │
251
+ 2 │ import { setTimeout } from "node:timers/promises";
252
+  │ ───────────┬──────────
253
+  │ ╰──────────── Module not found, treating it as an external dependency
254
+  │
255
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
256
+ ───╯
257
+
268
258
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
269
259
  â•­─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
270
260
  │
@@ -275,12 +265,22 @@ $ tsdown
275
265
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
276
266
  ───╯
277
267
 
278
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
279
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
268
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
269
+ ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
280
270
  │
281
- 2 │ import { setTimeout } from "node:timers/promises";
282
-  │ ───────────┬──────────
283
-  │ ╰──────────── Module not found, treating it as an external dependency
271
+ 2 │ import { randomUUID } from "node:crypto";
272
+  │ ──────┬──────
273
+  │ ╰──────── Module not found, treating it as an external dependency
274
+  │
275
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
276
+ ───╯
277
+
278
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
279
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
280
+ │
281
+ 1 │ import { createHash } from "node:crypto";
282
+  │ ──────┬──────
283
+  │ ╰──────── Module not found, treating it as an external dependency
284
284
   │
285
285
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
286
286
  ───╯
@@ -295,4 +295,4 @@ $ tsdown
295
295
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
296
296
  ───╯
297
297
 
298
- ✔ Build complete in 22168ms
298
+ ✔ Build complete in 24344ms
@@ -225,22 +225,12 @@ $ tsdown
225
225
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
226
226
  ℹ dist/docs/kb-update-pipeline.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
227
227
  ℹ 218 files, total: 1292.73 kB
228
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
229
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
230
- │
231
- 2 │ import { setTimeout } from "node:timers/promises";
232
-  │ ───────────┬──────────
233
-  │ ╰──────────── Module not found, treating it as an external dependency
234
-  │
235
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
236
- ───╯
237
-
238
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations/transform-engine.js
239
- ╭─[ ../../libs/contracts/dist/presentations/transform-engine.js:3:29 ]
228
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
229
+ ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
240
230
  │
241
- 3 │ import TurndownService from "turndown";
242
-  │ ─────┬────
243
-  │ ╰────── Module not found, treating it as an external dependency
231
+ 2 │ import { randomUUID } from "node:crypto";
232
+  │ ──────┬──────
233
+  │ ╰──────── Module not found, treating it as an external dependency
244
234
   │
245
235
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
246
236
  ───╯
@@ -255,6 +245,16 @@ $ tsdown
255
245
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
256
246
  ───╯
257
247
 
248
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
249
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
250
+ │
251
+ 1 │ import { createHash } from "node:crypto";
252
+  │ ──────┬──────
253
+  │ ╰──────── Module not found, treating it as an external dependency
254
+  │
255
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
256
+ ───╯
257
+
258
258
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
259
259
  â•­─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
260
260
  │
@@ -265,22 +265,22 @@ $ tsdown
265
265
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
266
266
  ───╯
267
267
 
268
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
269
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
268
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
269
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
270
270
  │
271
- 1 │ import { createHash } from "node:crypto";
272
-  │ ──────┬──────
273
-  │ ╰──────── Module not found, treating it as an external dependency
271
+ 2 │ import { setTimeout } from "node:timers/promises";
272
+  │ ───────────┬──────────
273
+  │ ╰──────────── Module not found, treating it as an external dependency
274
274
   │
275
275
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
276
276
  ───╯
277
277
 
278
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
279
- ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
278
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations/transform-engine.js
279
+ ╭─[ ../../libs/contracts/dist/presentations/transform-engine.js:3:29 ]
280
280
  │
281
- 2 │ import { randomUUID } from "node:crypto";
282
-  │ ──────┬──────
283
-  │ ╰──────── Module not found, treating it as an external dependency
281
+ 3 │ import TurndownService from "turndown";
282
+  │ ─────┬────
283
+  │ ╰────── Module not found, treating it as an external dependency
284
284
   │
285
285
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
286
286
  ───╯
@@ -295,5 +295,5 @@ $ tsdown
295
295
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
296
296
  ───╯
297
297
 
298
- ✔ Build complete in 23338ms
298
+ ✔ Build complete in 24594ms
299
299
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.kb-update-pipeline
2
2
 
3
- ## 0.0.0-canary-20251221164004
3
+ ## 0.0.0-canary-20251221165922
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-20251221164004
13
- - @lssm/lib.identity-rbac@0.0.0-canary-20251221164004
14
- - @lssm/lib.schema@0.0.0-canary-20251221164004
15
- - @lssm/module.notifications@0.0.0-canary-20251221164004
12
+ - @lssm/lib.contracts@0.0.0-canary-20251221165922
13
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251221165922
14
+ - @lssm/lib.schema@0.0.0-canary-20251221165922
15
+ - @lssm/module.notifications@0.0.0-canary-20251221165922
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.kb-update-pipeline",
3
- "version": "0.0.0-canary-20251221164004",
3
+ "version": "0.0.0-canary-20251221165922",
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-20251221164004",
40
- "@lssm/lib.identity-rbac": "0.0.0-canary-20251221164004",
41
- "@lssm/lib.schema": "0.0.0-canary-20251221164004",
42
- "@lssm/module.notifications": "0.0.0-canary-20251221164004",
39
+ "@lssm/lib.contracts": "0.0.0-canary-20251221165922",
40
+ "@lssm/lib.identity-rbac": "0.0.0-canary-20251221165922",
41
+ "@lssm/lib.schema": "0.0.0-canary-20251221165922",
42
+ "@lssm/module.notifications": "0.0.0-canary-20251221165922",
43
43
  "zod": "^4.1.13"
44
44
  },
45
45
  "devDependencies": {
46
- "@lssm/tool.tsdown": "0.0.0-canary-20251221164004",
47
- "@lssm/tool.typescript": "0.0.0-canary-20251221164004",
46
+ "@lssm/tool.tsdown": "0.0.0-canary-20251221165922",
47
+ "@lssm/tool.typescript": "0.0.0-canary-20251221165922",
48
48
  "tsdown": "^0.18.1",
49
49
  "typescript": "^5.9.3"
50
50
  },