@contractspec/example.personalization 1.45.0 → 1.45.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.
@@ -227,6 +227,16 @@ $ tsdown
227
227
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
228
228
  ───╯
229
229
 
230
+ ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
231
+ ╭─[ ../../libs/contracts/src/openapi.ts:8:33 ]
232
+ │
233
+ 8 │ import { compareVersions } from 'compare-versions';
234
+  │ ─────────┬────────
235
+  │ ╰────────── Module not found, treating it as an external dependency
236
+  │
237
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
238
+ ───╯
239
+
230
240
  ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
231
241
  â•­─[ ../../libs/contracts/src/migrations.ts:57:33 ]
232
242
  │
@@ -247,18 +257,28 @@ $ tsdown
247
257
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
248
258
  ───╯
249
259
 
250
- ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
251
- ╭─[ ../../libs/contracts/src/openapi.ts:8:33 ]
260
+ ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
261
+ ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
252
262
  │
253
- 8 │ import { compareVersions } from 'compare-versions';
263
+ 1 │ import { compareVersions } from 'compare-versions';
254
264
   │ ─────────┬────────
255
265
   │ ╰────────── Module not found, treating it as an external dependency
256
266
   │
257
267
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
258
268
  ───╯
259
269
 
260
- ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
261
- ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
270
+ ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
271
+ ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
272
+ │
273
+ 93 │ import { compareVersions } from 'compare-versions';
274
+  │ ─────────┬────────
275
+  │ ╰────────── Module not found, treating it as an external dependency
276
+  │
277
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
278
+ ────╯
279
+
280
+ ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
281
+ ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
262
282
  │
263
283
  1 │ import { compareVersions } from 'compare-versions';
264
284
   │ ─────────┬────────
@@ -267,22 +287,12 @@ $ tsdown
267
287
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
268
288
  ───╯
269
289
 
270
- ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
271
- ╭─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
272
- │
273
- 202 │ import { compareVersions } from 'compare-versions';
274
-  │ ─────────┬────────
275
-  │ ╰────────── Module not found, treating it as an external dependency
276
-  │
277
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
278
- ─────╯
279
-
280
- ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
281
- ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
290
+ ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
291
+ ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
282
292
  │
283
- 1 │ import { deepStrictEqual } from 'assert';
284
-  │ ────┬───
285
-  │ ╰───── Module not found, treating it as an external dependency
293
+ 1 │ import { randomUUID } from 'crypto';
294
+  │ ────┬───
295
+  │ ╰───── Module not found, treating it as an external dependency
286
296
   │
287
297
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
288
298
  ───╯
@@ -297,32 +307,22 @@ $ tsdown
297
307
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
298
308
  ───╯
299
309
 
300
- ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
301
- ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
310
+ ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
311
+ ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
302
312
  │
303
- 4 │ import TurndownService from 'turndown';
304
-  │ ─────┬────
305
-  │ ╰────── Module not found, treating it as an external dependency
313
+ 1 │ import { deepStrictEqual } from 'assert';
314
+  │ ────┬───
315
+  │ ╰───── Module not found, treating it as an external dependency
306
316
   │
307
317
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
308
318
  ───╯
309
319
 
310
- ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
311
- ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
312
- │
313
- 93 │ import { compareVersions } from 'compare-versions';
314
-  │ ─────────┬────────
315
-  │ ╰────────── Module not found, treating it as an external dependency
316
-  │
317
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
318
- ────╯
319
-
320
- ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
321
- ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
320
+ ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
321
+ ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
322
322
  │
323
- 1 │ import { compareVersions } from 'compare-versions';
324
-  │ ─────────┬────────
325
-  │ ╰────────── Module not found, treating it as an external dependency
323
+ 4 │ import TurndownService from 'turndown';
324
+  │ ─────┬────
325
+  │ ╰────── Module not found, treating it as an external dependency
326
326
   │
327
327
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
328
328
  ───╯
@@ -337,15 +337,15 @@ $ tsdown
337
337
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
338
338
  ───╯
339
339
 
340
- ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
341
- ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
342
- │
343
- 1 │ import { randomUUID } from 'crypto';
344
-  │ ────┬───
345
-  │ ╰───── Module not found, treating it as an external dependency
346
-  │
347
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
348
- ───╯
340
+ ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
341
+ ╭─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
342
+ │
343
+ 202 │ import { compareVersions } from 'compare-versions';
344
+  │ ─────────┬────────
345
+  │ ╰────────── Module not found, treating it as an external dependency
346
+  │
347
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
348
+ ─────╯
349
349
 
350
350
  ../../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
351
351
  â•­─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
@@ -367,4 +367,4 @@ $ tsdown
367
367
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
368
368
  ───╯
369
369
 
370
- ✔ Build complete in 40556ms
370
+ ✔ Build complete in 29571ms
@@ -74,6 +74,7 @@ $ tsdown
74
74
  ℹ dist/libs/contracts/src/features/index.d.ts 0.18 kB │ gzip: 0.14 kB
75
75
  ℹ dist/libs/contracts/src/install.d.ts 0.18 kB │ gzip: 0.12 kB
76
76
  ℹ dist/libs/contracts/src/knowledge/spaces/index.d.ts 0.18 kB │ gzip: 0.11 kB
77
+ ℹ dist/libs/contracts/src/server/mcp/createMcpServer.d.ts 0.17 kB │ gzip: 0.12 kB
77
78
  ℹ dist/libs/contracts/src/llm/types.d.ts 0.17 kB │ gzip: 0.11 kB
78
79
  ℹ dist/libs/contracts/src/operations/registry.d.ts 0.16 kB │ gzip: 0.11 kB
79
80
  ℹ dist/libs/contracts/src/types.d.ts 0.15 kB │ gzip: 0.11 kB
@@ -85,7 +86,6 @@ $ tsdown
85
86
  ℹ dist/libs/contracts/src/workflow/runner.d.ts 0.13 kB │ gzip: 0.10 kB
86
87
  ℹ dist/libs/contracts/src/integrations/operations.d.ts 0.13 kB │ gzip: 0.09 kB
87
88
  ℹ dist/libs/contracts/src/knowledge/operations.d.ts 0.13 kB │ gzip: 0.09 kB
88
- ℹ dist/libs/contracts/src/server/mcp/createMcpServer.d.ts 0.13 kB │ gzip: 0.09 kB
89
89
  ℹ dist/libs/contracts/src/client/react/index.d.ts 0.12 kB │ gzip: 0.09 kB
90
90
  ℹ dist/libs/contracts/src/capabilities/index.d.ts 0.12 kB │ gzip: 0.10 kB
91
91
  ℹ dist/libs/contracts/src/experiments/spec-resolver.d.ts 0.12 kB │ gzip: 0.10 kB
@@ -208,11 +208,11 @@ $ tsdown
208
208
  ℹ dist/libs/contracts/src/workflow/state.d.ts 0.02 kB │ gzip: 0.04 kB
209
209
  ℹ dist/libs/contracts/src/prompt.d.ts 0.01 kB │ gzip: 0.03 kB
210
210
  ℹ dist/libs/contracts/src/workspace-config/contractsrc-schema.d.ts 0.01 kB │ gzip: 0.03 kB
211
- ℹ 200 files, total: 59.10 kB
212
- ../../libs/contracts/src/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/registry.ts
213
- ╭─[ ../../libs/contracts/src/registry.ts:1:33 ]
211
+ ℹ 200 files, total: 59.15 kB
212
+ ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
213
+ ╭─[ ../../libs/contracts/src/openapi.ts:8:33 ]
214
214
  │
215
- 1 │ import { compareVersions } from 'compare-versions';
215
+ 8 │ import { compareVersions } from 'compare-versions';
216
216
   │ ─────────┬────────
217
217
   │ ╰────────── Module not found, treating it as an external dependency
218
218
   │
@@ -239,16 +239,6 @@ $ tsdown
239
239
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
240
240
  ───╯
241
241
 
242
- ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
243
- ╭─[ ../../libs/contracts/src/openapi.ts:8:33 ]
244
- │
245
- 8 │ import { compareVersions } from 'compare-versions';
246
-  │ ─────────┬────────
247
-  │ ╰────────── Module not found, treating it as an external dependency
248
-  │
249
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
250
- ───╯
251
-
252
242
  ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
253
243
  â•­─[ ../../libs/contracts/src/migrations.ts:57:33 ]
254
244
  │
@@ -259,8 +249,8 @@ $ tsdown
259
249
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
260
250
  ────╯
261
251
 
262
- ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
263
- ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
252
+ ../../libs/contracts/src/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/registry.ts
253
+ ╭─[ ../../libs/contracts/src/registry.ts:1:33 ]
264
254
  │
265
255
  1 │ import { compareVersions } from 'compare-versions';
266
256
   │ ─────────┬────────
@@ -269,12 +259,12 @@ $ tsdown
269
259
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
270
260
  ───╯
271
261
 
272
- ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
273
- ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
262
+ ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
263
+ ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
274
264
  │
275
- 4 │ import TurndownService from 'turndown';
276
-  │ ─────┬────
277
-  │ ╰────── Module not found, treating it as an external dependency
265
+ 1 │ import { compareVersions } from 'compare-versions';
266
+  │ ─────────┬────────
267
+  │ ╰────────── Module not found, treating it as an external dependency
278
268
   │
279
269
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
280
270
  ───╯
@@ -289,22 +279,12 @@ $ tsdown
289
279
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
290
280
  ─────╯
291
281
 
292
- ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
293
- ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
294
- │
295
- 1 │ import { deepStrictEqual } from 'assert';
296
-  │ ────┬───
297
-  │ ╰───── Module not found, treating it as an external dependency
298
-  │
299
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
300
- ───╯
301
-
302
- ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
303
- ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
282
+ ../../libs/contracts/src/examples/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/examples/registry.ts
283
+ ╭─[ ../../libs/contracts/src/examples/registry.ts:1:33 ]
304
284
  │
305
- 1 │ import { randomUUID } from 'crypto';
306
-  │ ────┬───
307
-  │ ╰───── Module not found, treating it as an external dependency
285
+ 1 │ import { compareVersions } from 'compare-versions';
286
+  │ ─────────┬────────
287
+  │ ╰────────── Module not found, treating it as an external dependency
308
288
   │
309
289
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
310
290
  ───╯
@@ -319,22 +299,22 @@ $ tsdown
319
299
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
320
300
  ───╯
321
301
 
322
- ../../libs/contracts/src/examples/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/examples/registry.ts
323
- ╭─[ ../../libs/contracts/src/examples/registry.ts:1:33 ]
302
+ ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
303
+ ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
324
304
  │
325
- 1 │ import { compareVersions } from 'compare-versions';
326
-  │ ─────────┬────────
327
-  │ ╰────────── Module not found, treating it as an external dependency
305
+ 1 │ import { deepStrictEqual } from 'assert';
306
+  │ ────┬───
307
+  │ ╰───── Module not found, treating it as an external dependency
328
308
   │
329
309
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
330
310
  ───╯
331
311
 
332
- ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
333
- ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
312
+ ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
313
+ ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
334
314
  │
335
- 1 │ import { randomUUID } from 'node:crypto';
336
-  │ ──────┬──────
337
-  │ ╰──────── Module not found, treating it as an external dependency
315
+ 4 │ import TurndownService from 'turndown';
316
+  │ ─────┬────
317
+  │ ╰────── Module not found, treating it as an external dependency
338
318
   │
339
319
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
340
320
  ───╯
@@ -349,6 +329,26 @@ $ tsdown
349
329
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
350
330
  ────╯
351
331
 
332
+ ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
333
+ ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
334
+ │
335
+ 1 │ import { randomUUID } from 'crypto';
336
+  │ ────┬───
337
+  │ ╰───── Module not found, treating it as an external dependency
338
+  │
339
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
340
+ ───╯
341
+
342
+ ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
343
+ ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
344
+ │
345
+ 1 │ import { randomUUID } from 'node:crypto';
346
+  │ ──────┬──────
347
+  │ ╰──────── Module not found, treating it as an external dependency
348
+  │
349
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
350
+ ───╯
351
+
352
352
  ../../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
353
353
  â•­─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
354
354
  │
@@ -369,4 +369,4 @@ $ tsdown
369
369
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
370
370
  ───╯
371
371
 
372
- ✔ Build complete in 19739ms
372
+ ✔ Build complete in 34724ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @contractspec/example.personalization
2
2
 
3
+ ## 1.45.1
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: improve app config and examples contracts
8
+ - Updated dependencies
9
+ - @contractspec/lib.workflow-composer@1.45.1
10
+ - @contractspec/lib.personalization@1.45.1
11
+ - @contractspec/lib.overlay-engine@1.45.1
12
+ - @contractspec/lib.contracts@1.45.1
13
+ - @contractspec/lib.logger@1.45.1
14
+ - @contractspec/lib.schema@1.45.1
15
+
3
16
  ## 1.45.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.personalization",
3
- "version": "1.45.0",
3
+ "version": "1.45.1",
4
4
  "description": "Personalization examples: behavior tracking, overlay customization, workflow extension.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -29,16 +29,16 @@
29
29
  "test": "bun test"
30
30
  },
31
31
  "dependencies": {
32
- "@contractspec/lib.personalization": "1.45.0",
33
- "@contractspec/lib.overlay-engine": "1.45.0",
34
- "@contractspec/lib.workflow-composer": "1.45.0",
35
- "@contractspec/lib.schema": "1.45.0",
36
- "@contractspec/lib.contracts": "1.45.0",
37
- "@contractspec/lib.logger": "1.45.0"
32
+ "@contractspec/lib.personalization": "1.45.1",
33
+ "@contractspec/lib.overlay-engine": "1.45.1",
34
+ "@contractspec/lib.workflow-composer": "1.45.1",
35
+ "@contractspec/lib.schema": "1.45.1",
36
+ "@contractspec/lib.contracts": "1.45.1",
37
+ "@contractspec/lib.logger": "1.45.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@contractspec/tool.tsdown": "1.45.0",
41
- "@contractspec/tool.typescript": "1.45.0",
40
+ "@contractspec/tool.tsdown": "1.45.1",
41
+ "@contractspec/tool.typescript": "1.45.1",
42
42
  "tsdown": "^0.18.3",
43
43
  "typescript": "^5.9.3"
44
44
  },