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

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,16 +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
169
  ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
180
170
  â•­─[ ../../libs/contracts/src/openapi.ts:8:33 ]
181
171
  │
@@ -186,16 +176,6 @@ $ tsdown
186
176
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
187
177
  ───╯
188
178
 
189
- ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
190
- ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
191
- │
192
- 3 │ import { compareVersions } from 'compare-versions';
193
-  │ ─────────┬────────
194
-  │ ╰────────── Module not found, treating it as an external dependency
195
-  │
196
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
197
- ───╯
198
-
199
179
  ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
200
180
  â•­─[ ../../libs/contracts/src/migrations.ts:57:33 ]
201
181
  │
@@ -206,6 +186,16 @@ $ tsdown
206
186
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
207
187
  ────╯
208
188
 
189
+ ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
190
+ ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
191
+ │
192
+ 3 │ import { compareVersions } from 'compare-versions';
193
+  │ ─────────┬────────
194
+  │ ╰────────── Module not found, treating it as an external dependency
195
+  │
196
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
197
+ ───╯
198
+
209
199
  ../../libs/contracts/src/experiments/evaluator.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/experiments/evaluator.ts
210
200
  â•­─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
211
201
  │
@@ -216,8 +206,8 @@ $ tsdown
216
206
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
217
207
  ───╯
218
208
 
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 ]
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,22 +216,22 @@ $ 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
 
229
- ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
230
- ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
219
+ ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
220
+ ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
231
221
  │
232
- 1 │ import { compareVersions } from 'compare-versions';
233
-  │ ─────────┬────────
234
-  │ ╰────────── Module not found, treating it as an external dependency
222
+ 1 │ import { randomUUID } from 'node:crypto';
223
+  │ ──────┬──────
224
+  │ ╰──────── Module not found, treating it as an external dependency
235
225
   │
236
226
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
237
227
  ───╯
238
228
 
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 ]
229
+ ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
230
+ ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
241
231
  │
242
- 1 │ import { deepStrictEqual } from 'assert';
243
-  │ ────┬───
244
-  │ ╰───── Module not found, treating it as an external dependency
232
+ 1 │ import { compareVersions } from 'compare-versions';
233
+  │ ─────────┬────────
234
+  │ ╰────────── Module not found, treating it as an external dependency
245
235
   │
246
236
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
247
237
  ───╯
@@ -256,12 +246,12 @@ $ tsdown
256
246
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
257
247
  ─────╯
258
248
 
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 ]
249
+ ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
250
+ ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
261
251
  │
262
- 1 │ import { randomUUID } from 'crypto';
263
-  │ ────┬───
264
-  │ ╰───── Module not found, treating it as an external dependency
252
+ 4 │ import TurndownService from 'turndown';
253
+  │ ─────┬────
254
+  │ ╰────── Module not found, treating it as an external dependency
265
255
   │
266
256
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
267
257
  ───╯
@@ -276,32 +266,32 @@ $ tsdown
276
266
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
277
267
  ────╯
278
268
 
279
- ../../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
- ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
269
+ ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
270
+ ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
281
271
  │
282
- 4 │ import TurndownService from 'turndown';
283
-  │ ─────┬────
284
-  │ ╰────── Module not found, treating it as an external dependency
272
+ 1 │ import { deepStrictEqual } from 'assert';
273
+  │ ────┬───
274
+  │ ╰───── Module not found, treating it as an external dependency
285
275
   │
286
276
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
287
277
  ───╯
288
278
 
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
- ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
279
+ ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
280
+ ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
291
281
  │
292
- 1 │ import { randomUUID } from 'node:crypto';
293
-  │ ──────┬──────
294
-  │ ╰──────── Module not found, treating it as an external dependency
282
+ 1 │ import { compareVersions } from 'compare-versions';
283
+  │ ─────────┬────────
284
+  │ ╰────────── Module not found, treating it as an external dependency
295
285
   │
296
286
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
297
287
  ───╯
298
288
 
299
- ../../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
300
- ╭─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
289
+ ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
290
+ ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
301
291
  │
302
- 1 │ import { Buffer } from 'node:buffer';
303
-  │ ──────┬──────
304
-  │ ╰──────── Module not found, treating it as an external dependency
292
+ 1 │ import { randomUUID } from 'crypto';
293
+  │ ────┬───
294
+  │ ╰───── Module not found, treating it as an external dependency
305
295
   │
306
296
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
307
297
  ───╯
@@ -316,4 +306,14 @@ $ tsdown
316
306
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
317
307
  ───╯
318
308
 
319
- ✔ Build complete in 30424ms
309
+ ../../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
310
+ ╭─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
311
+ │
312
+ 1 │ import { Buffer } from 'node:buffer';
313
+  │ ──────┬──────
314
+  │ ╰──────── Module not found, treating it as an external dependency
315
+  │
316
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
317
+ ───╯
318
+
319
+ ✔ Build complete in 27582ms
@@ -168,16 +168,6 @@ $ 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 ]
173
- │
174
- 3 │ import { compareVersions } from 'compare-versions';
175
-  │ ─────────┬────────
176
-  │ ╰────────── Module not found, treating it as an external dependency
177
-  │
178
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
179
- ───╯
180
-
181
171
  ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
182
172
  â•­─[ ../../libs/contracts/src/migrations.ts:57:33 ]
183
173
  │
@@ -188,6 +178,16 @@ $ tsdown
188
178
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
189
179
  ────╯
190
180
 
181
+ ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
182
+ ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
183
+ │
184
+ 3 │ import { compareVersions } from 'compare-versions';
185
+  │ ─────────┬────────
186
+  │ ╰────────── Module not found, treating it as an external dependency
187
+  │
188
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
189
+ ───╯
190
+
191
191
  ../../libs/contracts/src/experiments/evaluator.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/experiments/evaluator.ts
192
192
  â•­─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
193
193
  │
@@ -238,15 +238,15 @@ $ tsdown
238
238
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
239
239
  ───╯
240
240
 
241
- ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
242
- ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
243
- │
244
- 93 │ import { compareVersions } from 'compare-versions';
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
- ────╯
241
+ ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
242
+ ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
243
+ │
244
+ 1 │ import { compareVersions } from 'compare-versions';
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
250
 
251
251
  ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
252
252
  â•­─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
@@ -268,16 +268,26 @@ $ tsdown
268
268
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
269
269
  ───╯
270
270
 
271
- ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
272
- ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
271
+ ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
272
+ ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
273
273
  │
274
- 1 │ import { compareVersions } from 'compare-versions';
275
-  │ ─────────┬────────
276
-  │ ╰────────── Module not found, treating it as an external dependency
274
+ 1 │ import { randomUUID } from 'node:crypto';
275
+  │ ──────┬──────
276
+  │ ╰──────── Module not found, treating it as an external dependency
277
277
   │
278
278
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
279
279
  ───╯
280
280
 
281
+ ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
282
+ ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
283
+ │
284
+ 93 │ import { compareVersions } from 'compare-versions';
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
+
281
291
  ../../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
292
  â•­─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
283
293
  │
@@ -288,16 +298,6 @@ $ tsdown
288
298
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
289
299
  ───╯
290
300
 
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 34761ms
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-20260113173657
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-20260113173657
23
+ - @contractspec/lib.personalization@0.0.0-canary-20260113173657
24
+ - @contractspec/lib.overlay-engine@0.0.0-canary-20260113173657
25
+ - @contractspec/lib.contracts@0.0.0-canary-20260113173657
26
+ - @contractspec/lib.logger@0.0.0-canary-20260113173657
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-20260113173657",
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-20260113173657",
32
+ "@contractspec/lib.overlay-engine": "0.0.0-canary-20260113173657",
33
+ "@contractspec/lib.workflow-composer": "0.0.0-canary-20260113173657",
34
+ "@contractspec/lib.contracts": "0.0.0-canary-20260113173657",
35
+ "@contractspec/lib.logger": "0.0.0-canary-20260113173657"
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-20260113173657",
39
+ "@contractspec/tool.typescript": "0.0.0-canary-20260113173657",
40
40
  "tsdown": "^0.19.0",
41
41
  "typescript": "^5.9.3"
42
42
  },