@contractspec/example.personalization 1.46.0 → 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.
@@ -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.23 kB
169
- ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
170
- ╭─[ ../../libs/contracts/src/migrations.ts:57:33 ]
171
- │
172
- 57 │ 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/experiments/evaluator.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/experiments/evaluator.ts
180
170
  â•­─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
181
171
  │
@@ -186,20 +176,30 @@ $ 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 ]
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 ]
191
181
  │
192
- 3 │ import { compareVersions } from 'compare-versions';
182
+ 8 │ import { compareVersions } from 'compare-versions';
193
183
   │ ─────────┬────────
194
184
   │ ╰────────── Module not found, treating it as an external dependency
195
185
   │
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/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 ]
189
+ ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
190
+ ╭─[ ../../libs/contracts/src/migrations.ts:57:33 ]
191
+ │
192
+ 57 │ 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
+ ../../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
201
  │
202
- 8 │ import { compareVersions } from 'compare-versions';
202
+ 3 │ import { compareVersions } from 'compare-versions';
203
203
   │ ─────────┬────────
204
204
   │ ╰────────── Module not found, treating it as an external dependency
205
205
   │
@@ -216,6 +216,26 @@ $ tsdown
216
216
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
217
217
  ───╯
218
218
 
219
+ ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
220
+ ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
221
+ │
222
+ 1 │ import { randomUUID } from 'crypto';
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/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
+
219
239
  ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
220
240
  â•­─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
221
241
  │
@@ -226,28 +246,28 @@ $ tsdown
226
246
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
227
247
  ─────╯
228
248
 
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 ]
249
+ ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
250
+ ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
231
251
  │
232
- 1 │ import { compareVersions } from 'compare-versions';
233
-  │ ─────────┬────────
234
-  │ ╰────────── Module not found, treating it as an external dependency
252
+ 1 │ import { randomUUID } from 'node:crypto';
253
+  │ ──────┬──────
254
+  │ ╰──────── Module not found, treating it as an external dependency
235
255
   │
236
256
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
237
257
  ───╯
238
258
 
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 ]
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 ]
241
261
  │
242
- 1 │ import { compareVersions } from 'compare-versions';
243
-  │ ─────────┬────────
244
-  │ ╰────────── Module not found, treating it as an external dependency
262
+ 4 │ import TurndownService from 'turndown';
263
+  │ ─────┬────
264
+  │ ╰────── Module not found, treating it as an external dependency
245
265
   │
246
266
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
247
267
  ───╯
248
268
 
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 ]
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 ]
251
271
  │
252
272
  1 │ import { compareVersions } from 'compare-versions';
253
273
   │ ─────────┬────────
@@ -256,36 +276,6 @@ $ tsdown
256
276
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
257
277
  ───╯
258
278
 
259
- ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
260
- ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
261
- │
262
- 1 │ import { randomUUID } from 'node: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
- ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
280
- ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
281
- │
282
- 1 │ import { randomUUID } from 'crypto';
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
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 ]
291
281
  │
@@ -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 26743ms
329
+ ✔ Build complete in 29049ms
@@ -178,16 +178,6 @@ $ tsdown
178
178
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
179
179
  ───╯
180
180
 
181
- ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
182
- ╭─[ ../../libs/contracts/src/migrations.ts:57:33 ]
183
- │
184
- 57 │ 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
181
  ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
192
182
  â•­─[ ../../libs/contracts/src/openapi.ts:8:33 ]
193
183
  │
@@ -198,6 +188,16 @@ $ 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
 
191
+ ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
192
+ ╭─[ ../../libs/contracts/src/migrations.ts:57:33 ]
193
+ │
194
+ 57 │ import { compareVersions } from 'compare-versions';
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
+
201
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
202
  â•­─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
203
203
  │
@@ -208,6 +208,16 @@ $ tsdown
208
208
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
209
209
  ───╯
210
210
 
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
+ ─────╯
220
+
211
221
  ../../libs/contracts/src/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/registry.ts
212
222
  â•­─[ ../../libs/contracts/src/registry.ts:1:33 ]
213
223
  │
@@ -218,6 +228,16 @@ $ tsdown
218
228
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
219
229
  ───╯
220
230
 
231
+ ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
232
+ ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
233
+ │
234
+ 1 │ 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
+
221
241
  ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
222
242
  â•­─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
223
243
  │
@@ -228,26 +248,16 @@ $ tsdown
228
248
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
229
249
  ───╯
230
250
 
231
- ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
232
- ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
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 ]
233
253
  │
234
- 1 │ import { randomUUID } from 'node:crypto';
235
-  │ ──────┬──────
236
-  │ ╰──────── 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
237
257
   │
238
258
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
239
259
  ───╯
240
260
 
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
- ────╯
250
-
251
261
  ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
252
262
  â•­─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
253
263
  │
@@ -268,32 +278,22 @@ $ tsdown
268
278
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
269
279
  ───╯
270
280
 
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 ]
273
- │
274
- 1 │ 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/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
- ─────╯
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
290
 
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
292
- ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
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
293
  │
294
- 4 │ import TurndownService from 'turndown';
295
-  │ ─────┬────
296
-  │ ╰────── Module not found, treating it as an external dependency
294
+ 1 │ import { randomUUID } from 'node:crypto';
295
+  │ ──────┬──────
296
+  │ ╰──────── Module not found, treating it as an external dependency
297
297
   │
298
298
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
299
299
  ───╯
@@ -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 30110ms
331
+ ✔ Build complete in 30091ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
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
+
3
15
  ## 1.46.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.personalization",
3
- "version": "1.46.0",
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.46.0",
33
- "@contractspec/lib.overlay-engine": "1.46.0",
34
- "@contractspec/lib.workflow-composer": "1.46.0",
35
- "@contractspec/lib.contracts": "1.46.0",
36
- "@contractspec/lib.logger": "1.46.0"
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.46.0",
40
- "@contractspec/tool.typescript": "1.46.0",
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
  },