@contractspec/example.personalization 1.45.6 → 1.46.1

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.
@@ -176,16 +176,6 @@ $ tsdown
176
176
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
177
177
  ───╯
178
178
 
179
- ../../libs/contracts/src/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/registry.ts
180
- ╭─[ ../../libs/contracts/src/registry.ts:1:33 ]
181
- │
182
- 1 │ 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
179
  ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
190
180
  â•­─[ ../../libs/contracts/src/openapi.ts:8:33 ]
191
181
  │
@@ -196,16 +186,6 @@ $ tsdown
196
186
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
197
187
  ───╯
198
188
 
199
- ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
200
- ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
201
- │
202
- 3 │ 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
189
  ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
210
190
  â•­─[ ../../libs/contracts/src/migrations.ts:57:33 ]
211
191
  │
@@ -216,38 +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 ]
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
- ───╯
228
-
229
- ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
230
- ╭─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
231
- │
232
- 202 │ 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
- ─────╯
238
-
239
- ../../libs/contracts/src/examples/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/examples/registry.ts
240
- ╭─[ ../../libs/contracts/src/examples/registry.ts:1:33 ]
199
+ ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
200
+ ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
241
201
  │
242
- 1 │ import { compareVersions } from 'compare-versions';
202
+ 3 │ import { compareVersions } from 'compare-versions';
243
203
   │ ─────────┬────────
244
204
   │ ╰────────── Module not found, treating it as an external dependency
245
205
   │
246
206
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
247
207
  ───╯
248
208
 
249
- ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
250
- ╭─[ ../../libs/contracts/src/tests/spec.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 ]
251
211
  │
252
212
  1 │ import { compareVersions } from 'compare-versions';
253
213
   │ ─────────┬────────
@@ -266,6 +226,26 @@ $ tsdown
266
226
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
267
227
  ───╯
268
228
 
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
+ ────╯
238
+
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
+ ─────╯
248
+
269
249
  ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
270
250
  â•­─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
271
251
  │
@@ -276,15 +256,25 @@ $ tsdown
276
256
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
277
257
  ───╯
278
258
 
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
- ────╯
259
+ ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
260
+ ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
261
+ │
262
+ 4 │ import TurndownService from 'turndown';
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/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
270
+ ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
271
+ │
272
+ 1 │ 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
+ ───╯
288
278
 
289
279
  ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
290
280
  â•­─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
@@ -296,12 +286,22 @@ $ tsdown
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/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
300
- ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
289
+ ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
290
+ ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
301
291
  │
302
- 4 │ import TurndownService from 'turndown';
303
-  │ ─────┬────
304
-  │ ╰────── Module not found, treating it as an external dependency
292
+ 1 │ import { compareVersions } from 'compare-versions';
293
+  │ ─────────┬────────
294
+  │ ╰────────── Module not found, treating it as an external dependency
295
+  │
296
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
297
+ ───╯
298
+
299
+ ../../libs/contracts/src/examples/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/examples/registry.ts
300
+ ╭─[ ../../libs/contracts/src/examples/registry.ts:1:33 ]
301
+ │
302
+ 1 │ import { compareVersions } from 'compare-versions';
303
+  │ ─────────┬────────
304
+  │ ╰────────── Module not found, treating it as an external dependency
305
305
   │
306
306
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
307
307
  ───╯
@@ -326,4 +326,4 @@ $ tsdown
326
326
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
327
327
  ───╯
328
328
 
329
- ✔ Build complete in 28311ms
329
+ ✔ Build complete in 29049ms
@@ -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.23 kB
171
- ../../libs/contracts/src/experiments/evaluator.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/experiments/evaluator.ts
172
- ╭─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
173
- │
174
- 1 │ import { createHash } from 'node:crypto';
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/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
182
172
  â•­─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
183
173
  │
@@ -198,16 +188,6 @@ $ tsdown
198
188
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
199
189
  ───╯
200
190
 
201
- ../../libs/contracts/src/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/registry.ts
202
- ╭─[ ../../libs/contracts/src/registry.ts:1:33 ]
203
- │
204
- 1 │ 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
191
  ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
212
192
  â•­─[ ../../libs/contracts/src/migrations.ts:57:33 ]
213
193
  │
@@ -218,42 +198,32 @@ $ tsdown
218
198
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
219
199
  ────╯
220
200
 
221
- ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
222
- ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
223
- │
224
- 93 │ import { compareVersions } from 'compare-versions';
225
-  │ ─────────┬────────
226
-  │ ╰────────── Module not found, treating it as an external dependency
227
-  │
228
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
229
- ────╯
230
-
231
- ../../libs/contracts/src/examples/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/examples/registry.ts
232
- ╭─[ ../../libs/contracts/src/examples/registry.ts:1:33 ]
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 ]
233
203
  │
234
- 1 │ import { compareVersions } from 'compare-versions';
235
-  │ ─────────┬────────
236
-  │ ╰────────── Module not found, treating it as an external dependency
204
+ 1 │ import { createHash } from 'node:crypto';
205
+  │ ──────┬──────
206
+  │ ╰──────── Module not found, treating it as an external dependency
237
207
   │
238
208
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
239
209
  ───╯
240
210
 
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 ]
243
- │
244
- 1 │ import { randomUUID } from '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
- ───╯
211
+ ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
212
+ ╭─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
213
+ │
214
+ 202 │ import { compareVersions } from 'compare-versions';
215
+  │ ─────────┬────────
216
+  │ ╰────────── Module not found, treating it as an external dependency
217
+  │
218
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
219
+ ─────╯
250
220
 
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 ]
221
+ ../../libs/contracts/src/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/registry.ts
222
+ ╭─[ ../../libs/contracts/src/registry.ts:1:33 ]
253
223
  │
254
- 1 │ import { deepStrictEqual } from 'assert';
255
-  │ ────┬───
256
-  │ ╰───── Module not found, treating it as an external dependency
224
+ 1 │ import { compareVersions } from 'compare-versions';
225
+  │ ─────────┬────────
226
+  │ ╰────────── Module not found, treating it as an external dependency
257
227
   │
258
228
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
259
229
  ───╯
@@ -278,16 +248,6 @@ $ tsdown
278
248
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
279
249
  ───╯
280
250
 
281
- ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
282
- ╭─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
283
- │
284
- 202 │ 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
-
291
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
292
252
  â•­─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
293
253
  │
@@ -298,6 +258,36 @@ $ tsdown
298
258
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
299
259
  ───╯
300
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/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
272
+ ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
273
+ │
274
+ 1 │ import { deepStrictEqual } from 'assert';
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/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
+
301
291
  ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
302
292
  â•­─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
303
293
  │
@@ -308,6 +298,16 @@ $ tsdown
308
298
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
309
299
  ───╯
310
300
 
301
+ ../../libs/contracts/src/examples/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/examples/registry.ts
302
+ ╭─[ ../../libs/contracts/src/examples/registry.ts:1:33 ]
303
+ │
304
+ 1 │ import { compareVersions } from 'compare-versions';
305
+  │ ─────────┬────────
306
+  │ ╰────────── Module not found, treating it as an external dependency
307
+  │
308
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
309
+ ───╯
310
+
311
311
  ../../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
312
312
  â•­─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
313
313
  │
@@ -328,4 +328,4 @@ $ tsdown
328
328
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
329
329
  ───╯
330
330
 
331
- ✔ Build complete in 30129ms
331
+ ✔ Build complete in 30091ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @contractspec/example.personalization
2
2
 
3
+ ## 1.46.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d8a72b: fix: mcp for presentation
8
+ - Updated dependencies [2d8a72b]
9
+ - @contractspec/lib.workflow-composer@1.46.1
10
+ - @contractspec/lib.personalization@1.46.1
11
+ - @contractspec/lib.overlay-engine@1.46.1
12
+ - @contractspec/lib.contracts@1.46.1
13
+ - @contractspec/lib.logger@1.46.1
14
+
15
+ ## 1.46.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 07cb19b: feat: feat: cleaude code & opencode integrations
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [07cb19b]
24
+ - @contractspec/lib.workflow-composer@1.46.0
25
+ - @contractspec/lib.personalization@1.46.0
26
+ - @contractspec/lib.overlay-engine@1.46.0
27
+ - @contractspec/lib.contracts@1.46.0
28
+ - @contractspec/lib.logger@1.46.0
29
+
3
30
  ## 1.45.6
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.personalization",
3
- "version": "1.45.6",
3
+ "version": "1.46.1",
4
4
  "description": "Personalization examples: behavior tracking, overlay customization, workflow extension.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -29,15 +29,15 @@
29
29
  "test": "bun test"
30
30
  },
31
31
  "dependencies": {
32
- "@contractspec/lib.personalization": "1.45.6",
33
- "@contractspec/lib.overlay-engine": "1.45.6",
34
- "@contractspec/lib.workflow-composer": "1.45.6",
35
- "@contractspec/lib.contracts": "1.45.6",
36
- "@contractspec/lib.logger": "1.45.6"
32
+ "@contractspec/lib.personalization": "1.46.1",
33
+ "@contractspec/lib.overlay-engine": "1.46.1",
34
+ "@contractspec/lib.workflow-composer": "1.46.1",
35
+ "@contractspec/lib.contracts": "1.46.1",
36
+ "@contractspec/lib.logger": "1.46.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@contractspec/tool.tsdown": "1.45.6",
40
- "@contractspec/tool.typescript": "1.45.6",
39
+ "@contractspec/tool.tsdown": "1.46.1",
40
+ "@contractspec/tool.typescript": "1.46.1",
41
41
  "tsdown": "^0.18.3",
42
42
  "typescript": "^5.9.3"
43
43
  },