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

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,32 +155,22 @@
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 ]
160
- │
161
- 3 │ import TurndownService from "turndown";
162
-  │ ─────┬────
163
-  │ ╰────── Module not found, treating it as an external dependency
164
-  │
165
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
166
- ───╯
167
-
168
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
169
- ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
158
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
159
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
170
160
  │
171
- 1 │ import { randomUUID } from "crypto";
172
-  │ ────┬───
173
-  │ ╰───── Module not found, treating it as an external dependency
161
+ 1 │ import { createHash } from "node:crypto";
162
+  │ ──────┬──────
163
+  │ ╰──────── Module not found, treating it as an external dependency
174
164
   │
175
165
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
176
166
  ───╯
177
167
 
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 ]
168
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
169
+ ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
180
170
  │
181
- 2 │ import { deepStrictEqual } from "node:assert";
182
-  │ ──────┬──────
183
-  │ ╰──────── Module not found, treating it as an external dependency
171
+ 3 │ import TurndownService from "turndown";
172
+  │ ─────┬────
173
+  │ ╰────── Module not found, treating it as an external dependency
184
174
   │
185
175
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
186
176
  ───╯
@@ -195,12 +185,12 @@
195
185
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
196
186
  ───╯
197
187
 
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 ]
188
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
189
+ ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
200
190
  │
201
- 1 │ import { createHash } from "node:crypto";
202
-  │ ──────┬──────
203
-  │ ╰──────── Module not found, treating it as an external dependency
191
+ 1 │ import { randomUUID } from "crypto";
192
+  │ ────┬───
193
+  │ ╰───── Module not found, treating it as an external dependency
204
194
   │
205
195
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
206
196
  ───╯
@@ -215,6 +205,16 @@
215
205
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
216
206
  ───╯
217
207
 
208
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
209
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
210
+ │
211
+ 2 │ import { deepStrictEqual } from "node:assert";
212
+  │ ──────┬──────
213
+  │ ╰──────── Module not found, treating it as an external dependency
214
+  │
215
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
216
+ ───╯
217
+
218
218
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/contracts/dist/server/mcp/registerResources.js
219
219
  â•­─[ ../../libs/contracts/dist/server/mcp/registerResources.js:2:24 ]
220
220
  │
@@ -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 1775ms
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-20251217083314
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-20251217083314
13
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251217083314
14
+ - @lssm/lib.schema@0.0.0-canary-20251217083314
15
+ - @lssm/module.notifications@0.0.0-canary-20251217083314
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-20251217083314",
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-20251217083314",
40
+ "@lssm/lib.identity-rbac": "0.0.0-canary-20251217083314",
41
+ "@lssm/lib.schema": "0.0.0-canary-20251217083314",
42
+ "@lssm/module.notifications": "0.0.0-canary-20251217083314",
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-20251217083314",
47
+ "@lssm/tool.typescript": "0.0.0-canary-20251217083314",
48
48
  "tsdown": "^0.17.4",
49
49
  "typescript": "^5.9.3"
50
50
  },