@contractspec/example.personalization 0.0.0-canary-20260114030712 → 0.0.0-canary-20260119224109

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,6 +166,26 @@ $ 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/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
+ │
172
+ 1 │ import { createHash } from 'node:crypto';
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
+ ../../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 ]
181
+ │
182
+ 8 │ 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
+
169
189
  ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
170
190
  â•­─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
171
191
  │
@@ -186,20 +206,10 @@ $ tsdown
186
206
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
187
207
  ────╯
188
208
 
189
- ../../libs/contracts/src/experiments/evaluator.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/experiments/evaluator.ts
190
- ╭─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
191
- │
192
- 1 │ import { createHash } from 'node:crypto';
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/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 ]
209
+ ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
210
+ ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
201
211
  │
202
- 8 │ import { compareVersions } from 'compare-versions';
212
+ 1 │ import { compareVersions } from 'compare-versions';
203
213
   │ ─────────┬────────
204
214
   │ ╰────────── Module not found, treating it as an external dependency
205
215
   │
@@ -226,6 +236,26 @@ $ tsdown
226
236
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
227
237
  ────╯
228
238
 
239
+ ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
240
+ ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
241
+ │
242
+ 4 │ import TurndownService from 'turndown';
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
+ ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
250
+ ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
251
+ │
252
+ 1 │ import { deepStrictEqual } from 'assert';
253
+  │ ────┬───
254
+  │ ╰───── Module not found, treating it as an external dependency
255
+  │
256
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
257
+ ───╯
258
+
229
259
  ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
230
260
  â•­─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
231
261
  │
@@ -246,16 +276,6 @@ $ tsdown
246
276
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
247
277
  ───╯
248
278
 
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 ]
251
- │
252
- 1 │ import { compareVersions } from 'compare-versions';
253
-  │ ─────────┬────────
254
-  │ ╰────────── Module not found, treating it as an external dependency
255
-  │
256
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
257
- ───╯
258
-
259
279
  ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
260
280
  â•­─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
261
281
  │
@@ -266,26 +286,6 @@ $ tsdown
266
286
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
267
287
  ─────╯
268
288
 
269
- ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
270
- ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
271
- │
272
- 4 │ import TurndownService from 'turndown';
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/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
280
- ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
281
- │
282
- 1 │ import { deepStrictEqual } from 'assert';
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
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
290
  â•­─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
291
291
  │
@@ -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 31951ms
319
+ ✔ Build complete in 23159ms
@@ -178,6 +178,16 @@ $ 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/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
+
181
191
  ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
182
192
  â•­─[ ../../libs/contracts/src/migrations.ts:57:33 ]
183
193
  │
@@ -198,10 +208,10 @@ $ tsdown
198
208
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
199
209
  ───╯
200
210
 
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 ]
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 ]
203
213
  │
204
- 3 │ import { compareVersions } from 'compare-versions';
214
+ 1 │ import { compareVersions } from 'compare-versions';
205
215
   │ ─────────┬────────
206
216
   │ ╰────────── Module not found, treating it as an external dependency
207
217
   │
@@ -218,12 +228,12 @@ $ 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
 
221
- ../../libs/contracts/src/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/registry.ts
222
- ╭─[ ../../libs/contracts/src/registry.ts:1:33 ]
231
+ ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
232
+ ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
223
233
  │
224
- 1 │ import { compareVersions } from 'compare-versions';
225
-  │ ─────────┬────────
226
-  │ ╰────────── Module not found, treating it as an external dependency
234
+ 1 │ import { deepStrictEqual } from 'assert';
235
+  │ ────┬───
236
+  │ ╰───── Module not found, treating it as an external dependency
227
237
   │
228
238
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
229
239
  ───╯
@@ -238,26 +248,6 @@ $ tsdown
238
248
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
239
249
  ─────╯
240
250
 
241
- ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
242
- ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
243
- │
244
- 1 │ import { randomUUID } from 'node:crypto';
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/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
252
- ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
253
- │
254
- 1 │ import { deepStrictEqual } from 'assert';
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
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
262
252
  â•­─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
263
253
  │
@@ -268,16 +258,6 @@ $ tsdown
268
258
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
269
259
  ───╯
270
260
 
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
261
  ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
282
262
  â•­─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
283
263
  │
@@ -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/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
292
282
  â•­─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
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/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
+ │
294
+ 1 │ import { randomUUID } from 'node:crypto';
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 30000ms
321
+ ✔ Build complete in 33907ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  # @contractspec/example.personalization
2
2
 
3
- ## 0.0.0-canary-20260114030712
3
+ ## 0.0.0-canary-20260119224109
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c560ee7]
8
+ - @contractspec/lib.contracts@0.0.0-canary-20260119224109
9
+ - @contractspec/lib.overlay-engine@0.0.0-canary-20260119224109
10
+ - @contractspec/lib.personalization@0.0.0-canary-20260119224109
11
+ - @contractspec/lib.workflow-composer@0.0.0-canary-20260119224109
12
+
13
+ ## 1.48.0
14
+
15
+ ### Minor Changes
16
+
17
+ - b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [b0444a4]
22
+ - @contractspec/lib.workflow-composer@1.48.0
23
+ - @contractspec/lib.personalization@1.48.0
24
+ - @contractspec/lib.overlay-engine@1.48.0
25
+ - @contractspec/lib.contracts@1.48.0
26
+ - @contractspec/lib.logger@1.48.0
27
+
28
+ ## 1.47.0
4
29
 
5
30
  ### Minor Changes
6
31
 
@@ -19,11 +44,11 @@
19
44
  - Updated dependencies [c231a8b]
20
45
  - Updated dependencies [42b8d78]
21
46
  - Updated dependencies [fd38e85]
22
- - @contractspec/lib.workflow-composer@0.0.0-canary-20260114030712
23
- - @contractspec/lib.personalization@0.0.0-canary-20260114030712
24
- - @contractspec/lib.overlay-engine@0.0.0-canary-20260114030712
25
- - @contractspec/lib.contracts@0.0.0-canary-20260114030712
26
- - @contractspec/lib.logger@0.0.0-canary-20260114030712
47
+ - @contractspec/lib.workflow-composer@1.47.0
48
+ - @contractspec/lib.personalization@1.47.0
49
+ - @contractspec/lib.overlay-engine@1.47.0
50
+ - @contractspec/lib.contracts@1.47.0
51
+ - @contractspec/lib.logger@1.47.0
27
52
 
28
53
  ## 1.46.2
29
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.personalization",
3
- "version": "0.0.0-canary-20260114030712",
3
+ "version": "0.0.0-canary-20260119224109",
4
4
  "description": "Personalization examples: behavior tracking, overlay customization, workflow extension.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -28,15 +28,15 @@
28
28
  "test": "bun test"
29
29
  },
30
30
  "dependencies": {
31
- "@contractspec/lib.personalization": "0.0.0-canary-20260114030712",
32
- "@contractspec/lib.overlay-engine": "0.0.0-canary-20260114030712",
33
- "@contractspec/lib.workflow-composer": "0.0.0-canary-20260114030712",
34
- "@contractspec/lib.contracts": "0.0.0-canary-20260114030712",
35
- "@contractspec/lib.logger": "0.0.0-canary-20260114030712"
31
+ "@contractspec/lib.personalization": "0.0.0-canary-20260119224109",
32
+ "@contractspec/lib.overlay-engine": "0.0.0-canary-20260119224109",
33
+ "@contractspec/lib.workflow-composer": "0.0.0-canary-20260119224109",
34
+ "@contractspec/lib.contracts": "0.0.0-canary-20260119224109",
35
+ "@contractspec/lib.logger": "1.48.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@contractspec/tool.tsdown": "0.0.0-canary-20260114030712",
39
- "@contractspec/tool.typescript": "0.0.0-canary-20260114030712",
38
+ "@contractspec/tool.tsdown": "1.48.0",
39
+ "@contractspec/tool.typescript": "1.48.0",
40
40
  "tsdown": "^0.19.0",
41
41
  "typescript": "^5.9.3"
42
42
  },