@contractspec/lib.example-shared-ui 1.13.0 → 1.15.0

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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=23
6
- Bundled 23 modules in 31ms
6
+ Bundled 23 modules in 40ms
7
7
 
8
8
  ./EvolutionDashboard.js 31.40 KB (entry point)
9
9
  ./index.js 120.97 KB (entry point)
@@ -30,7 +30,7 @@ Bundled 23 modules in 31ms
30
30
  lib/runtime-context.js 430 bytes (entry point)
31
31
 
32
32
  [contractspec-bun-build] transpile target=node root=src entries=23
33
- Bundled 23 modules in 40ms
33
+ Bundled 23 modules in 48ms
34
34
 
35
35
  ./EvolutionDashboard.js 31.38 KB (entry point)
36
36
  ./index.js 120.91 KB (entry point)
@@ -57,7 +57,7 @@ Bundled 23 modules in 40ms
57
57
  lib/runtime-context.js 422 bytes (entry point)
58
58
 
59
59
  [contractspec-bun-build] transpile target=browser root=src entries=23
60
- Bundled 23 modules in 27ms
60
+ Bundled 23 modules in 49ms
61
61
 
62
62
  ./EvolutionDashboard.js 31.38 KB (entry point)
63
63
  ./index.js 120.91 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @contractspec/lib.example-shared-ui
2
2
 
3
+ ## 1.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 374fd71: fix: publishing
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [374fd71]
12
+ - @contractspec/lib.design-system@1.61.0
13
+ - @contractspec/lib.ui-kit-web@1.61.0
14
+ - @contractspec/lib.contracts@1.61.0
15
+
16
+ ## 1.14.0
17
+
18
+ ### Minor Changes
19
+
20
+ - fix: publish with bun
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @contractspec/lib.design-system@1.60.0
26
+ - @contractspec/lib.ui-kit-web@1.60.0
27
+ - @contractspec/lib.contracts@1.60.0
28
+
3
29
  ## 1.13.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,33 +1,183 @@
1
1
  {
2
2
  "name": "@contractspec/lib.example-shared-ui",
3
- "version": "1.13.0",
3
+ "version": "1.15.0",
4
4
  "type": "module",
5
5
  "exports": {
6
- ".": "./src/index.ts",
7
- "./EvolutionDashboard": "./src/EvolutionDashboard.tsx",
8
- "./EvolutionSidebar": "./src/EvolutionSidebar.tsx",
9
- "./hooks": "./src/hooks/index.ts",
10
- "./hooks/index": "./src/hooks/index.ts",
11
- "./hooks/useBehaviorTracking": "./src/hooks/useBehaviorTracking.ts",
12
- "./hooks/useEvolution": "./src/hooks/useEvolution.ts",
13
- "./hooks/useRegistryTemplates": "./src/hooks/useRegistryTemplates.ts",
14
- "./hooks/useSpecContent": "./src/hooks/useSpecContent.ts",
15
- "./hooks/useWorkflowComposer": "./src/hooks/useWorkflowComposer.ts",
16
- "./lib/component-registry": "./src/lib/component-registry.tsx",
17
- "./lib/runtime-context": "./src/lib/runtime-context.tsx",
18
- "./lib/types": "./src/lib/types.ts",
19
- "./LocalDataIndicator": "./src/LocalDataIndicator.tsx",
20
- "./MarkdownView": "./src/MarkdownView.tsx",
21
- "./overlay-types": "./src/overlay-types.ts",
22
- "./OverlayContextProvider": "./src/OverlayContextProvider.tsx",
23
- "./PersonalizationInsights": "./src/PersonalizationInsights.tsx",
24
- "./SaveToStudioButton": "./src/SaveToStudioButton.tsx",
25
- "./SpecEditorPanel": "./src/SpecEditorPanel.tsx",
26
- "./TemplateShell": "./src/TemplateShell.tsx",
27
- "./utils": "./src/utils/index.ts",
28
- "./utils/fetchPresentationData": "./src/utils/fetchPresentationData.ts",
29
- "./utils/generateSpecFromTemplate": "./src/utils/generateSpecFromTemplate.ts",
30
- "./utils/index": "./src/utils/index.ts"
6
+ ".": {
7
+ "types": "./dist/index.d.ts",
8
+ "bun": "./dist/index.js",
9
+ "node": "./dist/node/index.js",
10
+ "browser": "./dist/browser/index.js",
11
+ "default": "./dist/index.js"
12
+ },
13
+ "./EvolutionDashboard": {
14
+ "types": "./dist/EvolutionDashboard.d.ts",
15
+ "bun": "./dist/EvolutionDashboard.js",
16
+ "node": "./dist/node/EvolutionDashboard.js",
17
+ "browser": "./dist/browser/EvolutionDashboard.js",
18
+ "default": "./dist/EvolutionDashboard.js"
19
+ },
20
+ "./EvolutionSidebar": {
21
+ "types": "./dist/EvolutionSidebar.d.ts",
22
+ "bun": "./dist/EvolutionSidebar.js",
23
+ "node": "./dist/node/EvolutionSidebar.js",
24
+ "browser": "./dist/browser/EvolutionSidebar.js",
25
+ "default": "./dist/EvolutionSidebar.js"
26
+ },
27
+ "./hooks": {
28
+ "types": "./dist/hooks/index.d.ts",
29
+ "bun": "./dist/hooks/index.js",
30
+ "node": "./dist/node/hooks/index.js",
31
+ "browser": "./dist/browser/hooks/index.js",
32
+ "default": "./dist/hooks/index.js"
33
+ },
34
+ "./hooks/index": {
35
+ "types": "./dist/hooks/index.d.ts",
36
+ "bun": "./dist/hooks/index.js",
37
+ "node": "./dist/node/hooks/index.js",
38
+ "browser": "./dist/browser/hooks/index.js",
39
+ "default": "./dist/hooks/index.js"
40
+ },
41
+ "./hooks/useBehaviorTracking": {
42
+ "types": "./dist/hooks/useBehaviorTracking.d.ts",
43
+ "bun": "./dist/hooks/useBehaviorTracking.js",
44
+ "node": "./dist/node/hooks/useBehaviorTracking.js",
45
+ "browser": "./dist/browser/hooks/useBehaviorTracking.js",
46
+ "default": "./dist/hooks/useBehaviorTracking.js"
47
+ },
48
+ "./hooks/useEvolution": {
49
+ "types": "./dist/hooks/useEvolution.d.ts",
50
+ "bun": "./dist/hooks/useEvolution.js",
51
+ "node": "./dist/node/hooks/useEvolution.js",
52
+ "browser": "./dist/browser/hooks/useEvolution.js",
53
+ "default": "./dist/hooks/useEvolution.js"
54
+ },
55
+ "./hooks/useRegistryTemplates": {
56
+ "types": "./dist/hooks/useRegistryTemplates.d.ts",
57
+ "bun": "./dist/hooks/useRegistryTemplates.js",
58
+ "node": "./dist/node/hooks/useRegistryTemplates.js",
59
+ "browser": "./dist/browser/hooks/useRegistryTemplates.js",
60
+ "default": "./dist/hooks/useRegistryTemplates.js"
61
+ },
62
+ "./hooks/useSpecContent": {
63
+ "types": "./dist/hooks/useSpecContent.d.ts",
64
+ "bun": "./dist/hooks/useSpecContent.js",
65
+ "node": "./dist/node/hooks/useSpecContent.js",
66
+ "browser": "./dist/browser/hooks/useSpecContent.js",
67
+ "default": "./dist/hooks/useSpecContent.js"
68
+ },
69
+ "./hooks/useWorkflowComposer": {
70
+ "types": "./dist/hooks/useWorkflowComposer.d.ts",
71
+ "bun": "./dist/hooks/useWorkflowComposer.js",
72
+ "node": "./dist/node/hooks/useWorkflowComposer.js",
73
+ "browser": "./dist/browser/hooks/useWorkflowComposer.js",
74
+ "default": "./dist/hooks/useWorkflowComposer.js"
75
+ },
76
+ "./lib/component-registry": {
77
+ "types": "./dist/lib/component-registry.d.ts",
78
+ "bun": "./dist/lib/component-registry.js",
79
+ "node": "./dist/node/lib/component-registry.js",
80
+ "browser": "./dist/browser/lib/component-registry.js",
81
+ "default": "./dist/lib/component-registry.js"
82
+ },
83
+ "./lib/runtime-context": {
84
+ "types": "./dist/lib/runtime-context.d.ts",
85
+ "bun": "./dist/lib/runtime-context.js",
86
+ "node": "./dist/node/lib/runtime-context.js",
87
+ "browser": "./dist/browser/lib/runtime-context.js",
88
+ "default": "./dist/lib/runtime-context.js"
89
+ },
90
+ "./lib/types": {
91
+ "types": "./dist/lib/types.d.ts",
92
+ "bun": "./dist/lib/types.js",
93
+ "node": "./dist/node/lib/types.js",
94
+ "browser": "./dist/browser/lib/types.js",
95
+ "default": "./dist/lib/types.js"
96
+ },
97
+ "./LocalDataIndicator": {
98
+ "types": "./dist/LocalDataIndicator.d.ts",
99
+ "bun": "./dist/LocalDataIndicator.js",
100
+ "node": "./dist/node/LocalDataIndicator.js",
101
+ "browser": "./dist/browser/LocalDataIndicator.js",
102
+ "default": "./dist/LocalDataIndicator.js"
103
+ },
104
+ "./MarkdownView": {
105
+ "types": "./dist/MarkdownView.d.ts",
106
+ "bun": "./dist/MarkdownView.js",
107
+ "node": "./dist/node/MarkdownView.js",
108
+ "browser": "./dist/browser/MarkdownView.js",
109
+ "default": "./dist/MarkdownView.js"
110
+ },
111
+ "./overlay-types": {
112
+ "types": "./dist/overlay-types.d.ts",
113
+ "bun": "./dist/overlay-types.js",
114
+ "node": "./dist/node/overlay-types.js",
115
+ "browser": "./dist/browser/overlay-types.js",
116
+ "default": "./dist/overlay-types.js"
117
+ },
118
+ "./OverlayContextProvider": {
119
+ "types": "./dist/OverlayContextProvider.d.ts",
120
+ "bun": "./dist/OverlayContextProvider.js",
121
+ "node": "./dist/node/OverlayContextProvider.js",
122
+ "browser": "./dist/browser/OverlayContextProvider.js",
123
+ "default": "./dist/OverlayContextProvider.js"
124
+ },
125
+ "./PersonalizationInsights": {
126
+ "types": "./dist/PersonalizationInsights.d.ts",
127
+ "bun": "./dist/PersonalizationInsights.js",
128
+ "node": "./dist/node/PersonalizationInsights.js",
129
+ "browser": "./dist/browser/PersonalizationInsights.js",
130
+ "default": "./dist/PersonalizationInsights.js"
131
+ },
132
+ "./SaveToStudioButton": {
133
+ "types": "./dist/SaveToStudioButton.d.ts",
134
+ "bun": "./dist/SaveToStudioButton.js",
135
+ "node": "./dist/node/SaveToStudioButton.js",
136
+ "browser": "./dist/browser/SaveToStudioButton.js",
137
+ "default": "./dist/SaveToStudioButton.js"
138
+ },
139
+ "./SpecEditorPanel": {
140
+ "types": "./dist/SpecEditorPanel.d.ts",
141
+ "bun": "./dist/SpecEditorPanel.js",
142
+ "node": "./dist/node/SpecEditorPanel.js",
143
+ "browser": "./dist/browser/SpecEditorPanel.js",
144
+ "default": "./dist/SpecEditorPanel.js"
145
+ },
146
+ "./TemplateShell": {
147
+ "types": "./dist/TemplateShell.d.ts",
148
+ "bun": "./dist/TemplateShell.js",
149
+ "node": "./dist/node/TemplateShell.js",
150
+ "browser": "./dist/browser/TemplateShell.js",
151
+ "default": "./dist/TemplateShell.js"
152
+ },
153
+ "./utils": {
154
+ "types": "./dist/utils/index.d.ts",
155
+ "bun": "./dist/utils/index.js",
156
+ "node": "./dist/node/utils/index.js",
157
+ "browser": "./dist/browser/utils/index.js",
158
+ "default": "./dist/utils/index.js"
159
+ },
160
+ "./utils/fetchPresentationData": {
161
+ "types": "./dist/utils/fetchPresentationData.d.ts",
162
+ "bun": "./dist/utils/fetchPresentationData.js",
163
+ "node": "./dist/node/utils/fetchPresentationData.js",
164
+ "browser": "./dist/browser/utils/fetchPresentationData.js",
165
+ "default": "./dist/utils/fetchPresentationData.js"
166
+ },
167
+ "./utils/generateSpecFromTemplate": {
168
+ "types": "./dist/utils/generateSpecFromTemplate.d.ts",
169
+ "bun": "./dist/utils/generateSpecFromTemplate.js",
170
+ "node": "./dist/node/utils/generateSpecFromTemplate.js",
171
+ "browser": "./dist/browser/utils/generateSpecFromTemplate.js",
172
+ "default": "./dist/utils/generateSpecFromTemplate.js"
173
+ },
174
+ "./utils/index": {
175
+ "types": "./dist/utils/index.d.ts",
176
+ "bun": "./dist/utils/index.js",
177
+ "node": "./dist/node/utils/index.js",
178
+ "browser": "./dist/browser/utils/index.js",
179
+ "default": "./dist/utils/index.js"
180
+ }
31
181
  },
32
182
  "scripts": {
33
183
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
@@ -51,175 +201,175 @@
51
201
  ".": {
52
202
  "types": "./dist/index.d.ts",
53
203
  "bun": "./dist/index.js",
54
- "node": "./dist/node/index.mjs",
204
+ "node": "./dist/node/index.js",
55
205
  "browser": "./dist/browser/index.js",
56
206
  "default": "./dist/index.js"
57
207
  },
58
208
  "./EvolutionDashboard": {
59
209
  "types": "./dist/EvolutionDashboard.d.ts",
60
210
  "bun": "./dist/EvolutionDashboard.js",
61
- "node": "./dist/node/EvolutionDashboard.mjs",
211
+ "node": "./dist/node/EvolutionDashboard.js",
62
212
  "browser": "./dist/browser/EvolutionDashboard.js",
63
213
  "default": "./dist/EvolutionDashboard.js"
64
214
  },
65
215
  "./EvolutionSidebar": {
66
216
  "types": "./dist/EvolutionSidebar.d.ts",
67
217
  "bun": "./dist/EvolutionSidebar.js",
68
- "node": "./dist/node/EvolutionSidebar.mjs",
218
+ "node": "./dist/node/EvolutionSidebar.js",
69
219
  "browser": "./dist/browser/EvolutionSidebar.js",
70
220
  "default": "./dist/EvolutionSidebar.js"
71
221
  },
72
222
  "./hooks": {
73
223
  "types": "./dist/hooks/index.d.ts",
74
224
  "bun": "./dist/hooks/index.js",
75
- "node": "./dist/node/hooks/index.mjs",
225
+ "node": "./dist/node/hooks/index.js",
76
226
  "browser": "./dist/browser/hooks/index.js",
77
227
  "default": "./dist/hooks/index.js"
78
228
  },
79
229
  "./hooks/index": {
80
230
  "types": "./dist/hooks/index.d.ts",
81
231
  "bun": "./dist/hooks/index.js",
82
- "node": "./dist/node/hooks/index.mjs",
232
+ "node": "./dist/node/hooks/index.js",
83
233
  "browser": "./dist/browser/hooks/index.js",
84
234
  "default": "./dist/hooks/index.js"
85
235
  },
86
236
  "./hooks/useBehaviorTracking": {
87
237
  "types": "./dist/hooks/useBehaviorTracking.d.ts",
88
238
  "bun": "./dist/hooks/useBehaviorTracking.js",
89
- "node": "./dist/node/hooks/useBehaviorTracking.mjs",
239
+ "node": "./dist/node/hooks/useBehaviorTracking.js",
90
240
  "browser": "./dist/browser/hooks/useBehaviorTracking.js",
91
241
  "default": "./dist/hooks/useBehaviorTracking.js"
92
242
  },
93
243
  "./hooks/useEvolution": {
94
244
  "types": "./dist/hooks/useEvolution.d.ts",
95
245
  "bun": "./dist/hooks/useEvolution.js",
96
- "node": "./dist/node/hooks/useEvolution.mjs",
246
+ "node": "./dist/node/hooks/useEvolution.js",
97
247
  "browser": "./dist/browser/hooks/useEvolution.js",
98
248
  "default": "./dist/hooks/useEvolution.js"
99
249
  },
100
250
  "./hooks/useRegistryTemplates": {
101
251
  "types": "./dist/hooks/useRegistryTemplates.d.ts",
102
252
  "bun": "./dist/hooks/useRegistryTemplates.js",
103
- "node": "./dist/node/hooks/useRegistryTemplates.mjs",
253
+ "node": "./dist/node/hooks/useRegistryTemplates.js",
104
254
  "browser": "./dist/browser/hooks/useRegistryTemplates.js",
105
255
  "default": "./dist/hooks/useRegistryTemplates.js"
106
256
  },
107
257
  "./hooks/useSpecContent": {
108
258
  "types": "./dist/hooks/useSpecContent.d.ts",
109
259
  "bun": "./dist/hooks/useSpecContent.js",
110
- "node": "./dist/node/hooks/useSpecContent.mjs",
260
+ "node": "./dist/node/hooks/useSpecContent.js",
111
261
  "browser": "./dist/browser/hooks/useSpecContent.js",
112
262
  "default": "./dist/hooks/useSpecContent.js"
113
263
  },
114
264
  "./hooks/useWorkflowComposer": {
115
265
  "types": "./dist/hooks/useWorkflowComposer.d.ts",
116
266
  "bun": "./dist/hooks/useWorkflowComposer.js",
117
- "node": "./dist/node/hooks/useWorkflowComposer.mjs",
267
+ "node": "./dist/node/hooks/useWorkflowComposer.js",
118
268
  "browser": "./dist/browser/hooks/useWorkflowComposer.js",
119
269
  "default": "./dist/hooks/useWorkflowComposer.js"
120
270
  },
121
271
  "./lib/component-registry": {
122
272
  "types": "./dist/lib/component-registry.d.ts",
123
273
  "bun": "./dist/lib/component-registry.js",
124
- "node": "./dist/node/lib/component-registry.mjs",
274
+ "node": "./dist/node/lib/component-registry.js",
125
275
  "browser": "./dist/browser/lib/component-registry.js",
126
276
  "default": "./dist/lib/component-registry.js"
127
277
  },
128
278
  "./lib/runtime-context": {
129
279
  "types": "./dist/lib/runtime-context.d.ts",
130
280
  "bun": "./dist/lib/runtime-context.js",
131
- "node": "./dist/node/lib/runtime-context.mjs",
281
+ "node": "./dist/node/lib/runtime-context.js",
132
282
  "browser": "./dist/browser/lib/runtime-context.js",
133
283
  "default": "./dist/lib/runtime-context.js"
134
284
  },
135
285
  "./lib/types": {
136
286
  "types": "./dist/lib/types.d.ts",
137
287
  "bun": "./dist/lib/types.js",
138
- "node": "./dist/node/lib/types.mjs",
288
+ "node": "./dist/node/lib/types.js",
139
289
  "browser": "./dist/browser/lib/types.js",
140
290
  "default": "./dist/lib/types.js"
141
291
  },
142
292
  "./LocalDataIndicator": {
143
293
  "types": "./dist/LocalDataIndicator.d.ts",
144
294
  "bun": "./dist/LocalDataIndicator.js",
145
- "node": "./dist/node/LocalDataIndicator.mjs",
295
+ "node": "./dist/node/LocalDataIndicator.js",
146
296
  "browser": "./dist/browser/LocalDataIndicator.js",
147
297
  "default": "./dist/LocalDataIndicator.js"
148
298
  },
149
299
  "./MarkdownView": {
150
300
  "types": "./dist/MarkdownView.d.ts",
151
301
  "bun": "./dist/MarkdownView.js",
152
- "node": "./dist/node/MarkdownView.mjs",
302
+ "node": "./dist/node/MarkdownView.js",
153
303
  "browser": "./dist/browser/MarkdownView.js",
154
304
  "default": "./dist/MarkdownView.js"
155
305
  },
156
306
  "./overlay-types": {
157
307
  "types": "./dist/overlay-types.d.ts",
158
308
  "bun": "./dist/overlay-types.js",
159
- "node": "./dist/node/overlay-types.mjs",
309
+ "node": "./dist/node/overlay-types.js",
160
310
  "browser": "./dist/browser/overlay-types.js",
161
311
  "default": "./dist/overlay-types.js"
162
312
  },
163
313
  "./OverlayContextProvider": {
164
314
  "types": "./dist/OverlayContextProvider.d.ts",
165
315
  "bun": "./dist/OverlayContextProvider.js",
166
- "node": "./dist/node/OverlayContextProvider.mjs",
316
+ "node": "./dist/node/OverlayContextProvider.js",
167
317
  "browser": "./dist/browser/OverlayContextProvider.js",
168
318
  "default": "./dist/OverlayContextProvider.js"
169
319
  },
170
320
  "./PersonalizationInsights": {
171
321
  "types": "./dist/PersonalizationInsights.d.ts",
172
322
  "bun": "./dist/PersonalizationInsights.js",
173
- "node": "./dist/node/PersonalizationInsights.mjs",
323
+ "node": "./dist/node/PersonalizationInsights.js",
174
324
  "browser": "./dist/browser/PersonalizationInsights.js",
175
325
  "default": "./dist/PersonalizationInsights.js"
176
326
  },
177
327
  "./SaveToStudioButton": {
178
328
  "types": "./dist/SaveToStudioButton.d.ts",
179
329
  "bun": "./dist/SaveToStudioButton.js",
180
- "node": "./dist/node/SaveToStudioButton.mjs",
330
+ "node": "./dist/node/SaveToStudioButton.js",
181
331
  "browser": "./dist/browser/SaveToStudioButton.js",
182
332
  "default": "./dist/SaveToStudioButton.js"
183
333
  },
184
334
  "./SpecEditorPanel": {
185
335
  "types": "./dist/SpecEditorPanel.d.ts",
186
336
  "bun": "./dist/SpecEditorPanel.js",
187
- "node": "./dist/node/SpecEditorPanel.mjs",
337
+ "node": "./dist/node/SpecEditorPanel.js",
188
338
  "browser": "./dist/browser/SpecEditorPanel.js",
189
339
  "default": "./dist/SpecEditorPanel.js"
190
340
  },
191
341
  "./TemplateShell": {
192
342
  "types": "./dist/TemplateShell.d.ts",
193
343
  "bun": "./dist/TemplateShell.js",
194
- "node": "./dist/node/TemplateShell.mjs",
344
+ "node": "./dist/node/TemplateShell.js",
195
345
  "browser": "./dist/browser/TemplateShell.js",
196
346
  "default": "./dist/TemplateShell.js"
197
347
  },
198
348
  "./utils": {
199
349
  "types": "./dist/utils/index.d.ts",
200
350
  "bun": "./dist/utils/index.js",
201
- "node": "./dist/node/utils/index.mjs",
351
+ "node": "./dist/node/utils/index.js",
202
352
  "browser": "./dist/browser/utils/index.js",
203
353
  "default": "./dist/utils/index.js"
204
354
  },
205
355
  "./utils/fetchPresentationData": {
206
356
  "types": "./dist/utils/fetchPresentationData.d.ts",
207
357
  "bun": "./dist/utils/fetchPresentationData.js",
208
- "node": "./dist/node/utils/fetchPresentationData.mjs",
358
+ "node": "./dist/node/utils/fetchPresentationData.js",
209
359
  "browser": "./dist/browser/utils/fetchPresentationData.js",
210
360
  "default": "./dist/utils/fetchPresentationData.js"
211
361
  },
212
362
  "./utils/generateSpecFromTemplate": {
213
363
  "types": "./dist/utils/generateSpecFromTemplate.d.ts",
214
364
  "bun": "./dist/utils/generateSpecFromTemplate.js",
215
- "node": "./dist/node/utils/generateSpecFromTemplate.mjs",
365
+ "node": "./dist/node/utils/generateSpecFromTemplate.js",
216
366
  "browser": "./dist/browser/utils/generateSpecFromTemplate.js",
217
367
  "default": "./dist/utils/generateSpecFromTemplate.js"
218
368
  },
219
369
  "./utils/index": {
220
370
  "types": "./dist/utils/index.d.ts",
221
371
  "bun": "./dist/utils/index.js",
222
- "node": "./dist/node/utils/index.mjs",
372
+ "node": "./dist/node/utils/index.js",
223
373
  "browser": "./dist/browser/utils/index.js",
224
374
  "default": "./dist/utils/index.js"
225
375
  }
@@ -227,9 +377,9 @@
227
377
  },
228
378
  "dependencies": {
229
379
  "@apollo/client": "^4.1.4",
230
- "@contractspec/lib.contracts": "1.59.0",
231
- "@contractspec/lib.design-system": "1.59.0",
232
- "@contractspec/lib.ui-kit-web": "1.59.0",
380
+ "@contractspec/lib.contracts": "1.61.0",
381
+ "@contractspec/lib.design-system": "1.61.0",
382
+ "@contractspec/lib.ui-kit-web": "1.61.0",
233
383
  "@tanstack/react-query": "^5.90.16",
234
384
  "framer-motion": "^12.33.0",
235
385
  "lucide-react": "^0.563.0",
@@ -237,12 +387,12 @@
237
387
  "react-dom": "19.2.4"
238
388
  },
239
389
  "devDependencies": {
240
- "@contractspec/tool.typescript": "1.59.0",
390
+ "@contractspec/tool.typescript": "1.61.0",
241
391
  "@types/react": "^19.2.13",
242
392
  "@types/react-dom": "^19.2.2",
243
393
  "eslint": "^9.39.2",
244
394
  "typescript": "^5.9.3",
245
- "@contractspec/tool.bun": "1.58.0"
395
+ "@contractspec/tool.bun": "1.60.0"
246
396
  },
247
397
  "types": "./dist/index.d.ts"
248
398
  }