@lssm/example.learning-journey-studio-onboarding 0.0.0-canary-20251220021406 → 0.0.0-canary-20251220030446

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