@contractspec/example.personalization 0.0.0-canary-20260119224015 → 0.0.0-canary-20260119224949

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.
@@ -109,16 +109,24 @@ $ tsdown
109
109
  ℹ dist/libs/contracts/src/regenerator/service.d.ts 0.04 kB │ gzip: 0.05 kB
110
110
  ℹ dist/libs/contracts/src/regenerator/sinks.d.ts 0.04 kB │ gzip: 0.05 kB
111
111
  ℹ dist/libs/contracts/src/client/react/form-render.d.ts 0.04 kB │ gzip: 0.05 kB
112
+ ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
113
+ ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
112
114
  ℹ dist/libs/contracts/src/policy/opa-adapter.d.ts 0.04 kB │ gzip: 0.05 kB
113
115
  ℹ dist/libs/contracts/src/tests/runner.d.ts 0.04 kB │ gzip: 0.05 kB
116
+ │
117
+ 3 │ import { compareVersions } from 'compare-versions';
114
118
  ℹ dist/libs/contracts/src/integrations/providers/elevenlabs.d.ts 0.04 kB │ gzip: 0.05 kB
115
119
  ℹ dist/libs/contracts/src/integrations/providers/gcs-storage.d.ts 0.04 kB │ gzip: 0.05 kB
116
120
  ℹ dist/libs/contracts/src/integrations/providers/gmail.d.ts 0.04 kB │ gzip: 0.05 kB
121
+  │ ─────────┬────────
117
122
  ℹ dist/libs/contracts/src/integrations/providers/google-calendar.d.ts 0.04 kB │ gzip: 0.05 kB
123
+  │ ╰────────── Module not found, treating it as an external dependency
118
124
  ℹ dist/libs/contracts/src/integrations/providers/mistral.d.ts 0.04 kB │ gzip: 0.05 kB
119
125
  ℹ dist/libs/contracts/src/integrations/providers/postmark.d.ts 0.04 kB │ gzip: 0.05 kB
120
126
  ℹ dist/libs/contracts/src/integrations/providers/powens.d.ts 0.04 kB │ gzip: 0.05 kB
121
127
  ℹ dist/libs/contracts/src/integrations/providers/qdrant.d.ts 0.04 kB │ gzip: 0.05 kB
128
+  │
129
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
122
130
  ℹ dist/libs/contracts/src/integrations/providers/stripe.d.ts 0.04 kB │ gzip: 0.05 kB
123
131
  ℹ dist/libs/contracts/src/integrations/providers/twilio-sms.d.ts 0.04 kB │ gzip: 0.05 kB
124
132
  ℹ dist/libs/contracts/src/integrations/openbanking/guards.d.ts 0.04 kB │ gzip: 0.06 kB
@@ -127,7 +135,9 @@ $ tsdown
127
135
  ℹ dist/libs/contracts/src/openapi.d.ts 0.03 kB │ gzip: 0.05 kB
128
136
  ℹ dist/libs/contracts/src/server/provider-mcp.d.ts 0.03 kB │ gzip: 0.05 kB
129
137
  ℹ dist/libs/contracts/src/workspace-config/index.d.ts 0.03 kB │ gzip: 0.05 kB
138
+ ───╯
130
139
  ℹ dist/libs/contracts/src/data-views/types.d.ts 0.03 kB │ gzip: 0.05 kB
140
+
131
141
  ℹ dist/libs/contracts/src/client/react/drivers/rn-reusables.d.ts 0.03 kB │ gzip: 0.05 kB
132
142
  ℹ dist/libs/contracts/src/client/react/drivers/shadcn.d.ts 0.03 kB │ gzip: 0.05 kB
133
143
  ℹ dist/libs/contracts/src/client/index.d.ts 0.03 kB │ gzip: 0.05 kB
@@ -176,16 +186,6 @@ $ tsdown
176
186
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
177
187
  ───╯
178
188
 
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 ]
181
- │
182
- 3 │ 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
189
  ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
190
190
  â•­─[ ../../libs/contracts/src/migrations.ts:57:33 ]
191
191
  │
@@ -216,6 +216,16 @@ $ 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/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
+
219
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
220
230
  â•­─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
221
231
  │
@@ -236,16 +246,6 @@ $ tsdown
236
246
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
237
247
  ─────╯
238
248
 
239
- ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
240
- ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
241
- │
242
- 1 │ import { deepStrictEqual } from 'assert';
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
249
  ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
250
250
  â•­─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
251
251
  │
@@ -256,18 +256,18 @@ $ tsdown
256
256
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
257
257
  ───╯
258
258
 
259
- ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
260
- ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
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
261
  │
262
- 1 │ import { compareVersions } from 'compare-versions';
263
-  │ ─────────┬────────
264
-  │ ╰────────── 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
265
265
   │
266
266
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
267
267
  ───╯
268
268
 
269
- ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
270
- ╭─[ ../../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 ]
271
271
  │
272
272
  1 │ import { compareVersions } from 'compare-versions';
273
273
   │ ─────────┬────────
@@ -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 34591ms
319
+ ✔ Build complete in 27435ms
@@ -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.50 kB
171
- ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
172
- ╭─[ ../../libs/contracts/src/openapi.ts:8:33 ]
173
- │
174
- 8 │ 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
171
  ../../libs/contracts/src/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/registry.ts
182
172
  â•­─[ ../../libs/contracts/src/registry.ts:1:33 ]
183
173
  │
@@ -188,26 +178,16 @@ $ tsdown
188
178
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
189
179
  ───╯
190
180
 
191
- ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
192
- ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
181
+ ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
182
+ ╭─[ ../../libs/contracts/src/openapi.ts:8:33 ]
193
183
  │
194
- 3 │ import { compareVersions } from 'compare-versions';
184
+ 8 │ import { compareVersions } from 'compare-versions';
195
185
   │ ─────────┬────────
196
186
   │ ╰────────── Module not found, treating it as an external dependency
197
187
   │
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/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
202
- ╭─[ ../../libs/contracts/src/migrations.ts:57:33 ]
203
- │
204
- 57 │ 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/experiments/evaluator.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/experiments/evaluator.ts
212
192
  â•­─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
213
193
  │
@@ -218,25 +198,25 @@ $ 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/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
   │
228
208
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
229
209
  ───╯
230
210
 
231
- ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
232
- ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
233
- │
234
- 4 │ import TurndownService from 'turndown';
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
- ───╯
211
+ ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
212
+ ╭─[ ../../libs/contracts/src/migrations.ts:57:33 ]
213
+ │
214
+ 57 │ 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
+ ────╯
240
220
 
241
221
  ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
242
222
  â•­─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
@@ -248,16 +228,6 @@ $ tsdown
248
228
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
249
229
  ───╯
250
230
 
251
- ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
252
- ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
253
- │
254
- 1 │ 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
231
  ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
262
232
  â•­─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
263
233
  │
@@ -278,6 +248,26 @@ $ 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
 
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 ]
253
+ │
254
+ 4 │ import TurndownService from 'turndown';
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
+ ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
262
+ ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
263
+ │
264
+ 1 │ import { compareVersions } from 'compare-versions';
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
+
281
271
  ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
282
272
  â•­─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
283
273
  │
@@ -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/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
282
+ ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
283
+ │
284
+ 1 │ 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/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
292
292
  â•­─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
293
293
  │
@@ -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 36588ms
321
+ ✔ Build complete in 20382ms
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @contractspec/example.personalization
2
2
 
3
- ## 0.0.0-canary-20260119224015
3
+ ## 0.0.0-canary-20260119224949
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [c560ee7]
8
- - @contractspec/lib.contracts@0.0.0-canary-20260119224015
9
- - @contractspec/lib.overlay-engine@0.0.0-canary-20260119224015
10
- - @contractspec/lib.personalization@0.0.0-canary-20260119224015
11
- - @contractspec/lib.workflow-composer@0.0.0-canary-20260119224015
8
+ - @contractspec/lib.contracts@0.0.0-canary-20260119224949
9
+ - @contractspec/lib.overlay-engine@0.0.0-canary-20260119224949
10
+ - @contractspec/lib.personalization@0.0.0-canary-20260119224949
11
+ - @contractspec/lib.workflow-composer@0.0.0-canary-20260119224949
12
12
 
13
13
  ## 1.48.0
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.personalization",
3
- "version": "0.0.0-canary-20260119224015",
3
+ "version": "0.0.0-canary-20260119224949",
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": "0.0.0-canary-20260119224015",
32
- "@contractspec/lib.overlay-engine": "0.0.0-canary-20260119224015",
33
- "@contractspec/lib.workflow-composer": "0.0.0-canary-20260119224015",
34
- "@contractspec/lib.contracts": "0.0.0-canary-20260119224015",
31
+ "@contractspec/lib.personalization": "0.0.0-canary-20260119224949",
32
+ "@contractspec/lib.overlay-engine": "0.0.0-canary-20260119224949",
33
+ "@contractspec/lib.workflow-composer": "0.0.0-canary-20260119224949",
34
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119224949",
35
35
  "@contractspec/lib.logger": "1.48.0"
36
36
  },
37
37
  "devDependencies": {