@contractspec/example.personalization 1.46.0 → 1.46.2

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.
@@ -1,11 +1,11 @@
1
1
  $ tsdown
2
- ℹ tsdown v0.18.3 powered by rolldown v1.0.0-beta.57
2
+ ℹ tsdown v0.18.4 powered by rolldown v1.0.0-beta.57
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/personalization/tsdown.config.js
4
4
  ℹ entry: src/behavior-tracking.ts, src/example.ts, src/index.ts, src/overlay-customization.ts, src/workflow-extension.ts, src/docs/index.ts, src/docs/personalization.docblock.ts
5
5
  ℹ target: esnext
6
6
  ℹ tsconfig: tsconfig.json
7
7
  ℹ Build start
8
- ℹ Cleaning 191 files
8
+ ℹ Cleaning 150 files
9
9
  ℹ dist/workflow-extension.js 1.67 kB │ gzip: 0.71 kB
10
10
  ℹ dist/overlay-customization.js 1.57 kB │ gzip: 0.68 kB
11
11
  ℹ dist/docs/personalization.docblock.js 1.48 kB │ gzip: 0.70 kB
@@ -166,15 +166,15 @@ $ 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/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
170
- ╭─[ ../../libs/contracts/src/migrations.ts:57:33 ]
171
- │
172
- 57 │ import { compareVersions } from 'compare-versions';
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
- ────╯
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 ]
171
+ │
172
+ 1 │ import { compareVersions } from 'compare-versions';
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
178
 
179
179
  ../../libs/contracts/src/experiments/evaluator.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/experiments/evaluator.ts
180
180
  â•­─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
@@ -186,6 +186,16 @@ $ tsdown
186
186
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
187
187
  ───╯
188
188
 
189
+ ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
190
+ ╭─[ ../../libs/contracts/src/migrations.ts:57:33 ]
191
+ │
192
+ 57 │ import { compareVersions } from 'compare-versions';
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
+
189
199
  ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
190
200
  â•­─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
191
201
  │
@@ -206,8 +216,38 @@ $ tsdown
206
216
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
207
217
  ───╯
208
218
 
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 ]
219
+ ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
220
+ ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
221
+ │
222
+ 93 │ 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
+
229
+ ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
230
+ ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
231
+ │
232
+ 1 │ import { randomUUID } from 'crypto';
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/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/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 ]
211
251
  │
212
252
  1 │ import { compareVersions } from 'compare-versions';
213
253
   │ ─────────┬────────
@@ -226,12 +266,12 @@ $ tsdown
226
266
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
227
267
  ─────╯
228
268
 
229
- ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
230
- ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
269
+ ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
270
+ ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
231
271
  │
232
- 1 │ import { compareVersions } from 'compare-versions';
233
-  │ ─────────┬────────
234
-  │ ╰────────── Module not found, treating it as an external dependency
272
+ 1 │ import { deepStrictEqual } from 'assert';
273
+  │ ────┬───
274
+  │ ╰───── Module not found, treating it as an external dependency
235
275
   │
236
276
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
237
277
  ───╯
@@ -246,8 +286,8 @@ $ tsdown
246
286
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
247
287
  ───╯
248
288
 
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 ]
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 ]
251
291
  │
252
292
  1 │ import { compareVersions } from 'compare-versions';
253
293
   │ ─────────┬────────
@@ -266,46 +306,6 @@ $ tsdown
266
306
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
267
307
  ───╯
268
308
 
269
- ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
270
- ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
271
- │
272
- 93 │ 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/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
280
- ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
281
- │
282
- 1 │ import { randomUUID } from 'crypto';
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
- ../../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 26743ms
329
+ ✔ Build complete in 22874ms
@@ -1,331 +1,295 @@
1
- $ bun build:types && bun build:bundle
2
- $ tsc --noEmit
3
- $ tsdown
4
- ℹ tsdown v0.18.3 powered by rolldown v1.0.0-beta.57
5
- ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/personalization/tsdown.config.js
6
- ℹ entry: src/behavior-tracking.ts, src/example.ts, src/index.ts, src/overlay-customization.ts, src/workflow-extension.ts, src/docs/index.ts, src/docs/personalization.docblock.ts
7
- ℹ target: esnext
8
- ℹ tsconfig: tsconfig.json
9
- ℹ Build start
10
- ℹ Cleaning 1 files
11
- ℹ dist/workflow-extension.js 1.67 kB │ gzip: 0.71 kB
12
- ℹ dist/overlay-customization.js 1.57 kB │ gzip: 0.68 kB
13
- ℹ dist/docs/personalization.docblock.js 1.48 kB │ gzip: 0.70 kB
14
- ℹ dist/behavior-tracking.js 1.43 kB │ gzip: 0.62 kB
15
- ℹ dist/example.js 0.95 kB │ gzip: 0.49 kB
16
- ℹ dist/index.js 0.47 kB │ gzip: 0.20 kB
17
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
18
- ℹ dist/workflow-extension.js.map 2.83 kB │ gzip: 1.16 kB
19
- ℹ dist/overlay-customization.js.map 2.55 kB │ gzip: 1.08 kB
20
- ℹ dist/behavior-tracking.js.map 2.23 kB │ gzip: 0.94 kB
21
- ℹ dist/docs/personalization.docblock.js.map 1.98 kB │ gzip: 0.89 kB
22
- ℹ dist/example.js.map 1.48 kB │ gzip: 0.71 kB
23
- ℹ dist/libs/contracts/src/app-config/spec.d.ts.map 0.95 kB │ gzip: 0.47 kB
24
- ℹ dist/libs/contracts/src/workflow/spec.d.ts.map 0.86 kB │ gzip: 0.47 kB
25
- ℹ dist/libs/contracts/src/ownership.d.ts.map 0.61 kB │ gzip: 0.34 kB
26
- ℹ dist/libs/contracts/src/examples/types.d.ts.map 0.58 kB │ gzip: 0.33 kB
27
- ℹ dist/libs/contracts/src/features/types.d.ts.map 0.57 kB │ gzip: 0.33 kB
28
- ℹ dist/libs/contracts/src/integrations/spec.d.ts.map 0.35 kB │ gzip: 0.20 kB
29
- ℹ dist/libs/contracts/src/app-config/branding.d.ts.map 0.27 kB │ gzip: 0.18 kB
30
- ℹ dist/libs/contracts/src/capabilities/capabilities.d.ts.map 0.27 kB │ gzip: 0.18 kB
31
- ℹ dist/libs/contracts/src/operations/operation.d.ts.map 0.20 kB │ gzip: 0.15 kB
32
- ℹ dist/libs/contracts/src/presentations/presentations.d.ts.map 0.18 kB │ gzip: 0.14 kB
33
- ℹ dist/workflow-extension.d.ts.map 0.18 kB │ gzip: 0.15 kB
34
- ℹ dist/libs/contracts/src/experiments/spec.d.ts.map 0.17 kB │ gzip: 0.14 kB
35
- ℹ dist/overlay-customization.d.ts.map 0.17 kB │ gzip: 0.14 kB
36
- ℹ dist/libs/contracts/src/docs/registry.d.ts.map 0.16 kB │ gzip: 0.14 kB
37
- ℹ dist/libs/contracts/src/policy/spec.d.ts.map 0.16 kB │ gzip: 0.14 kB
38
- ℹ dist/behavior-tracking.d.ts.map 0.16 kB │ gzip: 0.14 kB
39
- ℹ dist/libs/contracts/src/themes.d.ts.map 0.15 kB │ gzip: 0.13 kB
40
- ℹ dist/example.d.ts.map 0.13 kB │ gzip: 0.12 kB
41
- ℹ dist/index.d.ts 0.41 kB │ gzip: 0.18 kB
42
- ℹ dist/workflow-extension.d.ts 0.37 kB │ gzip: 0.21 kB
43
- ℹ dist/example.d.ts 0.26 kB │ gzip: 0.17 kB
44
- ℹ dist/overlay-customization.d.ts 0.21 kB │ gzip: 0.15 kB
45
- ℹ dist/behavior-tracking.d.ts 0.20 kB │ gzip: 0.15 kB
46
- ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
47
- ℹ dist/docs/personalization.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
48
- ℹ dist/libs/contracts/src/examples/types.d.ts 4.90 kB │ gzip: 1.63 kB
49
- ℹ dist/libs/contracts/src/app-config/spec.d.ts 2.87 kB │ gzip: 0.99 kB
50
- ℹ dist/libs/contracts/src/features/types.d.ts 2.72 kB │ gzip: 0.91 kB
51
- ℹ dist/libs/contracts/src/workflow/spec.d.ts 2.59 kB │ gzip: 1.03 kB
52
- ℹ dist/libs/contracts/src/index.d.ts 2.34 kB │ gzip: 0.74 kB
53
- ℹ dist/libs/contracts/src/ownership.d.ts 2.07 kB │ gzip: 0.85 kB
54
- ℹ dist/libs/contracts/src/operations/operation.d.ts 0.71 kB │ gzip: 0.36 kB
55
- ℹ dist/libs/contracts/src/app-config/branding.d.ts 0.46 kB │ gzip: 0.28 kB
56
- ℹ dist/libs/contracts/src/capabilities/capabilities.d.ts 0.46 kB │ gzip: 0.24 kB
57
- ℹ dist/libs/contracts/src/integrations/spec.d.ts 0.44 kB │ gzip: 0.27 kB
58
- ℹ dist/libs/contracts/src/presentations/presentations.d.ts 0.32 kB │ gzip: 0.21 kB
59
- ℹ dist/libs/contracts/src/workflow/index.d.ts 0.32 kB │ gzip: 0.20 kB
60
- ℹ dist/libs/contracts/src/examples/index.d.ts 0.30 kB │ gzip: 0.17 kB
61
- ℹ dist/libs/contracts/src/app-config/runtime.d.ts 0.27 kB │ gzip: 0.13 kB
62
- ℹ dist/libs/contracts/src/integrations/providers/index.d.ts 0.27 kB │ gzip: 0.13 kB
63
- ℹ dist/libs/contracts/src/server/graphql-pothos.d.ts 0.23 kB │ gzip: 0.12 kB
64
- ℹ dist/libs/contracts/src/experiments/spec.d.ts 0.22 kB │ gzip: 0.17 kB
65
- ℹ dist/libs/contracts/src/app-config/validation.d.ts 0.21 kB │ gzip: 0.11 kB
66
- ℹ dist/libs/contracts/src/integrations/index.d.ts 0.21 kB │ gzip: 0.14 kB
67
- ℹ dist/libs/contracts/src/server/index.d.ts 0.20 kB │ gzip: 0.11 kB
68
- ℹ dist/libs/contracts/src/themes.d.ts 0.20 kB │ gzip: 0.16 kB
69
- ℹ dist/libs/contracts/src/features/index.d.ts 0.18 kB │ gzip: 0.14 kB
70
- ℹ dist/libs/contracts/src/policy/spec.d.ts 0.18 kB │ gzip: 0.15 kB
71
- ℹ dist/libs/contracts/src/llm/exporters.d.ts 0.18 kB │ gzip: 0.10 kB
72
- ℹ dist/libs/contracts/src/knowledge/spaces/index.d.ts 0.18 kB │ gzip: 0.11 kB
73
- ℹ dist/libs/contracts/src/server/mcp/createMcpServer.d.ts 0.17 kB │ gzip: 0.12 kB
74
- ℹ dist/libs/contracts/src/docs/registry.d.ts 0.17 kB │ gzip: 0.15 kB
75
- ℹ dist/libs/contracts/src/integrations/openbanking/contracts/index.d.ts 0.15 kB │ gzip: 0.11 kB
76
- ℹ dist/libs/contracts/src/install.d.ts 0.15 kB │ gzip: 0.09 kB
77
- ℹ dist/libs/contracts/src/regenerator/index.d.ts 0.13 kB │ gzip: 0.08 kB
78
- ℹ dist/libs/contracts/src/workflow/runner.d.ts 0.13 kB │ gzip: 0.10 kB
79
- ℹ dist/libs/contracts/src/client/react/index.d.ts 0.12 kB │ gzip: 0.09 kB
80
- ℹ dist/libs/contracts/src/operations/registry.d.ts 0.12 kB │ gzip: 0.09 kB
81
- ℹ dist/libs/contracts/src/features/install.d.ts 0.12 kB │ gzip: 0.09 kB
82
- ℹ dist/libs/contracts/src/server/mcp/mcpTypes.d.ts 0.11 kB │ gzip: 0.11 kB
83
- ℹ dist/libs/contracts/src/presentations/index.d.ts 0.11 kB │ gzip: 0.10 kB
84
- ℹ dist/libs/contracts/src/policy/index.d.ts 0.11 kB │ gzip: 0.10 kB
85
- ℹ dist/libs/contracts/src/integrations/openbanking/contracts/accounts.d.ts 0.11 kB │ gzip: 0.07 kB
86
- ℹ dist/libs/contracts/src/integrations/openbanking/contracts/balances.d.ts 0.11 kB │ gzip: 0.07 kB
87
- ℹ dist/libs/contracts/src/integrations/openbanking/contracts/transactions.d.ts 0.11 kB │ gzip: 0.07 kB
88
- ℹ dist/libs/contracts/src/types.d.ts 0.10 kB │ gzip: 0.09 kB
89
- ℹ dist/libs/contracts/src/operations/index.d.ts 0.10 kB │ gzip: 0.09 kB
90
- ℹ dist/libs/contracts/src/integrations/operations.d.ts 0.09 kB │ gzip: 0.07 kB
91
- ℹ dist/libs/contracts/src/knowledge/operations.d.ts 0.09 kB │ gzip: 0.07 kB
92
- ℹ dist/libs/contracts/src/client/react/feature-render.d.ts 0.09 kB │ gzip: 0.08 kB
93
- ℹ dist/libs/contracts/src/llm/types.d.ts 0.09 kB │ gzip: 0.07 kB
94
- ℹ dist/libs/contracts/src/server/rest-elysia.d.ts 0.09 kB │ gzip: 0.08 kB
95
- ℹ dist/libs/contracts/src/server/rest-express.d.ts 0.09 kB │ gzip: 0.08 kB
96
- ℹ dist/libs/contracts/src/server/rest-next-app.d.ts 0.09 kB │ gzip: 0.08 kB
97
- ℹ dist/libs/contracts/src/server/rest-next-pages.d.ts 0.09 kB │ gzip: 0.08 kB
98
- ℹ dist/libs/contracts/src/workflow/adapters/index.d.ts 0.08 kB │ gzip: 0.07 kB
99
- ℹ dist/libs/contracts/src/experiments/spec-resolver.d.ts 0.08 kB │ gzip: 0.07 kB
100
- ℹ dist/libs/contracts/src/llm/index.d.ts 0.07 kB │ gzip: 0.06 kB
101
- ℹ dist/libs/contracts/src/regenerator/types.d.ts 0.07 kB │ gzip: 0.06 kB
102
- ℹ dist/libs/contracts/src/data-views/index.d.ts 0.06 kB │ gzip: 0.06 kB
103
- ℹ dist/libs/contracts/src/server/rest-generic.d.ts 0.06 kB │ gzip: 0.07 kB
104
- ℹ dist/libs/contracts/src/workflow/validation.d.ts 0.06 kB │ gzip: 0.07 kB
105
- ℹ dist/libs/contracts/src/llm/prompts.d.ts 0.05 kB │ gzip: 0.06 kB
106
- ℹ dist/libs/contracts/src/knowledge/index.d.ts 0.05 kB │ gzip: 0.06 kB
107
- ℹ dist/libs/contracts/src/jsonschema.d.ts 0.04 kB │ gzip: 0.06 kB
108
- ℹ dist/libs/contracts/src/policy/engine.d.ts 0.04 kB │ gzip: 0.06 kB
109
- ℹ dist/libs/contracts/src/data-views/registry.d.ts 0.04 kB │ gzip: 0.05 kB
110
- ℹ dist/libs/contracts/src/regenerator/service.d.ts 0.04 kB │ gzip: 0.05 kB
111
- ℹ dist/libs/contracts/src/regenerator/sinks.d.ts 0.04 kB │ gzip: 0.05 kB
112
- ℹ dist/libs/contracts/src/client/react/form-render.d.ts 0.04 kB │ gzip: 0.05 kB
113
- ℹ dist/libs/contracts/src/policy/opa-adapter.d.ts 0.04 kB │ gzip: 0.05 kB
114
- ℹ dist/libs/contracts/src/tests/runner.d.ts 0.04 kB │ gzip: 0.05 kB
115
- ℹ dist/libs/contracts/src/integrations/openbanking/guards.d.ts 0.04 kB │ gzip: 0.06 kB
116
- ℹ dist/libs/contracts/src/promptRegistry.d.ts 0.04 kB │ gzip: 0.05 kB
117
- ℹ dist/libs/contracts/src/examples/schema.d.ts 0.03 kB │ gzip: 0.05 kB
118
- ℹ dist/libs/contracts/src/openapi.d.ts 0.03 kB │ gzip: 0.05 kB
119
- ℹ dist/libs/contracts/src/server/provider-mcp.d.ts 0.03 kB │ gzip: 0.05 kB
120
- ℹ dist/libs/contracts/src/integrations/openbanking/openbanking.feature.d.ts 0.03 kB │ gzip: 0.05 kB
121
- ℹ dist/libs/contracts/src/workspace-config/index.d.ts 0.03 kB │ gzip: 0.05 kB
122
- ℹ dist/libs/contracts/src/data-views/types.d.ts 0.03 kB │ gzip: 0.05 kB
123
- ℹ dist/libs/contracts/src/client/react/drivers/rn-reusables.d.ts 0.03 kB │ gzip: 0.05 kB
124
- ℹ dist/libs/contracts/src/client/react/drivers/shadcn.d.ts 0.03 kB │ gzip: 0.05 kB
125
- ℹ dist/libs/contracts/src/client/index.d.ts 0.03 kB │ gzip: 0.05 kB
126
- ℹ dist/libs/contracts/src/knowledge/spec.d.ts 0.02 kB │ gzip: 0.04 kB
127
- ℹ dist/libs/contracts/src/policy/registry.d.ts 0.02 kB │ gzip: 0.04 kB
128
- ℹ dist/libs/contracts/src/presentations/registry.d.ts 0.02 kB │ gzip: 0.04 kB
129
- ℹ dist/libs/contracts/src/events.d.ts 0.02 kB │ gzip: 0.04 kB
130
- ℹ dist/libs/contracts/src/contract-registry/index.d.ts 0.02 kB │ gzip: 0.04 kB
131
- ℹ dist/libs/contracts/src/tests/index.d.ts 0.02 kB │ gzip: 0.04 kB
132
- ℹ dist/libs/contracts/src/workflow/adapters/db-adapter.d.ts 0.02 kB │ gzip: 0.04 kB
133
- ℹ dist/libs/contracts/src/workflow/adapters/file-adapter.d.ts 0.02 kB │ gzip: 0.04 kB
134
- ℹ dist/libs/contracts/src/workflow/adapters/memory-store.d.ts 0.02 kB │ gzip: 0.04 kB
135
- ℹ dist/libs/contracts/src/data-views/spec.d.ts 0.02 kB │ gzip: 0.04 kB
136
- ℹ dist/libs/contracts/src/examples/registry.d.ts 0.02 kB │ gzip: 0.04 kB
137
- ℹ dist/libs/contracts/src/examples/validation.d.ts 0.02 kB │ gzip: 0.04 kB
138
- ℹ dist/libs/contracts/src/features/registry.d.ts 0.02 kB │ gzip: 0.04 kB
139
- ℹ dist/libs/contracts/src/features/validation.d.ts 0.02 kB │ gzip: 0.04 kB
140
- ℹ dist/libs/contracts/src/integrations/providers/elevenlabs.d.ts 0.02 kB │ gzip: 0.04 kB
141
- ℹ dist/libs/contracts/src/integrations/providers/gcs-storage.d.ts 0.02 kB │ gzip: 0.04 kB
142
- ℹ dist/libs/contracts/src/integrations/providers/gmail.d.ts 0.02 kB │ gzip: 0.04 kB
143
- ℹ dist/libs/contracts/src/integrations/providers/google-calendar.d.ts 0.02 kB │ gzip: 0.04 kB
144
- ℹ dist/libs/contracts/src/integrations/providers/mistral.d.ts 0.02 kB │ gzip: 0.04 kB
145
- ℹ dist/libs/contracts/src/integrations/providers/postmark.d.ts 0.02 kB │ gzip: 0.04 kB
146
- ℹ dist/libs/contracts/src/integrations/providers/powens.d.ts 0.02 kB │ gzip: 0.04 kB
147
- ℹ dist/libs/contracts/src/integrations/providers/qdrant.d.ts 0.02 kB │ gzip: 0.04 kB
148
- ℹ dist/libs/contracts/src/integrations/providers/registry.d.ts 0.02 kB │ gzip: 0.04 kB
149
- ℹ dist/libs/contracts/src/integrations/providers/stripe.d.ts 0.02 kB │ gzip: 0.04 kB
150
- ℹ dist/libs/contracts/src/integrations/providers/twilio-sms.d.ts 0.02 kB │ gzip: 0.04 kB
151
- ℹ dist/libs/contracts/src/knowledge/spaces/email-threads.d.ts 0.02 kB │ gzip: 0.04 kB
152
- ℹ dist/libs/contracts/src/knowledge/spaces/financial-docs.d.ts 0.02 kB │ gzip: 0.04 kB
153
- ℹ dist/libs/contracts/src/knowledge/spaces/financial-overview.d.ts 0.02 kB │ gzip: 0.04 kB
154
- ℹ dist/libs/contracts/src/knowledge/spaces/product-canon.d.ts 0.02 kB │ gzip: 0.04 kB
155
- ℹ dist/libs/contracts/src/knowledge/spaces/support-faq.d.ts 0.02 kB │ gzip: 0.04 kB
156
- ℹ dist/libs/contracts/src/knowledge/spaces/uploaded-docs.d.ts 0.02 kB │ gzip: 0.04 kB
157
- ℹ dist/libs/contracts/src/onboarding-base.d.ts 0.02 kB │ gzip: 0.04 kB
158
- ℹ dist/libs/contracts/src/regenerator/adapters.d.ts 0.02 kB │ gzip: 0.04 kB
159
- ℹ dist/libs/contracts/src/regenerator/executor.d.ts 0.02 kB │ gzip: 0.04 kB
160
- ℹ dist/libs/contracts/src/regenerator/utils.d.ts 0.02 kB │ gzip: 0.04 kB
161
- ℹ dist/libs/contracts/src/registry.d.ts 0.02 kB │ gzip: 0.04 kB
162
- ℹ dist/libs/contracts/src/app-config/lifecycle.d.ts 0.02 kB │ gzip: 0.04 kB
163
- ℹ dist/libs/contracts/src/integrations/connection.d.ts 0.02 kB │ gzip: 0.04 kB
164
- ℹ dist/libs/contracts/src/workflow/state.d.ts 0.02 kB │ gzip: 0.04 kB
165
- ℹ dist/libs/contracts/src/presentations/transform-engine.d.ts 0.01 kB │ gzip: 0.04 kB
166
- ℹ dist/libs/contracts/src/contract-registry/schemas.d.ts 0.01 kB │ gzip: 0.03 kB
167
- ℹ dist/libs/contracts/src/prompt.d.ts 0.01 kB │ gzip: 0.03 kB
168
- ℹ dist/libs/contracts/src/resources.d.ts 0.01 kB │ gzip: 0.03 kB
169
- ℹ dist/libs/contracts/src/workspace-config/contractsrc-schema.d.ts 0.01 kB │ gzip: 0.03 kB
170
- ℹ 159 files, total: 54.23 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
- ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
192
- ╭─[ ../../libs/contracts/src/openapi.ts:8:33 ]
193
- │
194
- 8 │ 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
- ───╯
200
-
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
- ───╯
210
-
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 ]
213
- │
214
- 1 │ 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
- ───╯
220
-
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 ]
223
- │
224
- 1 │ 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
- ───╯
230
-
231
- ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
232
- ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
233
- │
234
- 1 │ import { randomUUID } from 'node:crypto';
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
- ───╯
240
-
241
- ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
242
- ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
243
- │
244
- 93 │ 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
- ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
262
- ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
263
- │
264
- 1 │ import { deepStrictEqual } from 'assert';
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
-
271
- ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
272
- ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
273
- │
274
- 1 │ 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/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
- ../../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
- ../../libs/contracts/src/examples/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/examples/registry.ts
302
- ╭─[ ../../libs/contracts/src/examples/registry.ts:1:33 ]
303
- │
304
- 1 │ import { compareVersions } from 'compare-versions';
305
-  │ ─────────┬────────
306
-  │ ╰────────── Module not found, treating it as an external dependency
307
-  │
308
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
309
- ───╯
310
-
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
- │
314
- 1 │ import { Buffer } from 'node:buffer';
315
-  │ ──────┬──────
316
-  │ ╰──────── Module not found, treating it as an external dependency
317
-  │
318
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
319
- ───╯
320
-
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
- │
324
- 5 │ import { Buffer } from 'node:buffer';
325
-  │ ──────┬──────
326
-  │ ╰──────── Module not found, treating it as an external dependency
327
-  │
328
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
329
- ───╯
330
-
331
- ✔ Build complete in 30110ms
1
+
2
+ $ bun build:types && bun build:bundle
3
+ $ tsc --noEmit
4
+ $ tsdown
5
+ ℹ tsdown v0.18.4 powered by rolldown v1.0.0-beta.57
6
+ ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/personalization/tsdown.config.js (unrun)
7
+ ℹ entry: src/behavior-tracking.ts, src/example.ts, src/index.ts, src/overlay-customization.ts, src/workflow-extension.ts, src/docs/index.ts, src/docs/personalization.docblock.ts
8
+ ℹ target: esnext
9
+ ℹ tsconfig: tsconfig.json
10
+ ℹ Build start
11
+ ℹ Cleaning 1 files
12
+ ℹ dist/workflow-extension.js 1.67 kB │ gzip: 0.71 kB
13
+ ℹ dist/overlay-customization.js 1.57 kB │ gzip: 0.68 kB
14
+ ℹ dist/docs/personalization.docblock.js 1.48 kB │ gzip: 0.70 kB
15
+ ℹ dist/behavior-tracking.js 1.43 kB │ gzip: 0.62 kB
16
+ ℹ dist/example.js 0.95 kB │ gzip: 0.49 kB
17
+ ℹ dist/index.js 0.47 kB │ gzip: 0.20 kB
18
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
19
+ ℹ dist/workflow-extension.js.map 2.83 kB │ gzip: 1.16 kB
20
+ ℹ dist/overlay-customization.js.map 2.55 kB │ gzip: 1.08 kB
21
+ ℹ dist/behavior-tracking.js.map 2.23 kB │ gzip: 0.94 kB
22
+ ℹ dist/docs/personalization.docblock.js.map 1.98 kB │ gzip: 0.89 kB
23
+ ℹ dist/example.js.map 1.48 kB │ gzip: 0.71 kB
24
+ ℹ dist/libs/contracts/src/app-config/spec.d.ts.map 0.92 kB │ gzip: 0.45 kB
25
+ ℹ dist/libs/contracts/src/workflow/spec.d.ts.map 0.86 kB │ gzip: 0.47 kB
26
+ ℹ dist/libs/contracts/src/ownership.d.ts.map 0.61 kB │ gzip: 0.34 kB
27
+ ℹ dist/libs/contracts/src/examples/types.d.ts.map 0.58 kB │ gzip: 0.33 kB
28
+ ℹ dist/libs/contracts/src/features/types.d.ts.map 0.57 kB │ gzip: 0.33 kB
29
+ ℹ dist/libs/contracts/src/integrations/spec.d.ts.map 0.35 kB │ gzip: 0.20 kB
30
+ ℹ dist/libs/contracts/src/app-config/branding.d.ts.map 0.27 kB │ gzip: 0.18 kB
31
+ ℹ dist/libs/contracts/src/capabilities/capabilities.d.ts.map 0.27 kB │ gzip: 0.18 kB
32
+ ℹ dist/libs/contracts/src/operations/operation.d.ts.map 0.20 kB │ gzip: 0.15 kB
33
+ ℹ dist/libs/contracts/src/presentations/presentations.d.ts.map 0.18 kB │ gzip: 0.14 kB
34
+ ℹ dist/workflow-extension.d.ts.map 0.18 kB │ gzip: 0.15 kB
35
+ ℹ dist/libs/contracts/src/experiments/spec.d.ts.map 0.17 kB │ gzip: 0.14 kB
36
+ ℹ dist/overlay-customization.d.ts.map 0.17 kB │ gzip: 0.14 kB
37
+ ℹ dist/libs/contracts/src/docs/registry.d.ts.map 0.16 kB │ gzip: 0.14 kB
38
+ ℹ dist/libs/contracts/src/policy/spec.d.ts.map 0.16 kB │ gzip: 0.14 kB
39
+ ℹ dist/behavior-tracking.d.ts.map 0.16 kB │ gzip: 0.14 kB
40
+ ℹ dist/libs/contracts/src/themes.d.ts.map 0.15 kB │ gzip: 0.13 kB
41
+ ℹ dist/example.d.ts.map 0.13 kB │ gzip: 0.12 kB
42
+ ℹ dist/index.d.ts 0.41 kB │ gzip: 0.18 kB
43
+ ℹ dist/workflow-extension.d.ts 0.37 kB │ gzip: 0.21 kB
44
+ ℹ dist/example.d.ts 0.26 kB │ gzip: 0.17 kB
45
+ ℹ dist/overlay-customization.d.ts 0.21 kB │ gzip: 0.15 kB
46
+ ℹ dist/behavior-tracking.d.ts 0.20 kB │ gzip: 0.15 kB
47
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
48
+ ℹ dist/docs/personalization.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
49
+ ℹ dist/libs/contracts/src/examples/types.d.ts 4.90 kB │ gzip: 1.63 kB
50
+ ℹ dist/libs/contracts/src/app-config/spec.d.ts 2.84 kB │ gzip: 0.99 kB
51
+ ℹ dist/libs/contracts/src/features/types.d.ts 2.72 kB │ gzip: 0.91 kB
52
+ ℹ dist/libs/contracts/src/workflow/spec.d.ts 2.59 kB │ gzip: 1.03 kB
53
+ ℹ dist/libs/contracts/src/index.d.ts 2.23 kB │ gzip: 0.72 kB
54
+ ℹ dist/libs/contracts/src/ownership.d.ts 2.07 kB │ gzip: 0.85 kB
55
+ ℹ dist/libs/contracts/src/operations/operation.d.ts 0.69 kB │ gzip: 0.36 kB
56
+ ℹ dist/libs/contracts/src/app-config/branding.d.ts 0.46 kB │ gzip: 0.28 kB
57
+ ℹ dist/libs/contracts/src/capabilities/capabilities.d.ts 0.46 kB │ gzip: 0.24 kB
58
+ ℹ dist/libs/contracts/src/integrations/spec.d.ts 0.44 kB │ gzip: 0.27 kB
59
+ ℹ dist/libs/contracts/src/presentations/presentations.d.ts 0.32 kB │ gzip: 0.21 kB
60
+ ℹ dist/libs/contracts/src/workflow/index.d.ts 0.32 kB │ gzip: 0.20 kB
61
+ ℹ dist/libs/contracts/src/examples/index.d.ts 0.30 kB │ gzip: 0.17 kB
62
+ ℹ dist/libs/contracts/src/server/graphql-pothos.d.ts 0.23 kB │ gzip: 0.12 kB
63
+ ℹ dist/libs/contracts/src/experiments/spec.d.ts 0.22 kB │ gzip: 0.17 kB
64
+ ℹ dist/libs/contracts/src/server/index.d.ts 0.20 kB │ gzip: 0.11 kB
65
+ ℹ dist/libs/contracts/src/themes.d.ts 0.20 kB │ gzip: 0.16 kB
66
+ ℹ dist/libs/contracts/src/features/index.d.ts 0.18 kB │ gzip: 0.14 kB
67
+ ℹ dist/libs/contracts/src/policy/spec.d.ts 0.18 kB │ gzip: 0.15 kB
68
+ ℹ dist/libs/contracts/src/server/mcp/createMcpServer.d.ts 0.17 kB │ gzip: 0.12 kB
69
+ ℹ dist/libs/contracts/src/docs/registry.d.ts 0.17 kB │ gzip: 0.15 kB
70
+ ℹ dist/libs/contracts/src/llm/exporters.d.ts 0.16 kB │ gzip: 0.09 kB
71
+ ℹ dist/libs/contracts/src/integrations/openbanking/contracts/index.d.ts 0.15 kB │ gzip: 0.11 kB
72
+ ℹ dist/libs/contracts/src/install.d.ts 0.13 kB │ gzip: 0.09 kB
73
+ ℹ dist/libs/contracts/src/client/react/index.d.ts 0.12 kB │ gzip: 0.09 kB
74
+ ℹ dist/libs/contracts/src/operations/registry.d.ts 0.12 kB │ gzip: 0.09 kB
75
+ ℹ dist/libs/contracts/src/integrations/index.d.ts 0.12 kB │ gzip: 0.12 kB
76
+ ℹ dist/libs/contracts/src/features/install.d.ts 0.12 kB │ gzip: 0.09 kB
77
+ ℹ dist/libs/contracts/src/server/mcp/mcpTypes.d.ts 0.11 kB │ gzip: 0.11 kB
78
+ ℹ dist/libs/contracts/src/presentations/index.d.ts 0.11 kB │ gzip: 0.10 kB
79
+ ℹ dist/libs/contracts/src/integrations/openbanking/contracts/accounts.d.ts 0.11 kB │ gzip: 0.07 kB
80
+ ℹ dist/libs/contracts/src/integrations/openbanking/contracts/balances.d.ts 0.11 kB │ gzip: 0.07 kB
81
+ ℹ dist/libs/contracts/src/integrations/openbanking/contracts/transactions.d.ts 0.11 kB │ gzip: 0.07 kB
82
+ ℹ dist/libs/contracts/src/operations/index.d.ts 0.10 kB │ gzip: 0.09 kB
83
+ ℹ dist/libs/contracts/src/workflow/runner.d.ts 0.09 kB │ gzip: 0.08 kB
84
+ ℹ dist/libs/contracts/src/integrations/operations.d.ts 0.09 kB │ gzip: 0.07 kB
85
+ ℹ dist/libs/contracts/src/knowledge/operations.d.ts 0.09 kB │ gzip: 0.07 kB
86
+ ℹ dist/libs/contracts/src/client/react/feature-render.d.ts 0.09 kB │ gzip: 0.08 kB
87
+ ℹ dist/libs/contracts/src/policy/index.d.ts 0.09 kB │ gzip: 0.09 kB
88
+ ℹ dist/libs/contracts/src/server/rest-elysia.d.ts 0.09 kB │ gzip: 0.08 kB
89
+ ℹ dist/libs/contracts/src/server/rest-express.d.ts 0.09 kB │ gzip: 0.08 kB
90
+ ℹ dist/libs/contracts/src/server/rest-next-app.d.ts 0.09 kB │ gzip: 0.08 kB
91
+ ℹ dist/libs/contracts/src/server/rest-next-pages.d.ts 0.09 kB │ gzip: 0.08 kB
92
+ ℹ dist/libs/contracts/src/workflow/adapters/index.d.ts 0.08 kB │ gzip: 0.07 kB
93
+ ℹ dist/libs/contracts/src/experiments/spec-resolver.d.ts 0.08 kB │ gzip: 0.07 kB
94
+ ℹ dist/libs/contracts/src/llm/index.d.ts 0.07 kB │ gzip: 0.06 kB
95
+ ℹ dist/libs/contracts/src/llm/types.d.ts 0.06 kB │ gzip: 0.07 kB
96
+ ℹ dist/libs/contracts/src/server/rest-generic.d.ts 0.06 kB │ gzip: 0.07 kB
97
+ ℹ dist/libs/contracts/src/workflow/validation.d.ts 0.06 kB │ gzip: 0.07 kB
98
+ ℹ dist/libs/contracts/src/llm/prompts.d.ts 0.05 kB │ gzip: 0.06 kB
99
+ ℹ dist/libs/contracts/src/jsonschema.d.ts 0.04 kB │ gzip: 0.06 kB
100
+ ℹ dist/libs/contracts/src/client/react/form-render.d.ts 0.04 kB │ gzip: 0.05 kB
101
+ ℹ dist/libs/contracts/src/policy/opa-adapter.d.ts 0.04 kB │ gzip: 0.05 kB
102
+ ℹ dist/libs/contracts/src/tests/runner.d.ts 0.04 kB │ gzip: 0.05 kB
103
+ ℹ dist/libs/contracts/src/types.d.ts 0.04 kB │ gzip: 0.06 kB
104
+ ℹ dist/libs/contracts/src/promptRegistry.d.ts 0.04 kB │ gzip: 0.05 kB
105
+ ℹ dist/libs/contracts/src/examples/schema.d.ts 0.03 kB │ gzip: 0.05 kB
106
+ ℹ dist/libs/contracts/src/openapi.d.ts 0.03 kB │ gzip: 0.05 kB
107
+ ℹ dist/libs/contracts/src/server/provider-mcp.d.ts 0.03 kB │ gzip: 0.05 kB
108
+ ℹ dist/libs/contracts/src/integrations/openbanking/openbanking.feature.d.ts 0.03 kB │ gzip: 0.05 kB
109
+ ℹ dist/libs/contracts/src/workspace-config/index.d.ts 0.03 kB │ gzip: 0.05 kB
110
+ ℹ dist/libs/contracts/src/app-config/validation.d.ts 0.03 kB │ gzip: 0.05 kB
111
+ ℹ dist/libs/contracts/src/client/react/drivers/rn-reusables.d.ts 0.03 kB │ gzip: 0.05 kB
112
+ ℹ dist/libs/contracts/src/client/react/drivers/shadcn.d.ts 0.03 kB │ gzip: 0.05 kB
113
+ ℹ dist/libs/contracts/src/client/index.d.ts 0.03 kB │ gzip: 0.05 kB
114
+ ℹ dist/libs/contracts/src/presentations/registry.d.ts 0.02 kB │ gzip: 0.04 kB
115
+ ℹ dist/libs/contracts/src/contract-registry/index.d.ts 0.02 kB │ gzip: 0.04 kB
116
+ ℹ dist/libs/contracts/src/policy/engine.d.ts 0.02 kB │ gzip: 0.04 kB
117
+ ℹ dist/libs/contracts/src/tests/index.d.ts 0.02 kB │ gzip: 0.04 kB
118
+ ℹ dist/libs/contracts/src/workflow/adapters/db-adapter.d.ts 0.02 kB │ gzip: 0.04 kB
119
+ ℹ dist/libs/contracts/src/workflow/adapters/file-adapter.d.ts 0.02 kB │ gzip: 0.04 kB
120
+ ℹ dist/libs/contracts/src/workflow/adapters/memory-store.d.ts 0.02 kB │ gzip: 0.04 kB
121
+ ℹ dist/libs/contracts/src/examples/registry.d.ts 0.02 kB │ gzip: 0.04 kB
122
+ ℹ dist/libs/contracts/src/examples/validation.d.ts 0.02 kB │ gzip: 0.04 kB
123
+ ℹ dist/libs/contracts/src/features/registry.d.ts 0.02 kB │ gzip: 0.04 kB
124
+ ℹ dist/libs/contracts/src/features/validation.d.ts 0.02 kB │ gzip: 0.04 kB
125
+ ℹ dist/libs/contracts/src/onboarding-base.d.ts 0.02 kB │ gzip: 0.04 kB
126
+ ℹ dist/libs/contracts/src/registry.d.ts 0.02 kB │ gzip: 0.04 kB
127
+ ℹ dist/libs/contracts/src/experiments/evaluator.d.ts 0.02 kB │ gzip: 0.04 kB
128
+ ℹ dist/libs/contracts/src/workflow/state.d.ts 0.02 kB │ gzip: 0.04 kB
129
+ ℹ dist/libs/contracts/src/presentations/transform-engine.d.ts 0.01 kB │ gzip: 0.04 kB
130
+ ℹ dist/libs/contracts/src/contract-registry/schemas.d.ts 0.01 kB │ gzip: 0.03 kB
131
+ ℹ dist/libs/contracts/src/prompt.d.ts 0.01 kB │ gzip: 0.03 kB
132
+ ℹ dist/libs/contracts/src/resources.d.ts 0.01 kB │ gzip: 0.03 kB
133
+ ℹ dist/libs/contracts/src/workspace-config/contractsrc-schema.d.ts 0.01 kB │ gzip: 0.03 kB
134
+ ℹ 122 files, total: 51.82 kB
135
+ ../../libs/contracts/src/openapi.ts (8:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/openapi.ts
136
+ ╭─[ ../../libs/contracts/src/openapi.ts:8:33 ]
137
+ │
138
+ 8 │ import { compareVersions } from 'compare-versions';
139
+  │ ─────────┬────────
140
+  │ ╰────────── Module not found, treating it as an external dependency
141
+  │
142
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
143
+ ───╯
144
+
145
+ ../../libs/contracts/src/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/registry.ts
146
+ ╭─[ ../../libs/contracts/src/registry.ts:1:33 ]
147
+ │
148
+ 1 │ import { compareVersions } from 'compare-versions';
149
+  │ ─────────┬────────
150
+  │ ╰────────── Module not found, treating it as an external dependency
151
+  │
152
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
153
+ ───╯
154
+
155
+ ../../libs/contracts/src/experiments/evaluator.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/experiments/evaluator.ts
156
+ ╭─[ ../../libs/contracts/src/experiments/evaluator.ts:1:28 ]
157
+ │
158
+ 1 │ import { createHash } from 'node:crypto';
159
+  │ ──────┬──────
160
+  │ ╰──────── Module not found, treating it as an external dependency
161
+  │
162
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
163
+ ───╯
164
+
165
+ ../../libs/contracts/src/promptRegistry.ts (3:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/promptRegistry.ts
166
+ ╭─[ ../../libs/contracts/src/promptRegistry.ts:3:33 ]
167
+ │
168
+ 3 │ import { compareVersions } from 'compare-versions';
169
+  │ ─────────┬────────
170
+  │ ╰────────── Module not found, treating it as an external dependency
171
+  │
172
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
173
+ ───╯
174
+
175
+ ../../libs/contracts/src/migrations.ts (57:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/migrations.ts
176
+ ╭─[ ../../libs/contracts/src/migrations.ts:57:33 ]
177
+ │
178
+ 57 │ import { compareVersions } from 'compare-versions';
179
+  │ ─────────┬────────
180
+  │ ╰────────── Module not found, treating it as an external dependency
181
+  │
182
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
183
+ ────╯
184
+
185
+ ../../libs/contracts/src/examples/registry.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/examples/registry.ts
186
+ ╭─[ ../../libs/contracts/src/examples/registry.ts:1:33 ]
187
+ │
188
+ 1 │ import { compareVersions } from 'compare-versions';
189
+  │ ─────────┬────────
190
+  │ ╰────────── Module not found, treating it as an external dependency
191
+  │
192
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
193
+ ───╯
194
+
195
+ ../../libs/contracts/src/capabilities/capabilities.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/capabilities/capabilities.ts
196
+ ╭─[ ../../libs/contracts/src/capabilities/capabilities.ts:1:33 ]
197
+ │
198
+ 1 │ import { compareVersions } from 'compare-versions';
199
+  │ ─────────┬────────
200
+  │ ╰────────── Module not found, treating it as an external dependency
201
+  │
202
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
203
+ ───╯
204
+
205
+ ../../libs/contracts/src/telemetry/spec.ts (93:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/telemetry/spec.ts
206
+ ╭─[ ../../libs/contracts/src/telemetry/spec.ts:93:33 ]
207
+ │
208
+ 93 │ import { compareVersions } from 'compare-versions';
209
+  │ ─────────┬────────
210
+  │ ╰────────── Module not found, treating it as an external dependency
211
+  │
212
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
213
+ ────╯
214
+
215
+ ../../libs/contracts/src/tests/spec.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/tests/spec.ts
216
+ ╭─[ ../../libs/contracts/src/tests/spec.ts:1:33 ]
217
+ │
218
+ 1 │ import { compareVersions } from 'compare-versions';
219
+  │ ─────────┬────────
220
+  │ ╰────────── Module not found, treating it as an external dependency
221
+  │
222
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
223
+ ───╯
224
+
225
+ ../../libs/contracts/src/tests/runner.ts (1:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'assert' in ../../libs/contracts/src/tests/runner.ts
226
+ ╭─[ ../../libs/contracts/src/tests/runner.ts:1:33 ]
227
+ │
228
+ 1 │ import { deepStrictEqual } from 'assert';
229
+  │ ────┬───
230
+  │ ╰───── Module not found, treating it as an external dependency
231
+  │
232
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
233
+ ───╯
234
+
235
+ ../../libs/contracts/src/workflow/runner.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in ../../libs/contracts/src/workflow/runner.ts
236
+ ╭─[ ../../libs/contracts/src/workflow/runner.ts:1:28 ]
237
+ │
238
+ 1 │ import { randomUUID } from 'node:crypto';
239
+  │ ──────┬──────
240
+  │ ╰──────── Module not found, treating it as an external dependency
241
+  │
242
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
243
+ ───╯
244
+
245
+ ../../libs/contracts/src/telemetry/tracker.ts (1:27) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in ../../libs/contracts/src/telemetry/tracker.ts
246
+ ╭─[ ../../libs/contracts/src/telemetry/tracker.ts:1:28 ]
247
+ │
248
+ 1 │ import { randomUUID } from 'crypto';
249
+  │ ────┬───
250
+  │ ╰───── Module not found, treating it as an external dependency
251
+  │
252
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
253
+ ───╯
254
+
255
+ ../../libs/contracts/src/forms/forms.ts (202:32) [UNRESOLVED_IMPORT] Warning: Could not resolve 'compare-versions' in ../../libs/contracts/src/forms/forms.ts
256
+ ╭─[ ../../libs/contracts/src/forms/forms.ts:202:33 ]
257
+ │
258
+ 202 │ import { compareVersions } from 'compare-versions';
259
+  │ ─────────┬────────
260
+  │ ╰────────── Module not found, treating it as an external dependency
261
+  │
262
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
263
+ ─────╯
264
+
265
+ ../../libs/contracts/src/presentations/transform-engine.ts (4:28) [UNRESOLVED_IMPORT] Warning: Could not resolve 'turndown' in ../../libs/contracts/src/presentations/transform-engine.ts
266
+ ╭─[ ../../libs/contracts/src/presentations/transform-engine.ts:4:29 ]
267
+ │
268
+ 4 │ import TurndownService from 'turndown';
269
+  │ ─────┬────
270
+  │ ╰────── Module not found, treating it as an external dependency
271
+  │
272
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
273
+ ───╯
274
+
275
+ ../../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
276
+ ╭─[ ../../libs/contracts/src/integrations/secrets/provider.ts:1:24 ]
277
+ │
278
+ 1 │ import { Buffer } from 'node:buffer';
279
+  │ ──────┬──────
280
+  │ ╰──────── Module not found, treating it as an external dependency
281
+  │
282
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
283
+ ───╯
284
+
285
+ ../../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
286
+ ╭─[ ../../libs/contracts/src/server/mcp/registerResources.ts:5:24 ]
287
+ │
288
+ 5 │ import { Buffer } from 'node:buffer';
289
+  │ ──────┬──────
290
+  │ ╰──────── Module not found, treating it as an external dependency
291
+  │
292
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
293
+ ───╯
294
+
295
+ ✔ Build complete in 8894ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @contractspec/example.personalization
2
2
 
3
+ ## 1.46.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7e21625: feat: library services (landing page & api)
8
+ - Updated dependencies [7e21625]
9
+ - @contractspec/lib.workflow-composer@1.46.2
10
+ - @contractspec/lib.personalization@1.46.2
11
+ - @contractspec/lib.overlay-engine@1.46.2
12
+ - @contractspec/lib.contracts@1.46.2
13
+ - @contractspec/lib.logger@1.46.2
14
+
15
+ ## 1.46.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 2d8a72b: fix: mcp for presentation
20
+ - Updated dependencies [2d8a72b]
21
+ - @contractspec/lib.workflow-composer@1.46.1
22
+ - @contractspec/lib.personalization@1.46.1
23
+ - @contractspec/lib.overlay-engine@1.46.1
24
+ - @contractspec/lib.contracts@1.46.1
25
+ - @contractspec/lib.logger@1.46.1
26
+
3
27
  ## 1.46.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.personalization",
3
- "version": "1.46.0",
3
+ "version": "1.46.2",
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.46.0",
33
- "@contractspec/lib.overlay-engine": "1.46.0",
34
- "@contractspec/lib.workflow-composer": "1.46.0",
35
- "@contractspec/lib.contracts": "1.46.0",
36
- "@contractspec/lib.logger": "1.46.0"
32
+ "@contractspec/lib.personalization": "1.46.2",
33
+ "@contractspec/lib.overlay-engine": "1.46.2",
34
+ "@contractspec/lib.workflow-composer": "1.46.2",
35
+ "@contractspec/lib.contracts": "1.46.2",
36
+ "@contractspec/lib.logger": "1.46.2"
37
37
  },
38
38
  "devDependencies": {
39
- "@contractspec/tool.tsdown": "1.46.0",
40
- "@contractspec/tool.typescript": "1.46.0",
39
+ "@contractspec/tool.tsdown": "1.46.2",
40
+ "@contractspec/tool.typescript": "1.46.2",
41
41
  "tsdown": "^0.18.3",
42
42
  "typescript": "^5.9.3"
43
43
  },