@contractspec/example.crm-pipeline 1.58.0 → 1.60.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=44
6
- Bundled 44 modules in 67ms
6
+ Bundled 44 modules in 51ms
7
7
 
8
8
  ./crm-pipeline.feature.js 2.29 KB (entry point)
9
9
  seeders/index.js 1.00 KB (entry point)
@@ -51,7 +51,7 @@ Bundled 44 modules in 67ms
51
51
  docs/crm-pipeline.docblock.js 4.42 KB (entry point)
52
52
 
53
53
  [contractspec-bun-build] transpile target=node root=src entries=44
54
- Bundled 44 modules in 77ms
54
+ Bundled 44 modules in 62ms
55
55
 
56
56
  ./crm-pipeline.feature.js 2.28 KB (entry point)
57
57
  seeders/index.js 0.99 KB (entry point)
@@ -99,7 +99,7 @@ Bundled 44 modules in 77ms
99
99
  docs/crm-pipeline.docblock.js 4.40 KB (entry point)
100
100
 
101
101
  [contractspec-bun-build] transpile target=browser root=src entries=44
102
- Bundled 44 modules in 68ms
102
+ Bundled 44 modules in 46ms
103
103
 
104
104
  ./crm-pipeline.feature.js 2.28 KB (entry point)
105
105
  seeders/index.js 0.99 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @contractspec/example.crm-pipeline
2
2
 
3
+ ## 1.60.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fix: publish with bun
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @contractspec/lib.example-shared-ui@1.14.0
13
+ - @contractspec/module.notifications@1.60.0
14
+ - @contractspec/lib.runtime-sandbox@0.15.0
15
+ - @contractspec/module.audit-trail@1.60.0
16
+ - @contractspec/lib.design-system@1.60.0
17
+ - @contractspec/lib.identity-rbac@1.60.0
18
+ - @contractspec/lib.ui-kit-web@1.60.0
19
+ - @contractspec/lib.contracts@1.60.0
20
+ - @contractspec/lib.schema@1.60.0
21
+
22
+ ## 1.59.0
23
+
24
+ ### Minor Changes
25
+
26
+ - 1a0cf44: fix: publishConfig not supported by bun
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [1a0cf44]
31
+ - @contractspec/lib.example-shared-ui@1.13.0
32
+ - @contractspec/module.notifications@1.59.0
33
+ - @contractspec/lib.runtime-sandbox@0.14.0
34
+ - @contractspec/module.audit-trail@1.59.0
35
+ - @contractspec/lib.design-system@1.59.0
36
+ - @contractspec/lib.identity-rbac@1.59.0
37
+ - @contractspec/lib.ui-kit-web@1.59.0
38
+ - @contractspec/lib.contracts@1.59.0
39
+ - @contractspec/lib.schema@1.59.0
40
+
3
41
  ## 1.58.0
4
42
 
5
43
  ### Minor Changes
package/package.json CHANGED
@@ -1,67 +1,409 @@
1
1
  {
2
2
  "name": "@contractspec/example.crm-pipeline",
3
- "version": "1.58.0",
3
+ "version": "1.60.0",
4
4
  "description": "CRM Pipeline - Contacts, Companies, Deals, Tasks",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
8
- ".": "./src/index.ts",
9
- "./crm-pipeline.feature": "./src/crm-pipeline.feature.ts",
10
- "./deal": "./src/deal/index.ts",
11
- "./deal/deal.enum": "./src/deal/deal.enum.ts",
12
- "./deal/deal.operation": "./src/deal/deal.operation.ts",
13
- "./deal/deal.schema": "./src/deal/deal.schema.ts",
14
- "./deal/deal.test-spec": "./src/deal/deal.test-spec.ts",
15
- "./deal/index": "./src/deal/index.ts",
16
- "./docs": "./src/docs/index.ts",
17
- "./docs/crm-pipeline.docblock": "./src/docs/crm-pipeline.docblock.ts",
18
- "./docs/index": "./src/docs/index.ts",
19
- "./entities": "./src/entities/index.ts",
20
- "./entities/company.entity": "./src/entities/company.entity.ts",
21
- "./entities/contact.entity": "./src/entities/contact.entity.ts",
22
- "./entities/deal.entity": "./src/entities/deal.entity.ts",
23
- "./entities/index": "./src/entities/index.ts",
24
- "./entities/task.entity": "./src/entities/task.entity.ts",
25
- "./events": "./src/events/index.ts",
26
- "./events/contact.event": "./src/events/contact.event.ts",
27
- "./events/deal.event": "./src/events/deal.event.ts",
28
- "./events/index": "./src/events/index.ts",
29
- "./events/task.event": "./src/events/task.event.ts",
30
- "./example": "./src/example.ts",
31
- "./handlers": "./src/handlers/index.ts",
32
- "./handlers/crm.handlers": "./src/handlers/crm.handlers.ts",
33
- "./handlers/deal.handlers": "./src/handlers/deal.handlers.ts",
34
- "./handlers/index": "./src/handlers/index.ts",
35
- "./handlers/mock-data": "./src/handlers/mock-data.ts",
36
- "./operations": "./src/operations/index.ts",
37
- "./operations/index": "./src/operations/index.ts",
38
- "./presentations": "./src/presentations/index.ts",
39
- "./presentations/dashboard.presentation": "./src/presentations/dashboard.presentation.ts",
40
- "./presentations/index": "./src/presentations/index.ts",
41
- "./presentations/pipeline.presentation": "./src/presentations/pipeline.presentation.ts",
42
- "./seeders": "./src/seeders/index.ts",
43
- "./seeders/index": "./src/seeders/index.ts",
44
- "./shared/overlay-types": "./src/shared/overlay-types.ts",
45
- "./ui": "./src/ui/index.ts",
46
- "./ui/CrmDashboard": "./src/ui/CrmDashboard.tsx",
47
- "./ui/CrmDealCard": "./src/ui/CrmDealCard.tsx",
48
- "./ui/CrmPipelineBoard": "./src/ui/CrmPipelineBoard.tsx",
49
- "./ui/hooks": "./src/ui/hooks/index.ts",
50
- "./ui/hooks/index": "./src/ui/hooks/index.ts",
51
- "./ui/hooks/useDealList": "./src/ui/hooks/useDealList.ts",
52
- "./ui/hooks/useDealMutations": "./src/ui/hooks/useDealMutations.ts",
53
- "./ui/index": "./src/ui/index.ts",
54
- "./ui/modals": "./src/ui/modals/index.ts",
55
- "./ui/modals/CreateDealModal": "./src/ui/modals/CreateDealModal.tsx",
56
- "./ui/modals/DealActionsModal": "./src/ui/modals/DealActionsModal.tsx",
57
- "./ui/modals/index": "./src/ui/modals/index.ts",
58
- "./ui/overlays": "./src/ui/overlays/index.ts",
59
- "./ui/overlays/demo-overlays": "./src/ui/overlays/demo-overlays.ts",
60
- "./ui/overlays/index": "./src/ui/overlays/index.ts",
61
- "./ui/renderers": "./src/ui/renderers/index.ts",
62
- "./ui/renderers/index": "./src/ui/renderers/index.ts",
63
- "./ui/renderers/pipeline.markdown": "./src/ui/renderers/pipeline.markdown.ts",
64
- "./ui/renderers/pipeline.renderer": "./src/ui/renderers/pipeline.renderer.tsx"
8
+ ".": {
9
+ "types": "./dist/index.d.ts",
10
+ "bun": "./dist/index.js",
11
+ "node": "./dist/node/index.mjs",
12
+ "browser": "./dist/browser/index.js",
13
+ "default": "./dist/index.js"
14
+ },
15
+ "./crm-pipeline.feature": {
16
+ "types": "./dist/crm-pipeline.feature.d.ts",
17
+ "bun": "./dist/crm-pipeline.feature.js",
18
+ "node": "./dist/node/crm-pipeline.feature.mjs",
19
+ "browser": "./dist/browser/crm-pipeline.feature.js",
20
+ "default": "./dist/crm-pipeline.feature.js"
21
+ },
22
+ "./deal": {
23
+ "types": "./dist/deal/index.d.ts",
24
+ "bun": "./dist/deal/index.js",
25
+ "node": "./dist/node/deal/index.mjs",
26
+ "browser": "./dist/browser/deal/index.js",
27
+ "default": "./dist/deal/index.js"
28
+ },
29
+ "./deal/deal.enum": {
30
+ "types": "./dist/deal/deal.enum.d.ts",
31
+ "bun": "./dist/deal/deal.enum.js",
32
+ "node": "./dist/node/deal/deal.enum.mjs",
33
+ "browser": "./dist/browser/deal/deal.enum.js",
34
+ "default": "./dist/deal/deal.enum.js"
35
+ },
36
+ "./deal/deal.operation": {
37
+ "types": "./dist/deal/deal.operation.d.ts",
38
+ "bun": "./dist/deal/deal.operation.js",
39
+ "node": "./dist/node/deal/deal.operation.mjs",
40
+ "browser": "./dist/browser/deal/deal.operation.js",
41
+ "default": "./dist/deal/deal.operation.js"
42
+ },
43
+ "./deal/deal.schema": {
44
+ "types": "./dist/deal/deal.schema.d.ts",
45
+ "bun": "./dist/deal/deal.schema.js",
46
+ "node": "./dist/node/deal/deal.schema.mjs",
47
+ "browser": "./dist/browser/deal/deal.schema.js",
48
+ "default": "./dist/deal/deal.schema.js"
49
+ },
50
+ "./deal/deal.test-spec": {
51
+ "types": "./dist/deal/deal.test-spec.d.ts",
52
+ "bun": "./dist/deal/deal.test-spec.js",
53
+ "node": "./dist/node/deal/deal.test-spec.mjs",
54
+ "browser": "./dist/browser/deal/deal.test-spec.js",
55
+ "default": "./dist/deal/deal.test-spec.js"
56
+ },
57
+ "./deal/index": {
58
+ "types": "./dist/deal/index.d.ts",
59
+ "bun": "./dist/deal/index.js",
60
+ "node": "./dist/node/deal/index.mjs",
61
+ "browser": "./dist/browser/deal/index.js",
62
+ "default": "./dist/deal/index.js"
63
+ },
64
+ "./docs": {
65
+ "types": "./dist/docs/index.d.ts",
66
+ "bun": "./dist/docs/index.js",
67
+ "node": "./dist/node/docs/index.mjs",
68
+ "browser": "./dist/browser/docs/index.js",
69
+ "default": "./dist/docs/index.js"
70
+ },
71
+ "./docs/crm-pipeline.docblock": {
72
+ "types": "./dist/docs/crm-pipeline.docblock.d.ts",
73
+ "bun": "./dist/docs/crm-pipeline.docblock.js",
74
+ "node": "./dist/node/docs/crm-pipeline.docblock.mjs",
75
+ "browser": "./dist/browser/docs/crm-pipeline.docblock.js",
76
+ "default": "./dist/docs/crm-pipeline.docblock.js"
77
+ },
78
+ "./docs/index": {
79
+ "types": "./dist/docs/index.d.ts",
80
+ "bun": "./dist/docs/index.js",
81
+ "node": "./dist/node/docs/index.mjs",
82
+ "browser": "./dist/browser/docs/index.js",
83
+ "default": "./dist/docs/index.js"
84
+ },
85
+ "./entities": {
86
+ "types": "./dist/entities/index.d.ts",
87
+ "bun": "./dist/entities/index.js",
88
+ "node": "./dist/node/entities/index.mjs",
89
+ "browser": "./dist/browser/entities/index.js",
90
+ "default": "./dist/entities/index.js"
91
+ },
92
+ "./entities/company.entity": {
93
+ "types": "./dist/entities/company.entity.d.ts",
94
+ "bun": "./dist/entities/company.entity.js",
95
+ "node": "./dist/node/entities/company.entity.mjs",
96
+ "browser": "./dist/browser/entities/company.entity.js",
97
+ "default": "./dist/entities/company.entity.js"
98
+ },
99
+ "./entities/contact.entity": {
100
+ "types": "./dist/entities/contact.entity.d.ts",
101
+ "bun": "./dist/entities/contact.entity.js",
102
+ "node": "./dist/node/entities/contact.entity.mjs",
103
+ "browser": "./dist/browser/entities/contact.entity.js",
104
+ "default": "./dist/entities/contact.entity.js"
105
+ },
106
+ "./entities/deal.entity": {
107
+ "types": "./dist/entities/deal.entity.d.ts",
108
+ "bun": "./dist/entities/deal.entity.js",
109
+ "node": "./dist/node/entities/deal.entity.mjs",
110
+ "browser": "./dist/browser/entities/deal.entity.js",
111
+ "default": "./dist/entities/deal.entity.js"
112
+ },
113
+ "./entities/index": {
114
+ "types": "./dist/entities/index.d.ts",
115
+ "bun": "./dist/entities/index.js",
116
+ "node": "./dist/node/entities/index.mjs",
117
+ "browser": "./dist/browser/entities/index.js",
118
+ "default": "./dist/entities/index.js"
119
+ },
120
+ "./entities/task.entity": {
121
+ "types": "./dist/entities/task.entity.d.ts",
122
+ "bun": "./dist/entities/task.entity.js",
123
+ "node": "./dist/node/entities/task.entity.mjs",
124
+ "browser": "./dist/browser/entities/task.entity.js",
125
+ "default": "./dist/entities/task.entity.js"
126
+ },
127
+ "./events": {
128
+ "types": "./dist/events/index.d.ts",
129
+ "bun": "./dist/events/index.js",
130
+ "node": "./dist/node/events/index.mjs",
131
+ "browser": "./dist/browser/events/index.js",
132
+ "default": "./dist/events/index.js"
133
+ },
134
+ "./events/contact.event": {
135
+ "types": "./dist/events/contact.event.d.ts",
136
+ "bun": "./dist/events/contact.event.js",
137
+ "node": "./dist/node/events/contact.event.mjs",
138
+ "browser": "./dist/browser/events/contact.event.js",
139
+ "default": "./dist/events/contact.event.js"
140
+ },
141
+ "./events/deal.event": {
142
+ "types": "./dist/events/deal.event.d.ts",
143
+ "bun": "./dist/events/deal.event.js",
144
+ "node": "./dist/node/events/deal.event.mjs",
145
+ "browser": "./dist/browser/events/deal.event.js",
146
+ "default": "./dist/events/deal.event.js"
147
+ },
148
+ "./events/index": {
149
+ "types": "./dist/events/index.d.ts",
150
+ "bun": "./dist/events/index.js",
151
+ "node": "./dist/node/events/index.mjs",
152
+ "browser": "./dist/browser/events/index.js",
153
+ "default": "./dist/events/index.js"
154
+ },
155
+ "./events/task.event": {
156
+ "types": "./dist/events/task.event.d.ts",
157
+ "bun": "./dist/events/task.event.js",
158
+ "node": "./dist/node/events/task.event.mjs",
159
+ "browser": "./dist/browser/events/task.event.js",
160
+ "default": "./dist/events/task.event.js"
161
+ },
162
+ "./example": {
163
+ "types": "./dist/example.d.ts",
164
+ "bun": "./dist/example.js",
165
+ "node": "./dist/node/example.mjs",
166
+ "browser": "./dist/browser/example.js",
167
+ "default": "./dist/example.js"
168
+ },
169
+ "./handlers": {
170
+ "types": "./dist/handlers/index.d.ts",
171
+ "bun": "./dist/handlers/index.js",
172
+ "node": "./dist/node/handlers/index.mjs",
173
+ "browser": "./dist/browser/handlers/index.js",
174
+ "default": "./dist/handlers/index.js"
175
+ },
176
+ "./handlers/crm.handlers": {
177
+ "types": "./dist/handlers/crm.handlers.d.ts",
178
+ "bun": "./dist/handlers/crm.handlers.js",
179
+ "node": "./dist/node/handlers/crm.handlers.mjs",
180
+ "browser": "./dist/browser/handlers/crm.handlers.js",
181
+ "default": "./dist/handlers/crm.handlers.js"
182
+ },
183
+ "./handlers/deal.handlers": {
184
+ "types": "./dist/handlers/deal.handlers.d.ts",
185
+ "bun": "./dist/handlers/deal.handlers.js",
186
+ "node": "./dist/node/handlers/deal.handlers.mjs",
187
+ "browser": "./dist/browser/handlers/deal.handlers.js",
188
+ "default": "./dist/handlers/deal.handlers.js"
189
+ },
190
+ "./handlers/index": {
191
+ "types": "./dist/handlers/index.d.ts",
192
+ "bun": "./dist/handlers/index.js",
193
+ "node": "./dist/node/handlers/index.mjs",
194
+ "browser": "./dist/browser/handlers/index.js",
195
+ "default": "./dist/handlers/index.js"
196
+ },
197
+ "./handlers/mock-data": {
198
+ "types": "./dist/handlers/mock-data.d.ts",
199
+ "bun": "./dist/handlers/mock-data.js",
200
+ "node": "./dist/node/handlers/mock-data.mjs",
201
+ "browser": "./dist/browser/handlers/mock-data.js",
202
+ "default": "./dist/handlers/mock-data.js"
203
+ },
204
+ "./operations": {
205
+ "types": "./dist/operations/index.d.ts",
206
+ "bun": "./dist/operations/index.js",
207
+ "node": "./dist/node/operations/index.mjs",
208
+ "browser": "./dist/browser/operations/index.js",
209
+ "default": "./dist/operations/index.js"
210
+ },
211
+ "./operations/index": {
212
+ "types": "./dist/operations/index.d.ts",
213
+ "bun": "./dist/operations/index.js",
214
+ "node": "./dist/node/operations/index.mjs",
215
+ "browser": "./dist/browser/operations/index.js",
216
+ "default": "./dist/operations/index.js"
217
+ },
218
+ "./presentations": {
219
+ "types": "./dist/presentations/index.d.ts",
220
+ "bun": "./dist/presentations/index.js",
221
+ "node": "./dist/node/presentations/index.mjs",
222
+ "browser": "./dist/browser/presentations/index.js",
223
+ "default": "./dist/presentations/index.js"
224
+ },
225
+ "./presentations/dashboard.presentation": {
226
+ "types": "./dist/presentations/dashboard.presentation.d.ts",
227
+ "bun": "./dist/presentations/dashboard.presentation.js",
228
+ "node": "./dist/node/presentations/dashboard.presentation.mjs",
229
+ "browser": "./dist/browser/presentations/dashboard.presentation.js",
230
+ "default": "./dist/presentations/dashboard.presentation.js"
231
+ },
232
+ "./presentations/index": {
233
+ "types": "./dist/presentations/index.d.ts",
234
+ "bun": "./dist/presentations/index.js",
235
+ "node": "./dist/node/presentations/index.mjs",
236
+ "browser": "./dist/browser/presentations/index.js",
237
+ "default": "./dist/presentations/index.js"
238
+ },
239
+ "./presentations/pipeline.presentation": {
240
+ "types": "./dist/presentations/pipeline.presentation.d.ts",
241
+ "bun": "./dist/presentations/pipeline.presentation.js",
242
+ "node": "./dist/node/presentations/pipeline.presentation.mjs",
243
+ "browser": "./dist/browser/presentations/pipeline.presentation.js",
244
+ "default": "./dist/presentations/pipeline.presentation.js"
245
+ },
246
+ "./seeders": {
247
+ "types": "./dist/seeders/index.d.ts",
248
+ "bun": "./dist/seeders/index.js",
249
+ "node": "./dist/node/seeders/index.mjs",
250
+ "browser": "./dist/browser/seeders/index.js",
251
+ "default": "./dist/seeders/index.js"
252
+ },
253
+ "./seeders/index": {
254
+ "types": "./dist/seeders/index.d.ts",
255
+ "bun": "./dist/seeders/index.js",
256
+ "node": "./dist/node/seeders/index.mjs",
257
+ "browser": "./dist/browser/seeders/index.js",
258
+ "default": "./dist/seeders/index.js"
259
+ },
260
+ "./shared/overlay-types": {
261
+ "types": "./dist/shared/overlay-types.d.ts",
262
+ "bun": "./dist/shared/overlay-types.js",
263
+ "node": "./dist/node/shared/overlay-types.mjs",
264
+ "browser": "./dist/browser/shared/overlay-types.js",
265
+ "default": "./dist/shared/overlay-types.js"
266
+ },
267
+ "./ui": {
268
+ "types": "./dist/ui/index.d.ts",
269
+ "bun": "./dist/ui/index.js",
270
+ "node": "./dist/node/ui/index.mjs",
271
+ "browser": "./dist/browser/ui/index.js",
272
+ "default": "./dist/ui/index.js"
273
+ },
274
+ "./ui/CrmDashboard": {
275
+ "types": "./dist/ui/CrmDashboard.d.ts",
276
+ "bun": "./dist/ui/CrmDashboard.js",
277
+ "node": "./dist/node/ui/CrmDashboard.mjs",
278
+ "browser": "./dist/browser/ui/CrmDashboard.js",
279
+ "default": "./dist/ui/CrmDashboard.js"
280
+ },
281
+ "./ui/CrmDealCard": {
282
+ "types": "./dist/ui/CrmDealCard.d.ts",
283
+ "bun": "./dist/ui/CrmDealCard.js",
284
+ "node": "./dist/node/ui/CrmDealCard.mjs",
285
+ "browser": "./dist/browser/ui/CrmDealCard.js",
286
+ "default": "./dist/ui/CrmDealCard.js"
287
+ },
288
+ "./ui/CrmPipelineBoard": {
289
+ "types": "./dist/ui/CrmPipelineBoard.d.ts",
290
+ "bun": "./dist/ui/CrmPipelineBoard.js",
291
+ "node": "./dist/node/ui/CrmPipelineBoard.mjs",
292
+ "browser": "./dist/browser/ui/CrmPipelineBoard.js",
293
+ "default": "./dist/ui/CrmPipelineBoard.js"
294
+ },
295
+ "./ui/hooks": {
296
+ "types": "./dist/ui/hooks/index.d.ts",
297
+ "bun": "./dist/ui/hooks/index.js",
298
+ "node": "./dist/node/ui/hooks/index.mjs",
299
+ "browser": "./dist/browser/ui/hooks/index.js",
300
+ "default": "./dist/ui/hooks/index.js"
301
+ },
302
+ "./ui/hooks/index": {
303
+ "types": "./dist/ui/hooks/index.d.ts",
304
+ "bun": "./dist/ui/hooks/index.js",
305
+ "node": "./dist/node/ui/hooks/index.mjs",
306
+ "browser": "./dist/browser/ui/hooks/index.js",
307
+ "default": "./dist/ui/hooks/index.js"
308
+ },
309
+ "./ui/hooks/useDealList": {
310
+ "types": "./dist/ui/hooks/useDealList.d.ts",
311
+ "bun": "./dist/ui/hooks/useDealList.js",
312
+ "node": "./dist/node/ui/hooks/useDealList.mjs",
313
+ "browser": "./dist/browser/ui/hooks/useDealList.js",
314
+ "default": "./dist/ui/hooks/useDealList.js"
315
+ },
316
+ "./ui/hooks/useDealMutations": {
317
+ "types": "./dist/ui/hooks/useDealMutations.d.ts",
318
+ "bun": "./dist/ui/hooks/useDealMutations.js",
319
+ "node": "./dist/node/ui/hooks/useDealMutations.mjs",
320
+ "browser": "./dist/browser/ui/hooks/useDealMutations.js",
321
+ "default": "./dist/ui/hooks/useDealMutations.js"
322
+ },
323
+ "./ui/index": {
324
+ "types": "./dist/ui/index.d.ts",
325
+ "bun": "./dist/ui/index.js",
326
+ "node": "./dist/node/ui/index.mjs",
327
+ "browser": "./dist/browser/ui/index.js",
328
+ "default": "./dist/ui/index.js"
329
+ },
330
+ "./ui/modals": {
331
+ "types": "./dist/ui/modals/index.d.ts",
332
+ "bun": "./dist/ui/modals/index.js",
333
+ "node": "./dist/node/ui/modals/index.mjs",
334
+ "browser": "./dist/browser/ui/modals/index.js",
335
+ "default": "./dist/ui/modals/index.js"
336
+ },
337
+ "./ui/modals/CreateDealModal": {
338
+ "types": "./dist/ui/modals/CreateDealModal.d.ts",
339
+ "bun": "./dist/ui/modals/CreateDealModal.js",
340
+ "node": "./dist/node/ui/modals/CreateDealModal.mjs",
341
+ "browser": "./dist/browser/ui/modals/CreateDealModal.js",
342
+ "default": "./dist/ui/modals/CreateDealModal.js"
343
+ },
344
+ "./ui/modals/DealActionsModal": {
345
+ "types": "./dist/ui/modals/DealActionsModal.d.ts",
346
+ "bun": "./dist/ui/modals/DealActionsModal.js",
347
+ "node": "./dist/node/ui/modals/DealActionsModal.mjs",
348
+ "browser": "./dist/browser/ui/modals/DealActionsModal.js",
349
+ "default": "./dist/ui/modals/DealActionsModal.js"
350
+ },
351
+ "./ui/modals/index": {
352
+ "types": "./dist/ui/modals/index.d.ts",
353
+ "bun": "./dist/ui/modals/index.js",
354
+ "node": "./dist/node/ui/modals/index.mjs",
355
+ "browser": "./dist/browser/ui/modals/index.js",
356
+ "default": "./dist/ui/modals/index.js"
357
+ },
358
+ "./ui/overlays": {
359
+ "types": "./dist/ui/overlays/index.d.ts",
360
+ "bun": "./dist/ui/overlays/index.js",
361
+ "node": "./dist/node/ui/overlays/index.mjs",
362
+ "browser": "./dist/browser/ui/overlays/index.js",
363
+ "default": "./dist/ui/overlays/index.js"
364
+ },
365
+ "./ui/overlays/demo-overlays": {
366
+ "types": "./dist/ui/overlays/demo-overlays.d.ts",
367
+ "bun": "./dist/ui/overlays/demo-overlays.js",
368
+ "node": "./dist/node/ui/overlays/demo-overlays.mjs",
369
+ "browser": "./dist/browser/ui/overlays/demo-overlays.js",
370
+ "default": "./dist/ui/overlays/demo-overlays.js"
371
+ },
372
+ "./ui/overlays/index": {
373
+ "types": "./dist/ui/overlays/index.d.ts",
374
+ "bun": "./dist/ui/overlays/index.js",
375
+ "node": "./dist/node/ui/overlays/index.mjs",
376
+ "browser": "./dist/browser/ui/overlays/index.js",
377
+ "default": "./dist/ui/overlays/index.js"
378
+ },
379
+ "./ui/renderers": {
380
+ "types": "./dist/ui/renderers/index.d.ts",
381
+ "bun": "./dist/ui/renderers/index.js",
382
+ "node": "./dist/node/ui/renderers/index.mjs",
383
+ "browser": "./dist/browser/ui/renderers/index.js",
384
+ "default": "./dist/ui/renderers/index.js"
385
+ },
386
+ "./ui/renderers/index": {
387
+ "types": "./dist/ui/renderers/index.d.ts",
388
+ "bun": "./dist/ui/renderers/index.js",
389
+ "node": "./dist/node/ui/renderers/index.mjs",
390
+ "browser": "./dist/browser/ui/renderers/index.js",
391
+ "default": "./dist/ui/renderers/index.js"
392
+ },
393
+ "./ui/renderers/pipeline.markdown": {
394
+ "types": "./dist/ui/renderers/pipeline.markdown.d.ts",
395
+ "bun": "./dist/ui/renderers/pipeline.markdown.js",
396
+ "node": "./dist/node/ui/renderers/pipeline.markdown.mjs",
397
+ "browser": "./dist/browser/ui/renderers/pipeline.markdown.js",
398
+ "default": "./dist/ui/renderers/pipeline.markdown.js"
399
+ },
400
+ "./ui/renderers/pipeline.renderer": {
401
+ "types": "./dist/ui/renderers/pipeline.renderer.d.ts",
402
+ "bun": "./dist/ui/renderers/pipeline.renderer.js",
403
+ "node": "./dist/node/ui/renderers/pipeline.renderer.mjs",
404
+ "browser": "./dist/browser/ui/renderers/pipeline.renderer.js",
405
+ "default": "./dist/ui/renderers/pipeline.renderer.js"
406
+ }
65
407
  },
66
408
  "scripts": {
67
409
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
@@ -80,24 +422,24 @@
80
422
  "typecheck": "tsc --noEmit"
81
423
  },
82
424
  "dependencies": {
83
- "@contractspec/lib.contracts": "1.58.0",
84
- "@contractspec/lib.design-system": "1.58.0",
85
- "@contractspec/lib.example-shared-ui": "1.12.0",
86
- "@contractspec/lib.identity-rbac": "1.58.0",
87
- "@contractspec/lib.runtime-sandbox": "0.13.0",
88
- "@contractspec/lib.schema": "1.58.0",
89
- "@contractspec/lib.ui-kit-web": "1.58.0",
90
- "@contractspec/module.audit-trail": "1.58.0",
91
- "@contractspec/module.notifications": "1.58.0",
425
+ "@contractspec/lib.contracts": "1.60.0",
426
+ "@contractspec/lib.design-system": "1.60.0",
427
+ "@contractspec/lib.example-shared-ui": "1.14.0",
428
+ "@contractspec/lib.identity-rbac": "1.60.0",
429
+ "@contractspec/lib.runtime-sandbox": "0.15.0",
430
+ "@contractspec/lib.schema": "1.60.0",
431
+ "@contractspec/lib.ui-kit-web": "1.60.0",
432
+ "@contractspec/module.audit-trail": "1.60.0",
433
+ "@contractspec/module.notifications": "1.60.0",
92
434
  "react": "19.2.4",
93
435
  "react-dom": "19.2.4"
94
436
  },
95
437
  "devDependencies": {
96
- "@contractspec/tool.typescript": "1.58.0",
438
+ "@contractspec/tool.typescript": "1.60.0",
97
439
  "typescript": "^5.9.3",
98
440
  "@types/react": "^19.2.13",
99
441
  "@types/react-dom": "^19.2.2",
100
- "@contractspec/tool.bun": "1.57.0"
442
+ "@contractspec/tool.bun": "1.59.0"
101
443
  },
102
444
  "publishConfig": {
103
445
  "exports": {