@contractspec/example.personalization 1.45.4 → 1.45.6

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,20 +166,20 @@ $ 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/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 ]
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
171
  │
172
- 1 │ import { compareVersions } from 'compare-versions';
173
-  │ ─────────┬────────
174
-  │ ╰────────── Module not found, treating it as an external dependency
172
+ 1 │ import { createHash } from 'node:crypto';
173
+  │ ──────┬──────
174
+  │ ╰──────── Module not found, treating it as an external dependency
175
175
   │
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/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
180
- ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
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
181
  │
182
- 3 │ import { compareVersions } from 'compare-versions';
182
+ 1 │ import { compareVersions } from 'compare-versions';
183
183
   │ ─────────┬────────
184
184
   │ ╰────────── Module not found, treating it as an external dependency
185
185
   │
@@ -196,12 +196,12 @@ $ tsdown
196
196
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
197
197
  ───╯
198
198
 
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 ]
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
- 1 │ import { createHash } from 'node:crypto';
203
-  │ ──────┬──────
204
-  │ ╰──────── Module not found, treating it as an external dependency
202
+ 3 │ import { compareVersions } from 'compare-versions';
203
+  │ ─────────┬────────
204
+  │ ╰────────── Module not found, treating it as an external dependency
205
205
   │
206
206
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
207
207
  ───╯
@@ -226,26 +226,6 @@ $ tsdown
226
226
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
227
227
  ───╯
228
228
 
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
230
- ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
231
- │
232
- 4 │ import TurndownService from 'turndown';
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/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
240
- ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
241
- │
242
- 1 │ import { randomUUID } from 'node:crypto';
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
-
249
229
  ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
250
230
  â•­─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
251
231
  │
@@ -256,18 +236,8 @@ $ tsdown
256
236
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
257
237
  ─────╯
258
238
 
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
- ../../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 ]
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 ]
271
241
  │
272
242
  1 │ import { compareVersions } from 'compare-versions';
273
243
   │ ─────────┬────────
@@ -276,8 +246,8 @@ $ tsdown
276
246
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
277
247
  ───╯
278
248
 
279
- ../../libs/contracts/src/examples/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/examples/registry.ts
280
- ╭─[ ../../libs/contracts/src/examples/registry.ts:1:33 ]
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 ]
281
251
  │
282
252
  1 │ import { compareVersions } from 'compare-versions';
283
253
   │ ─────────┬────────
@@ -296,6 +266,16 @@ $ tsdown
296
266
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
297
267
  ───╯
298
268
 
269
+ ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
270
+ ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
271
+ │
272
+ 1 │ import { randomUUID } from 'node:crypto';
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
+
299
279
  ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
300
280
  â•­─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
301
281
  │
@@ -306,6 +286,26 @@ $ tsdown
306
286
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
307
287
  ────╯
308
288
 
289
+ ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
290
+ ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
291
+ │
292
+ 1 │ import { deepStrictEqual } from 'assert';
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/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 ]
301
+ │
302
+ 4 │ import TurndownService from 'turndown';
303
+  │ ─────┬────
304
+  │ ╰────── Module not found, treating it as an external dependency
305
+  │
306
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
307
+ ───╯
308
+
309
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
310
  â•­─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
311
311
  │
@@ -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 28143ms
329
+ ✔ Build complete in 28311ms
@@ -168,6 +168,26 @@ $ 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
+ ../../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
+
171
191
  ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
172
192
  â•­─[ ../../libs/contracts/src/openapi.ts:8:33 ]
173
193
  │
@@ -178,10 +198,10 @@ $ tsdown
178
198
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
179
199
  ───╯
180
200
 
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 ]
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 ]
183
203
  │
184
- 3 │ import { compareVersions } from 'compare-versions';
204
+ 1 │ import { compareVersions } from 'compare-versions';
185
205
   │ ─────────┬────────
186
206
   │ ╰────────── Module not found, treating it as an external dependency
187
207
   │
@@ -198,18 +218,18 @@ $ 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 ]
203
- │
204
- 1 │ import { createHash } from 'node:crypto';
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
- ───╯
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
+ ────╯
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/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 ]
213
233
  │
214
234
  1 │ import { compareVersions } from 'compare-versions';
215
235
   │ ─────────┬────────
@@ -218,12 +238,12 @@ $ tsdown
218
238
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
219
239
  ───╯
220
240
 
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 ]
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 ]
223
243
  │
224
- 1 │ import { compareVersions } from 'compare-versions';
225
-  │ ─────────┬────────
226
-  │ ╰────────── 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
227
247
   │
228
248
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
229
249
  ───╯
@@ -238,26 +258,6 @@ $ tsdown
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/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
242
- ╭─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
243
- │
244
- 202 │ 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
- ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
252
- ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
253
- │
254
- 1 │ import { randomUUID } from 'crypto';
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
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
262
  â•­─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
263
263
  │
@@ -268,18 +268,8 @@ $ 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/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/examples/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/examples/registry.ts
282
- ╭─[ ../../libs/contracts/src/examples/registry.ts:1:33 ]
271
+ ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
272
+ ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
283
273
  │
284
274
  1 │ import { compareVersions } from 'compare-versions';
285
275
   │ ─────────┬────────
@@ -288,6 +278,16 @@ $ tsdown
288
278
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
289
279
  ───╯
290
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
+ ─────╯
290
+
291
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
292
  â•­─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
293
293
  │
@@ -308,24 +308,24 @@ $ tsdown
308
308
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
309
309
  ───╯
310
310
 
311
- ../../libs/contracts/src/server/mcp/registerResources.ts (5:23) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/contracts/src/server/mcp/registerResources.ts
312
- ╭─[ ../../libs/contracts/src/server/mcp/registerResources.ts:5:24 ]
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
+ ╭─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
313
313
  │
314
- 5 │ import { Buffer } from 'node:buffer';
314
+ 1 │ import { Buffer } from 'node:buffer';
315
315
   │ ──────┬──────
316
316
   │ ╰──────── Module not found, treating it as an external dependency
317
317
   │
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
- ../../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
322
- ╭─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
321
+ ../../libs/contracts/src/server/mcp/registerResources.ts (5:23) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:buffer' in ../../libs/contracts/src/server/mcp/registerResources.ts
322
+ ╭─[ ../../libs/contracts/src/server/mcp/registerResources.ts:5:24 ]
323
323
  │
324
- 1 │ import { Buffer } from 'node:buffer';
324
+ 5 │ import { Buffer } from 'node:buffer';
325
325
   │ ──────┬──────
326
326
   │ ╰──────── Module not found, treating it as an external dependency
327
327
   │
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 31195ms
331
+ ✔ Build complete in 30129ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @contractspec/example.personalization
2
2
 
3
+ ## 1.45.6
4
+
5
+ ### Patch Changes
6
+
7
+ - a913074: feat: improve ai agents rules management"
8
+ - Updated dependencies [a913074]
9
+ - @contractspec/lib.workflow-composer@1.45.6
10
+ - @contractspec/lib.personalization@1.45.6
11
+ - @contractspec/lib.overlay-engine@1.45.6
12
+ - @contractspec/lib.contracts@1.45.6
13
+ - @contractspec/lib.logger@1.45.6
14
+
15
+ ## 1.45.5
16
+
17
+ ### Patch Changes
18
+
19
+ - 9ddd7fa: feat: improve versioning
20
+ - Updated dependencies [9ddd7fa]
21
+ - @contractspec/lib.workflow-composer@1.45.5
22
+ - @contractspec/lib.personalization@1.45.5
23
+ - @contractspec/lib.overlay-engine@1.45.5
24
+ - @contractspec/lib.contracts@1.45.5
25
+ - @contractspec/lib.logger@1.45.5
26
+
3
27
  ## 1.45.4
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.personalization",
3
- "version": "1.45.4",
3
+ "version": "1.45.6",
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.4",
33
- "@contractspec/lib.overlay-engine": "1.45.4",
34
- "@contractspec/lib.workflow-composer": "1.45.4",
35
- "@contractspec/lib.contracts": "1.45.4",
36
- "@contractspec/lib.logger": "1.45.4"
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"
37
37
  },
38
38
  "devDependencies": {
39
- "@contractspec/tool.tsdown": "1.45.4",
40
- "@contractspec/tool.typescript": "1.45.4",
39
+ "@contractspec/tool.tsdown": "1.45.6",
40
+ "@contractspec/tool.typescript": "1.45.6",
41
41
  "tsdown": "^0.18.3",
42
42
  "typescript": "^5.9.3"
43
43
  },