@lssm/example.learning-journey-crm-onboarding 0.0.0-canary-20251220015515 → 0.0.0-canary-20251220021406

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.
@@ -199,6 +199,16 @@ $ tsdown
199
199
  ℹ dist/docs/crm-onboarding.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
200
200
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
201
201
  ℹ 192 files, total: 1235.67 kB
202
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
203
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
204
+ │
205
+ 1 │ import { createHash } from "node:crypto";
206
+  │ ──────┬──────
207
+  │ ╰──────── Module not found, treating it as an external dependency
208
+  │
209
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
210
+ ───╯
211
+
202
212
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
203
213
  â•­─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
204
214
  │
@@ -219,6 +229,16 @@ $ tsdown
219
229
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
220
230
  ───╯
221
231
 
232
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
233
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
234
+ │
235
+ 2 │ import { deepStrictEqual } from "node:assert";
236
+  │ ──────┬──────
237
+  │ ╰──────── Module not found, treating it as an external dependency
238
+  │
239
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
240
+ ───╯
241
+
222
242
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
223
243
  â•­─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
224
244
  │
@@ -239,26 +259,6 @@ $ tsdown
239
259
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
240
260
  ───╯
241
261
 
242
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
243
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
244
- │
245
- 2 │ import { deepStrictEqual } from "node:assert";
246
-  │ ──────┬──────
247
-  │ ╰──────── Module not found, treating it as an external dependency
248
-  │
249
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
250
- ───╯
251
-
252
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
253
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
254
- │
255
- 1 │ import { createHash } from "node:crypto";
256
-  │ ──────┬──────
257
-  │ ╰──────── Module not found, treating it as an external dependency
258
-  │
259
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
260
- ───╯
261
-
262
262
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/contracts/dist/server/mcp/registerResources.js
263
263
  â•­─[ ../../libs/contracts/dist/server/mcp/registerResources.js:2:24 ]
264
264
  │
@@ -269,4 +269,4 @@ $ tsdown
269
269
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
270
270
  ───╯
271
271
 
272
- ✔ Build complete in 24079ms
272
+ ✔ Build complete in 25961ms
@@ -209,22 +209,12 @@ $ tsdown
209
209
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
210
210
  ───╯
211
211
 
212
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
213
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
214
- │
215
- 2 │ import { setTimeout } from "node:timers/promises";
216
-  │ ───────────┬──────────
217
-  │ ╰──────────── Module not found, treating it as an external dependency
218
-  │
219
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
220
- ───╯
221
-
222
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
223
- ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
212
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
213
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
224
214
  │
225
- 1 │ import { randomUUID } from "crypto";
226
-  │ ────┬───
227
-  │ ╰───── Module not found, treating it as an external dependency
215
+ 1 │ import { createHash } from "node:crypto";
216
+  │ ──────┬──────
217
+  │ ╰──────── Module not found, treating it as an external dependency
228
218
   │
229
219
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
230
220
  ───╯
@@ -239,12 +229,22 @@ $ tsdown
239
229
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
240
230
  ───╯
241
231
 
242
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
243
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
232
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
233
+ ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
244
234
  │
245
- 1 │ import { createHash } from "node:crypto";
246
-  │ ──────┬──────
247
-  │ ╰──────── Module not found, treating it as an external dependency
235
+ 1 │ import { randomUUID } from "crypto";
236
+  │ ────┬───
237
+  │ ╰───── Module not found, treating it as an external dependency
238
+  │
239
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
240
+ ───╯
241
+
242
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
243
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
244
+ │
245
+ 2 │ import { setTimeout } from "node:timers/promises";
246
+  │ ───────────┬──────────
247
+  │ ╰──────────── Module not found, treating it as an external dependency
248
248
   │
249
249
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
250
250
  ───╯
@@ -269,5 +269,5 @@ $ tsdown
269
269
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
270
270
  ───╯
271
271
 
272
- ✔ Build complete in 39664ms
272
+ ✔ Build complete in 34536ms
273
273
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.learning-journey-crm-onboarding
2
2
 
3
- ## 0.0.0-canary-20251220015515
3
+ ## 0.0.0-canary-20251220021406
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/example.crm-pipeline@0.0.0-canary-20251220015515
13
- - @lssm/lib.contracts@0.0.0-canary-20251220015515
14
- - @lssm/lib.schema@0.0.0-canary-20251220015515
15
- - @lssm/module.learning-journey@0.0.0-canary-20251220015515
12
+ - @lssm/example.crm-pipeline@0.0.0-canary-20251220021406
13
+ - @lssm/lib.contracts@0.0.0-canary-20251220021406
14
+ - @lssm/lib.schema@0.0.0-canary-20251220021406
15
+ - @lssm/module.learning-journey@0.0.0-canary-20251220021406
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-crm-onboarding",
3
- "version": "0.0.0-canary-20251220015515",
3
+ "version": "0.0.0-canary-20251220021406",
4
4
  "description": "Learning journey track that onboards users to the CRM pipeline example.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -30,14 +30,14 @@
30
30
  "lint:check": "eslint src"
31
31
  },
32
32
  "dependencies": {
33
- "@lssm/lib.contracts": "0.0.0-canary-20251220015515",
34
- "@lssm/lib.schema": "0.0.0-canary-20251220015515",
35
- "@lssm/module.learning-journey": "0.0.0-canary-20251220015515",
36
- "@lssm/example.crm-pipeline": "0.0.0-canary-20251220015515"
33
+ "@lssm/lib.contracts": "0.0.0-canary-20251220021406",
34
+ "@lssm/lib.schema": "0.0.0-canary-20251220021406",
35
+ "@lssm/module.learning-journey": "0.0.0-canary-20251220021406",
36
+ "@lssm/example.crm-pipeline": "0.0.0-canary-20251220021406"
37
37
  },
38
38
  "devDependencies": {
39
- "@lssm/tool.tsdown": "0.0.0-canary-20251220015515",
40
- "@lssm/tool.typescript": "0.0.0-canary-20251220015515",
39
+ "@lssm/tool.tsdown": "0.0.0-canary-20251220021406",
40
+ "@lssm/tool.typescript": "0.0.0-canary-20251220021406",
41
41
  "tsdown": "^0.18.1",
42
42
  "typescript": "^5.9.3"
43
43
  },