@lssm/example.learning-journey-platform-tour 0.0.0-canary-20251217080011 → 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.
@@ -147,16 +147,6 @@
147
147
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
148
148
  ℹ dist/docs/platform-tour.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
149
149
  ℹ 139 files, total: 258.99 kB
150
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
151
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
152
- │
153
- 2 │ import { setTimeout } from "node:timers/promises";
154
-  │ ───────────┬──────────
155
-  │ ╰──────────── Module not found, treating it as an external dependency
156
-  │
157
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
158
- ───╯
159
-
160
150
  [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
161
151
  â•­─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
162
152
  │
@@ -167,12 +157,12 @@
167
157
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
168
158
  ───╯
169
159
 
170
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
171
- ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
160
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
161
+ ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
172
162
  │
173
- 1 │ import { randomUUID } from "crypto";
174
-  │ ────┬───
175
-  │ ╰───── Module not found, treating it as an external dependency
163
+ 2 │ import { randomUUID } from "node:crypto";
164
+  │ ──────┬──────
165
+  │ ╰──────── Module not found, treating it as an external dependency
176
166
   │
177
167
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
178
168
  ───╯
@@ -187,12 +177,22 @@
187
177
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
188
178
  ───╯
189
179
 
190
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
191
- ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
180
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
181
+ ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
192
182
  │
193
- 2 │ import { randomUUID } from "node:crypto";
194
-  │ ──────┬──────
195
-  │ ╰──────── Module not found, treating it as an external dependency
183
+ 2 │ import { setTimeout } from "node:timers/promises";
184
+  │ ───────────┬──────────
185
+  │ ╰──────────── Module not found, treating it as an external dependency
186
+  │
187
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
188
+ ───╯
189
+
190
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/dist/telemetry/tracker.js
191
+ ╭─[ ../../libs/contracts/dist/telemetry/tracker.js:1:28 ]
192
+ │
193
+ 1 │ import { randomUUID } from "crypto";
194
+  │ ────┬───
195
+  │ ╰───── Module not found, treating it as an external dependency
196
196
   │
197
197
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
198
198
  ───╯
@@ -217,4 +217,4 @@
217
217
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
218
218
  ───╯
219
219
 
220
- ✔ Build complete in 2054ms
220
+ ✔ Build complete in 1964ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.learning-journey-platform-tour
2
2
 
3
- ## 0.0.0-canary-20251217080011
3
+ ## 0.0.0-canary-20251217083314
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-20251217080011
13
- - @lssm/lib.schema@0.0.0-canary-20251217080011
14
- - @lssm/module.learning-journey@0.0.0-canary-20251217080011
12
+ - @lssm/lib.contracts@0.0.0-canary-20251217083314
13
+ - @lssm/lib.schema@0.0.0-canary-20251217083314
14
+ - @lssm/module.learning-journey@0.0.0-canary-20251217083314
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.learning-journey-platform-tour",
3
- "version": "0.0.0-canary-20251217080011",
3
+ "version": "0.0.0-canary-20251217083314",
4
4
  "description": "Learning journey track covering ContractSpec platform primitives.",
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-20251217080011",
34
- "@lssm/lib.schema": "0.0.0-canary-20251217080011",
35
- "@lssm/module.learning-journey": "0.0.0-canary-20251217080011"
33
+ "@lssm/lib.contracts": "0.0.0-canary-20251217083314",
34
+ "@lssm/lib.schema": "0.0.0-canary-20251217083314",
35
+ "@lssm/module.learning-journey": "0.0.0-canary-20251217083314"
36
36
  },
37
37
  "devDependencies": {
38
- "@lssm/tool.tsdown": "0.0.0-canary-20251217080011",
39
- "@lssm/tool.typescript": "0.0.0-canary-20251217080011",
38
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217083314",
39
+ "@lssm/tool.typescript": "0.0.0-canary-20251217083314",
40
40
  "tsdown": "^0.17.4",
41
41
  "typescript": "^5.9.3"
42
42
  },
package/tsdown.config.js CHANGED
@@ -1,7 +1,17 @@
1
1
  import { defineConfig } from 'tsdown';
2
2
  import { moduleLibrary, withDevExports } from '@lssm/tool.tsdown';
3
3
 
4
- export default defineConfig((options) => ({
4
+ export default defineConfig(() => ({
5
5
  ...moduleLibrary,
6
6
  ...withDevExports,
7
7
  }));
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+