@lssm/example.learning-journey-crm-onboarding 0.0.0-canary-20251217073102 → 0.0.0-canary-20251217080011

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,22 +147,12 @@
147
147
  ℹ dist/docs/crm-onboarding.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
148
148
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
149
149
  ℹ 139 files, total: 258.22 kB
150
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
151
- ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
152
- │
153
- 1 │ import { createHash } from "node:crypto";
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
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
161
- ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
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 ]
162
152
  │
163
- 2 │ import { deepStrictEqual } from "node:assert";
164
-  │ ──────┬──────
165
-  │ ╰──────── Module not found, treating it as an external dependency
153
+ 2 │ import { setTimeout } from "node:timers/promises";
154
+  │ ───────────┬──────────
155
+  │ ╰──────────── Module not found, treating it as an external dependency
166
156
   │
167
157
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
168
158
  ───╯
@@ -177,32 +167,42 @@
177
167
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
178
168
  ───╯
179
169
 
180
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
181
- ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
170
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
171
+ ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
182
172
  │
183
- 2 │ import { randomUUID } from "node:crypto";
184
-  │ ──────┬──────
185
-  │ ╰──────── Module not found, treating it as an external dependency
173
+ 3 │ import TurndownService from "turndown";
174
+  │ ─────┬────
175
+  │ ╰────── Module not found, treating it as an external dependency
186
176
   │
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:timers/promises' in ../../libs/contracts/dist/regenerator/service.js
191
- ╭─[ ../../libs/contracts/dist/regenerator/service.js:2:28 ]
180
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:assert' in ../../libs/contracts/dist/tests/runner.js
181
+ ╭─[ ../../libs/contracts/dist/tests/runner.js:2:33 ]
192
182
  │
193
- 2 │ import { setTimeout } from "node:timers/promises";
194
-  │ ───────────┬──────────
195
-  │ ╰──────────── Module not found, treating it as an external dependency
183
+ 2 │ import { deepStrictEqual } from "node:assert";
184
+  │ ──────┬──────
185
+  │ ╰──────── Module not found, treating it as an external dependency
196
186
   │
197
187
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
198
188
  ───╯
199
189
 
200
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/dist/presentations.v2.js
201
- ╭─[ ../../libs/contracts/dist/presentations.v2.js:3:29 ]
190
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/experiments/evaluator.js
191
+ ╭─[ ../../libs/contracts/dist/experiments/evaluator.js:1:28 ]
202
192
  │
203
- 3 │ import TurndownService from "turndown";
204
-  │ ─────┬────
205
-  │ ╰────── Module not found, treating it as an external dependency
193
+ 1 │ import { createHash } from "node:crypto";
194
+  │ ──────┬──────
195
+  │ ╰──────── Module not found, treating it as an external dependency
196
+  │
197
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
198
+ ───╯
199
+
200
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/dist/workflow/runner.js
201
+ ╭─[ ../../libs/contracts/dist/workflow/runner.js:2:28 ]
202
+ │
203
+ 2 │ import { randomUUID } from "node:crypto";
204
+  │ ──────┬──────
205
+  │ ╰──────── Module not found, treating it as an external dependency
206
206
   │
207
207
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
208
208
  ───╯
@@ -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 2299ms
220
+ ✔ Build complete in 1738ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.learning-journey-crm-onboarding
2
2
 
3
- ## 0.0.0-canary-20251217073102
3
+ ## 0.0.0-canary-20251217080011
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-20251217073102
13
- - @lssm/lib.contracts@0.0.0-canary-20251217073102
14
- - @lssm/lib.schema@0.0.0-canary-20251217073102
15
- - @lssm/module.learning-journey@0.0.0-canary-20251217073102
12
+ - @lssm/example.crm-pipeline@0.0.0-canary-20251217080011
13
+ - @lssm/lib.contracts@0.0.0-canary-20251217080011
14
+ - @lssm/lib.schema@0.0.0-canary-20251217080011
15
+ - @lssm/module.learning-journey@0.0.0-canary-20251217080011
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-20251217073102",
3
+ "version": "0.0.0-canary-20251217080011",
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-20251217073102",
34
- "@lssm/lib.schema": "0.0.0-canary-20251217073102",
35
- "@lssm/module.learning-journey": "0.0.0-canary-20251217073102",
36
- "@lssm/example.crm-pipeline": "0.0.0-canary-20251217073102"
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",
36
+ "@lssm/example.crm-pipeline": "0.0.0-canary-20251217080011"
37
37
  },
38
38
  "devDependencies": {
39
- "@lssm/tool.tsdown": "0.0.0-canary-20251217073102",
40
- "@lssm/tool.typescript": "0.0.0-canary-20251217073102",
39
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217080011",
40
+ "@lssm/tool.typescript": "0.0.0-canary-20251217080011",
41
41
  "tsdown": "^0.17.4",
42
42
  "typescript": "^5.9.3"
43
43
  },