@contractspec/example.personalization 1.48.0 → 1.48.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,10 +166,10 @@ $ 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.50 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/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
170
+ ╭─[ ../../libs/contracts/src/openapi.ts:8:33 ]
171
171
  │
172
- 1 │ import { compareVersions } from 'compare-versions';
172
+ 8 │ import { compareVersions } from 'compare-versions';
173
173
   │ ─────────┬────────
174
174
   │ ╰────────── Module not found, treating it as an external dependency
175
175
   │
@@ -196,16 +196,6 @@ $ 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/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 ]
201
- │
202
- 8 │ 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
199
  ../../libs/contracts/src/experiments/evaluator.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/experiments/evaluator.ts
210
200
  â•­─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
211
201
  │
@@ -216,8 +206,8 @@ $ tsdown
216
206
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
217
207
  ───╯
218
208
 
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 ]
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 ]
221
211
  │
222
212
  1 │ import { compareVersions } from 'compare-versions';
223
213
   │ ─────────┬────────
@@ -226,22 +216,12 @@ $ 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/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
230
- ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
231
- │
232
- 1 │ import { deepStrictEqual } from 'assert';
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 ]
219
+ ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
220
+ ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
241
221
  │
242
- 1 │ import { randomUUID } from 'node:crypto';
243
-  │ ──────┬──────
244
-  │ ╰──────── Module not found, treating it as an external dependency
222
+ 4 │ import TurndownService from 'turndown';
223
+  │ ─────┬────
224
+  │ ╰────── Module not found, treating it as an external dependency
245
225
   │
246
226
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
247
227
  ───╯
@@ -256,15 +236,15 @@ $ 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/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
260
- ╭─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
261
- │
262
- 202 │ import { compareVersions } from 'compare-versions';
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
- ─────╯
239
+ ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
240
+ ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
241
+ │
242
+ 1 │ 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
+ ───╯
268
248
 
269
249
  ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
270
250
  â•­─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
@@ -276,18 +256,28 @@ $ 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/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
280
- ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
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 ]
281
261
  │
282
- 4 │ import TurndownService from 'turndown';
283
-  │ ─────┬────
284
-  │ ╰────── Module not found, treating it as an external dependency
262
+ 1 │ import { deepStrictEqual } from 'assert';
263
+  │ ────┬───
264
+  │ ╰───── Module not found, treating it as an external dependency
285
265
   │
286
266
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
287
267
  ───╯
288
268
 
289
- ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
290
- ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
269
+ ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
270
+ ╭─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
271
+ │
272
+ 202 │ 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/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
280
+ ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
291
281
  │
292
282
  1 │ import { compareVersions } from 'compare-versions';
293
283
   │ ─────────┬────────
@@ -296,6 +286,16 @@ $ 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
 
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
+ ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
291
+ │
292
+ 1 │ import { randomUUID } from 'node:crypto';
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
299
  ../../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
300
300
  â•­─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
301
301
  │
@@ -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 27622ms
319
+ ✔ Build complete in 27385ms
@@ -168,26 +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.50 kB
171
- ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
172
- ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
173
- │
174
- 3 │ 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
-
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
171
  ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
192
172
  â•­─[ ../../libs/contracts/src/openapi.ts:8:33 ]
193
173
  │
@@ -208,20 +188,20 @@ $ tsdown
208
188
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
209
189
  ───╯
210
190
 
211
- ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
212
- ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
213
- │
214
- 4 │ import TurndownService from 'turndown';
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
- ───╯
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
+ ────╯
220
200
 
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 ]
201
+ ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
202
+ ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
223
203
  │
224
- 1 │ import { compareVersions } from 'compare-versions';
204
+ 3 │ import { compareVersions } from 'compare-versions';
225
205
   │ ─────────┬────────
226
206
   │ ╰────────── Module not found, treating it as an external dependency
227
207
   │
@@ -238,6 +218,16 @@ $ tsdown
238
218
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
239
219
  ───╯
240
220
 
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 ]
223
+ │
224
+ 1 │ import { deepStrictEqual } from 'assert';
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
+
241
231
  ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
242
232
  â•­─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
243
233
  │
@@ -248,16 +238,6 @@ $ tsdown
248
238
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
249
239
  ───╯
250
240
 
251
- ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
252
- ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
253
- │
254
- 93 │ import { compareVersions } from 'compare-versions';
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
241
  ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
262
242
  â•­─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
263
243
  │
@@ -268,12 +248,12 @@ $ tsdown
268
248
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
269
249
  ─────╯
270
250
 
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 ]
251
+ ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
252
+ ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
273
253
  │
274
- 1 │ import { deepStrictEqual } from 'assert';
275
-  │ ────┬───
276
-  │ ╰───── Module not found, treating it as an external dependency
254
+ 1 │ import { compareVersions } from 'compare-versions';
255
+  │ ─────────┬────────
256
+  │ ╰────────── Module not found, treating it as an external dependency
277
257
   │
278
258
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
279
259
  ───╯
@@ -288,6 +268,16 @@ $ tsdown
288
268
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
289
269
  ───╯
290
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
+
291
281
  ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
292
282
  â•­─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
293
283
  │
@@ -298,6 +288,16 @@ $ tsdown
298
288
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
299
289
  ───╯
300
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 ]
293
+ │
294
+ 4 │ import TurndownService from 'turndown';
295
+  │ ─────┬────
296
+  │ ╰────── Module not found, treating it as an external dependency
297
+  │
298
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
299
+ ───╯
300
+
301
301
  ../../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
302
302
  â•­─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
303
303
  │
@@ -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 37336ms
321
+ ✔ Build complete in 33410ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @contractspec/example.personalization
2
2
 
3
+ ## 1.48.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c560ee7]
8
+ - @contractspec/lib.contracts@1.48.1
9
+ - @contractspec/lib.overlay-engine@1.48.1
10
+ - @contractspec/lib.personalization@1.48.1
11
+ - @contractspec/lib.workflow-composer@1.48.1
12
+
3
13
  ## 1.48.0
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.personalization",
3
- "version": "1.48.0",
3
+ "version": "1.48.1",
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": "1.48.0",
32
- "@contractspec/lib.overlay-engine": "1.48.0",
33
- "@contractspec/lib.workflow-composer": "1.48.0",
34
- "@contractspec/lib.contracts": "1.48.0",
31
+ "@contractspec/lib.personalization": "1.48.1",
32
+ "@contractspec/lib.overlay-engine": "1.48.1",
33
+ "@contractspec/lib.workflow-composer": "1.48.1",
34
+ "@contractspec/lib.contracts": "1.48.1",
35
35
  "@contractspec/lib.logger": "1.48.0"
36
36
  },
37
37
  "devDependencies": {