@lssm/example.learning-journey-studio-onboarding 0.0.0-canary-20251217062139 → 0.0.0-canary-20251217063201

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.
@@ -6,7 +6,6 @@
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
9
- ℹ Cleaning 22 files
10
9
  ℹ dist/contracts/index.js  2.98 kB │ gzip: 0.92 kB
11
10
  ℹ dist/track.js  1.91 kB │ gzip: 0.80 kB
12
11
  ℹ dist/docs/studio-onboarding.docblock.js  1.52 kB │ gzip: 0.77 kB
@@ -152,8 +151,8 @@
152
151
   │
153
152
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
154
153
 
155
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
156
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/presentations.v2.js at 93..103
154
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
155
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/workflow/runner.js at 80..93
157
156
   │
158
157
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
159
158
 
@@ -162,8 +161,8 @@
162
161
   │
163
162
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
164
163
 
165
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
166
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/experiments/evaluator.js at 27..40
164
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
165
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/presentations.v2.js at 93..103
167
166
   │
168
167
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
169
168
 
@@ -172,8 +171,8 @@
172
171
   │
173
172
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
174
173
 
175
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
176
- - Module not found, treating it as an external dependency in ../../libs/contracts/dist/workflow/runner.js at 80..93
174
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
175
+ - Module not found, treating it as an external dependency in ../../libs/contracts/dist/experiments/evaluator.js at 27..40
177
176
   │
178
177
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
179
178
 
@@ -182,4 +181,4 @@
182
181
   │
183
182
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
184
183
 
185
- ✔ Build complete in 10678ms
184
+ ✔ Build complete in 6888ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.learning-journey-studio-onboarding
2
2
 
3
- ## 0.0.0-canary-20251217062139
3
+ ## 0.0.0-canary-20251217063201
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-20251217062139
13
- - @lssm/lib.schema@0.0.0-canary-20251217062139
14
- - @lssm/module.learning-journey@0.0.0-canary-20251217062139
12
+ - @lssm/lib.contracts@0.0.0-canary-20251217063201
13
+ - @lssm/lib.schema@0.0.0-canary-20251217063201
14
+ - @lssm/module.learning-journey@0.0.0-canary-20251217063201
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-20251217062139",
3
+ "version": "0.0.0-canary-20251217063201",
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-20251217062139",
34
- "@lssm/lib.schema": "0.0.0-canary-20251217062139",
35
- "@lssm/module.learning-journey": "0.0.0-canary-20251217062139"
33
+ "@lssm/lib.contracts": "0.0.0-canary-20251217063201",
34
+ "@lssm/lib.schema": "0.0.0-canary-20251217063201",
35
+ "@lssm/module.learning-journey": "0.0.0-canary-20251217063201"
36
36
  },
37
37
  "devDependencies": {
38
- "@lssm/tool.tsdown": "0.0.0-canary-20251217062139",
39
- "@lssm/tool.typescript": "0.0.0-canary-20251217062139",
38
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217063201",
39
+ "@lssm/tool.typescript": "0.0.0-canary-20251217063201",
40
40
  "tsdown": "^0.17.4",
41
41
  "typescript": "^5.9.3"
42
42
  },