@contractspec/example.personalization 0.0.0-canary-20260119224109 → 0.0.0-canary-20260119224949

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.
@@ -109,16 +109,24 @@ $ tsdown
109
109
  ℹ dist/libs/contracts/src/regenerator/service.d.ts 0.04 kB │ gzip: 0.05 kB
110
110
  ℹ dist/libs/contracts/src/regenerator/sinks.d.ts 0.04 kB │ gzip: 0.05 kB
111
111
  ℹ dist/libs/contracts/src/client/react/form-render.d.ts 0.04 kB │ gzip: 0.05 kB
112
+ ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
113
+ ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
112
114
  ℹ dist/libs/contracts/src/policy/opa-adapter.d.ts 0.04 kB │ gzip: 0.05 kB
113
115
  ℹ dist/libs/contracts/src/tests/runner.d.ts 0.04 kB │ gzip: 0.05 kB
116
+ │
117
+ 3 │ import { compareVersions } from 'compare-versions';
114
118
  ℹ dist/libs/contracts/src/integrations/providers/elevenlabs.d.ts 0.04 kB │ gzip: 0.05 kB
115
119
  ℹ dist/libs/contracts/src/integrations/providers/gcs-storage.d.ts 0.04 kB │ gzip: 0.05 kB
116
120
  ℹ dist/libs/contracts/src/integrations/providers/gmail.d.ts 0.04 kB │ gzip: 0.05 kB
121
+  │ ─────────┬────────
117
122
  ℹ dist/libs/contracts/src/integrations/providers/google-calendar.d.ts 0.04 kB │ gzip: 0.05 kB
123
+  │ ╰────────── Module not found, treating it as an external dependency
118
124
  ℹ dist/libs/contracts/src/integrations/providers/mistral.d.ts 0.04 kB │ gzip: 0.05 kB
119
125
  ℹ dist/libs/contracts/src/integrations/providers/postmark.d.ts 0.04 kB │ gzip: 0.05 kB
120
126
  ℹ dist/libs/contracts/src/integrations/providers/powens.d.ts 0.04 kB │ gzip: 0.05 kB
121
127
  ℹ dist/libs/contracts/src/integrations/providers/qdrant.d.ts 0.04 kB │ gzip: 0.05 kB
128
+  │
129
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
122
130
  ℹ dist/libs/contracts/src/integrations/providers/stripe.d.ts 0.04 kB │ gzip: 0.05 kB
123
131
  ℹ dist/libs/contracts/src/integrations/providers/twilio-sms.d.ts 0.04 kB │ gzip: 0.05 kB
124
132
  ℹ dist/libs/contracts/src/integrations/openbanking/guards.d.ts 0.04 kB │ gzip: 0.06 kB
@@ -127,7 +135,9 @@ $ tsdown
127
135
  ℹ dist/libs/contracts/src/openapi.d.ts 0.03 kB │ gzip: 0.05 kB
128
136
  ℹ dist/libs/contracts/src/server/provider-mcp.d.ts 0.03 kB │ gzip: 0.05 kB
129
137
  ℹ dist/libs/contracts/src/workspace-config/index.d.ts 0.03 kB │ gzip: 0.05 kB
138
+ ───╯
130
139
  ℹ dist/libs/contracts/src/data-views/types.d.ts 0.03 kB │ gzip: 0.05 kB
140
+
131
141
  ℹ dist/libs/contracts/src/client/react/drivers/rn-reusables.d.ts 0.03 kB │ gzip: 0.05 kB
132
142
  ℹ dist/libs/contracts/src/client/react/drivers/shadcn.d.ts 0.03 kB │ gzip: 0.05 kB
133
143
  ℹ dist/libs/contracts/src/client/index.d.ts 0.03 kB │ gzip: 0.05 kB
@@ -166,16 +176,6 @@ $ tsdown
166
176
  ℹ dist/libs/contracts/src/resources.d.ts 0.01 kB │ gzip: 0.03 kB
167
177
  ℹ dist/libs/contracts/src/workspace-config/contractsrc-schema.d.ts 0.01 kB │ gzip: 0.03 kB
168
178
  ℹ 159 files, total: 54.50 kB
169
- ../../libs/contracts/src/experiments/evaluator.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/experiments/evaluator.ts
170
- ╭─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
171
- │
172
- 1 │ import { createHash } from 'node:crypto';
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
179
  ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
180
180
  â•­─[ ../../libs/contracts/src/openapi.ts:8:33 ]
181
181
  │
@@ -186,16 +186,6 @@ $ tsdown
186
186
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
187
187
  ───╯
188
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
-
199
189
  ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
200
190
  â•­─[ ../../libs/contracts/src/migrations.ts:57:33 ]
201
191
  │
@@ -206,12 +196,12 @@ $ tsdown
206
196
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
207
197
  ────╯
208
198
 
209
- ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
210
- ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
199
+ ../../libs/contracts/src/experiments/evaluator.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/experiments/evaluator.ts
200
+ ╭─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
211
201
  │
212
- 1 │ import { compareVersions } from 'compare-versions';
213
-  │ ─────────┬────────
214
-  │ ╰────────── Module not found, treating it as an external dependency
202
+ 1 │ import { createHash } from 'node:crypto';
203
+  │ ──────┬──────
204
+  │ ╰──────── Module not found, treating it as an external dependency
215
205
   │
216
206
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
217
207
  ───╯
@@ -226,15 +216,15 @@ $ 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/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
230
- ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
231
- │
232
- 93 │ import { compareVersions } from 'compare-versions';
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
- ────╯
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 ]
221
+ │
222
+ 1 │ 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
+ ───╯
238
228
 
239
229
  ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
240
230
  â•­─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
@@ -246,15 +236,15 @@ $ tsdown
246
236
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
247
237
  ───╯
248
238
 
249
- ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
250
- ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
251
- │
252
- 1 │ import { deepStrictEqual } from 'assert';
253
-  │ ────┬───
254
-  │ ╰───── Module not found, treating it as an external dependency
255
-  │
256
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
257
- ───╯
239
+ ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
240
+ ╭─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
241
+ │
242
+ 202 │ import { compareVersions } from 'compare-versions';
243
+  │ ─────────┬────────
244
+  │ ╰────────── Module not found, treating it as an external dependency
245
+  │
246
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
247
+ ─────╯
258
248
 
259
249
  ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
260
250
  â•­─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
@@ -266,6 +256,16 @@ $ tsdown
266
256
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
267
257
  ───╯
268
258
 
259
+ ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
260
+ ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
261
+ │
262
+ 1 │ import { deepStrictEqual } from 'assert';
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
269
  ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
270
270
  â•­─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
271
271
  │
@@ -276,15 +276,15 @@ $ tsdown
276
276
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
277
277
  ───╯
278
278
 
279
- ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
280
- ╭─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
281
- │
282
- 202 │ import { compareVersions } from 'compare-versions';
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
- ─────╯
279
+ ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
280
+ ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
281
+ │
282
+ 93 │ import { compareVersions } from 'compare-versions';
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
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 ]
@@ -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 23159ms
319
+ ✔ Build complete in 27435ms
@@ -168,6 +168,16 @@ $ 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/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/registry.ts
172
+ ╭─[ ../../libs/contracts/src/registry.ts:1:33 ]
173
+ │
174
+ 1 │ 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
+
171
181
  ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
172
182
  â•­─[ ../../libs/contracts/src/openapi.ts:8:33 ]
173
183
  │
@@ -178,6 +188,16 @@ $ tsdown
178
188
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
179
189
  ───╯
180
190
 
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
+ ╭─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
193
+ │
194
+ 1 │ import { createHash } from 'node:crypto';
195
+  │ ──────┬──────
196
+  │ ╰──────── Module not found, treating it as an external dependency
197
+  │
198
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
199
+ ───╯
200
+
181
201
  ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
182
202
  â•­─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
183
203
  │
@@ -198,42 +218,52 @@ $ tsdown
198
218
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
199
219
  ────╯
200
220
 
201
- ../../libs/contracts/src/experiments/evaluator.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/experiments/evaluator.ts
202
- ╭─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
221
+ ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
222
+ ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
203
223
  │
204
- 1 │ import { createHash } from 'node:crypto';
205
-  │ ──────┬──────
206
-  │ ╰──────── Module not found, treating it as an external dependency
224
+ 1 │ import { deepStrictEqual } from 'assert';
225
+  │ ────┬───
226
+  │ ╰───── Module not found, treating it as an external dependency
207
227
   │
208
228
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
209
229
  ───╯
210
230
 
211
- ../../libs/contracts/src/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/registry.ts
212
- ╭─[ ../../libs/contracts/src/registry.ts:1:33 ]
231
+ ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
232
+ ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
233
+ │
234
+ 93 │ import { compareVersions } from 'compare-versions';
235
+  │ ─────────┬────────
236
+  │ ╰────────── Module not found, treating it as an external dependency
237
+  │
238
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
239
+ ────╯
240
+
241
+ ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
242
+ ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
213
243
  │
214
- 1 │ import { compareVersions } from 'compare-versions';
215
-  │ ─────────┬────────
216
-  │ ╰────────── Module not found, treating it as an external dependency
244
+ 1 │ import { randomUUID } from 'crypto';
245
+  │ ────┬───
246
+  │ ╰───── Module not found, treating it as an external dependency
217
247
   │
218
248
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
219
249
  ───╯
220
250
 
221
- ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
222
- ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
251
+ ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
252
+ ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
223
253
  │
224
- 1 │ import { compareVersions } from 'compare-versions';
225
-  │ ─────────┬────────
226
-  │ ╰────────── Module not found, treating it as an external dependency
254
+ 4 │ import TurndownService from 'turndown';
255
+  │ ─────┬────
256
+  │ ╰────── Module not found, treating it as an external dependency
227
257
   │
228
258
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
229
259
  ───╯
230
260
 
231
- ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
232
- ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
261
+ ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
262
+ ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
233
263
  │
234
- 1 │ import { deepStrictEqual } from 'assert';
235
-  │ ────┬───
236
-  │ ╰───── Module not found, treating it as an external dependency
264
+ 1 │ import { compareVersions } from 'compare-versions';
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
  ───╯
@@ -248,38 +278,8 @@ $ tsdown
248
278
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
249
279
  ─────╯
250
280
 
251
- ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
252
- ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
253
- │
254
- 4 │ import TurndownService from 'turndown';
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/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
262
- ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
263
- │
264
- 1 │ import { randomUUID } from 'crypto';
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
- ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
272
- ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
273
- │
274
- 93 │ import { compareVersions } from 'compare-versions';
275
-  │ ─────────┬────────
276
-  │ ╰────────── Module not found, treating it as an external dependency
277
-  │
278
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
279
- ────╯
280
-
281
- ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
282
- ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
281
+ ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
282
+ ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
283
283
  │
284
284
  1 │ import { compareVersions } from 'compare-versions';
285
285
   │ ─────────┬────────
@@ -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 33907ms
321
+ ✔ Build complete in 20382ms
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @contractspec/example.personalization
2
2
 
3
- ## 0.0.0-canary-20260119224109
3
+ ## 0.0.0-canary-20260119224949
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [c560ee7]
8
- - @contractspec/lib.contracts@0.0.0-canary-20260119224109
9
- - @contractspec/lib.overlay-engine@0.0.0-canary-20260119224109
10
- - @contractspec/lib.personalization@0.0.0-canary-20260119224109
11
- - @contractspec/lib.workflow-composer@0.0.0-canary-20260119224109
8
+ - @contractspec/lib.contracts@0.0.0-canary-20260119224949
9
+ - @contractspec/lib.overlay-engine@0.0.0-canary-20260119224949
10
+ - @contractspec/lib.personalization@0.0.0-canary-20260119224949
11
+ - @contractspec/lib.workflow-composer@0.0.0-canary-20260119224949
12
12
 
13
13
  ## 1.48.0
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.personalization",
3
- "version": "0.0.0-canary-20260119224109",
3
+ "version": "0.0.0-canary-20260119224949",
4
4
  "description": "Personalization examples: behavior tracking, overlay customization, workflow extension.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -28,10 +28,10 @@
28
28
  "test": "bun test"
29
29
  },
30
30
  "dependencies": {
31
- "@contractspec/lib.personalization": "0.0.0-canary-20260119224109",
32
- "@contractspec/lib.overlay-engine": "0.0.0-canary-20260119224109",
33
- "@contractspec/lib.workflow-composer": "0.0.0-canary-20260119224109",
34
- "@contractspec/lib.contracts": "0.0.0-canary-20260119224109",
31
+ "@contractspec/lib.personalization": "0.0.0-canary-20260119224949",
32
+ "@contractspec/lib.overlay-engine": "0.0.0-canary-20260119224949",
33
+ "@contractspec/lib.workflow-composer": "0.0.0-canary-20260119224949",
34
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119224949",
35
35
  "@contractspec/lib.logger": "1.48.0"
36
36
  },
37
37
  "devDependencies": {