@contractspec/example.personalization 0.0.0-canary-20260113170453 → 0.0.0-canary-20260114030712

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.
@@ -166,26 +166,6 @@ $ tsdown
166
166
  ℹ dist/libs/contracts/src/resources.d.ts 0.01 kB │ gzip: 0.03 kB
167
167
  ℹ dist/libs/contracts/src/workspace-config/contractsrc-schema.d.ts 0.01 kB │ gzip: 0.03 kB
168
168
  ℹ 159 files, total: 54.50 kB
169
- ../../libs/contracts/src/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/registry.ts
170
- ╭─[ ../../libs/contracts/src/registry.ts:1:33 ]
171
- │
172
- 1 │ import { compareVersions } from 'compare-versions';
173
-  │ ─────────┬────────
174
-  │ ╰────────── Module not found, treating it as an external dependency
175
-  │
176
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
177
- ───╯
178
-
179
- ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
180
- ╭─[ ../../libs/contracts/src/openapi.ts:8:33 ]
181
- │
182
- 8 │ import { compareVersions } from 'compare-versions';
183
-  │ ─────────┬────────
184
-  │ ╰────────── Module not found, treating it as an external dependency
185
-  │
186
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
187
- ───╯
188
-
189
169
  ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
190
170
  â•­─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
191
171
  │
@@ -216,8 +196,18 @@ $ tsdown
216
196
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
217
197
  ───╯
218
198
 
219
- ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
220
- ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
199
+ ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
200
+ ╭─[ ../../libs/contracts/src/openapi.ts:8:33 ]
201
+ │
202
+ 8 │ import { compareVersions } from 'compare-versions';
203
+  │ ─────────┬────────
204
+  │ ╰────────── Module not found, treating it as an external dependency
205
+  │
206
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
207
+ ───╯
208
+
209
+ ../../libs/contracts/src/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/registry.ts
210
+ ╭─[ ../../libs/contracts/src/registry.ts:1:33 ]
221
211
  │
222
212
  1 │ import { compareVersions } from 'compare-versions';
223
213
   │ ─────────┬────────
@@ -226,6 +216,26 @@ $ tsdown
226
216
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
227
217
  ───╯
228
218
 
219
+ ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
220
+ ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
221
+ │
222
+ 93 │ import { compareVersions } from 'compare-versions';
223
+  │ ─────────┬────────
224
+  │ ╰────────── Module not found, treating it as an external dependency
225
+  │
226
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
227
+ ────╯
228
+
229
+ ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
230
+ ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
231
+ │
232
+ 1 │ import { randomUUID } from 'crypto';
233
+  │ ────┬───
234
+  │ ╰───── Module not found, treating it as an external dependency
235
+  │
236
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
237
+ ───╯
238
+
229
239
  ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
230
240
  â•­─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
231
241
  │
@@ -236,12 +246,12 @@ $ tsdown
236
246
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
237
247
  ───╯
238
248
 
239
- ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
240
- ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
249
+ ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
250
+ ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
241
251
  │
242
- 1 │ import { deepStrictEqual } from 'assert';
243
-  │ ────┬───
244
-  │ ╰───── Module not found, treating it as an external dependency
252
+ 1 │ import { compareVersions } from 'compare-versions';
253
+  │ ─────────┬────────
254
+  │ ╰────────── Module not found, treating it as an external dependency
245
255
   │
246
256
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
247
257
  ───╯
@@ -256,26 +266,6 @@ $ tsdown
256
266
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
257
267
  ─────╯
258
268
 
259
- ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
260
- ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
261
- │
262
- 1 │ import { randomUUID } from 'crypto';
263
-  │ ────┬───
264
-  │ ╰───── Module not found, treating it as an external dependency
265
-  │
266
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
267
- ───╯
268
-
269
- ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
270
- ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
271
- │
272
- 93 │ import { compareVersions } from 'compare-versions';
273
-  │ ─────────┬────────
274
-  │ ╰────────── Module not found, treating it as an external dependency
275
-  │
276
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
277
- ────╯
278
-
279
269
  ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
280
270
  â•­─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
281
271
  │
@@ -286,6 +276,16 @@ $ tsdown
286
276
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
287
277
  ───╯
288
278
 
279
+ ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
280
+ ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
281
+ │
282
+ 1 │ import { deepStrictEqual } from 'assert';
283
+  │ ────┬───
284
+  │ ╰───── Module not found, treating it as an external dependency
285
+  │
286
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
287
+ ───╯
288
+
289
289
  ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
290
290
  â•­─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
291
291
  │
@@ -316,4 +316,4 @@ $ tsdown
316
316
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
317
317
  ───╯
318
318
 
319
- ✔ Build complete in 30424ms
319
+ ✔ Build complete in 31951ms
@@ -168,10 +168,10 @@ $ tsdown
168
168
  ℹ dist/libs/contracts/src/resources.d.ts 0.01 kB │ gzip: 0.03 kB
169
169
  ℹ dist/libs/contracts/src/workspace-config/contractsrc-schema.d.ts 0.01 kB │ gzip: 0.03 kB
170
170
  ℹ 159 files, total: 54.50 kB
171
- ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
172
- ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
171
+ ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
172
+ ╭─[ ../../libs/contracts/src/openapi.ts:8:33 ]
173
173
  │
174
- 3 │ import { compareVersions } from 'compare-versions';
174
+ 8 │ import { compareVersions } from 'compare-versions';
175
175
   │ ─────────┬────────
176
176
   │ ╰────────── Module not found, treating it as an external dependency
177
177
   │
@@ -198,10 +198,20 @@ $ tsdown
198
198
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
199
199
  ───╯
200
200
 
201
- ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
202
- ╭─[ ../../libs/contracts/src/openapi.ts:8:33 ]
201
+ ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
202
+ ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
203
203
  │
204
- 8 │ import { compareVersions } from 'compare-versions';
204
+ 3 │ import { compareVersions } from 'compare-versions';
205
+  │ ─────────┬────────
206
+  │ ╰────────── Module not found, treating it as an external dependency
207
+  │
208
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
209
+ ───╯
210
+
211
+ ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
212
+ ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
213
+ │
214
+ 1 │ import { compareVersions } from 'compare-versions';
205
215
   │ ─────────┬────────
206
216
   │ ╰────────── Module not found, treating it as an external dependency
207
217
   │
@@ -228,12 +238,32 @@ $ tsdown
228
238
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
229
239
  ─────╯
230
240
 
231
- ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
232
- ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
241
+ ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
242
+ ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
233
243
  │
234
- 1 │ import { compareVersions } from 'compare-versions';
235
-  │ ─────────┬────────
236
-  │ ╰────────── Module not found, treating it as an external dependency
244
+ 1 │ import { randomUUID } from 'node:crypto';
245
+  │ ──────┬──────
246
+  │ ╰──────── Module not found, treating it as an external dependency
247
+  │
248
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
249
+ ───╯
250
+
251
+ ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
252
+ ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
253
+ │
254
+ 1 │ import { deepStrictEqual } from 'assert';
255
+  │ ────┬───
256
+  │ ╰───── Module not found, treating it as an external dependency
257
+  │
258
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
259
+ ───╯
260
+
261
+ ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
262
+ ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
263
+ │
264
+ 4 │ import TurndownService from 'turndown';
265
+  │ ─────┬────
266
+  │ ╰────── Module not found, treating it as an external dependency
237
267
   │
238
268
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
239
269
  ───╯
@@ -258,16 +288,6 @@ $ tsdown
258
288
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
259
289
  ───╯
260
290
 
261
- ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
262
- ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
263
- │
264
- 1 │ import { deepStrictEqual } from 'assert';
265
-  │ ────┬───
266
-  │ ╰───── Module not found, treating it as an external dependency
267
-  │
268
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
269
- ───╯
270
-
271
291
  ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
272
292
  â•­─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
273
293
  │
@@ -278,26 +298,6 @@ $ tsdown
278
298
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
279
299
  ───╯
280
300
 
281
- ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
282
- ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
283
- │
284
- 4 │ import TurndownService from 'turndown';
285
-  │ ─────┬────
286
-  │ ╰────── Module not found, treating it as an external dependency
287
-  │
288
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
289
- ───╯
290
-
291
- ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
292
- ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
293
- │
294
- 1 │ import { randomUUID } from 'node:crypto';
295
-  │ ──────┬──────
296
-  │ ╰──────── Module not found, treating it as an external dependency
297
-  │
298
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
299
- ───╯
300
-
301
301
  ../../libs/contracts/src/integrations/secrets/provider.ts (1:23) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/contracts/src/integrations/secrets/provider.ts
302
302
  â•­─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
303
303
  │
@@ -318,4 +318,4 @@ $ tsdown
318
318
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
319
319
  ───╯
320
320
 
321
- ✔ Build complete in 33331ms
321
+ ✔ Build complete in 30000ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @contractspec/example.personalization
2
2
 
3
- ## 0.0.0-canary-20260113170453
3
+ ## 0.0.0-canary-20260114030712
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -19,11 +19,11 @@
19
19
  - Updated dependencies [c231a8b]
20
20
  - Updated dependencies [42b8d78]
21
21
  - Updated dependencies [fd38e85]
22
- - @contractspec/lib.workflow-composer@0.0.0-canary-20260113170453
23
- - @contractspec/lib.personalization@0.0.0-canary-20260113170453
24
- - @contractspec/lib.overlay-engine@0.0.0-canary-20260113170453
25
- - @contractspec/lib.contracts@0.0.0-canary-20260113170453
26
- - @contractspec/lib.logger@0.0.0-canary-20260113170453
22
+ - @contractspec/lib.workflow-composer@0.0.0-canary-20260114030712
23
+ - @contractspec/lib.personalization@0.0.0-canary-20260114030712
24
+ - @contractspec/lib.overlay-engine@0.0.0-canary-20260114030712
25
+ - @contractspec/lib.contracts@0.0.0-canary-20260114030712
26
+ - @contractspec/lib.logger@0.0.0-canary-20260114030712
27
27
 
28
28
  ## 1.46.2
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.personalization",
3
- "version": "0.0.0-canary-20260113170453",
3
+ "version": "0.0.0-canary-20260114030712",
4
4
  "description": "Personalization examples: behavior tracking, overlay customization, workflow extension.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -28,15 +28,15 @@
28
28
  "test": "bun test"
29
29
  },
30
30
  "dependencies": {
31
- "@contractspec/lib.personalization": "0.0.0-canary-20260113170453",
32
- "@contractspec/lib.overlay-engine": "0.0.0-canary-20260113170453",
33
- "@contractspec/lib.workflow-composer": "0.0.0-canary-20260113170453",
34
- "@contractspec/lib.contracts": "0.0.0-canary-20260113170453",
35
- "@contractspec/lib.logger": "0.0.0-canary-20260113170453"
31
+ "@contractspec/lib.personalization": "0.0.0-canary-20260114030712",
32
+ "@contractspec/lib.overlay-engine": "0.0.0-canary-20260114030712",
33
+ "@contractspec/lib.workflow-composer": "0.0.0-canary-20260114030712",
34
+ "@contractspec/lib.contracts": "0.0.0-canary-20260114030712",
35
+ "@contractspec/lib.logger": "0.0.0-canary-20260114030712"
36
36
  },
37
37
  "devDependencies": {
38
- "@contractspec/tool.tsdown": "0.0.0-canary-20260113170453",
39
- "@contractspec/tool.typescript": "0.0.0-canary-20260113170453",
38
+ "@contractspec/tool.tsdown": "0.0.0-canary-20260114030712",
39
+ "@contractspec/tool.typescript": "0.0.0-canary-20260114030712",
40
40
  "tsdown": "^0.19.0",
41
41
  "typescript": "^5.9.3"
42
42
  },