@contractspec/example.service-business-os 3.7.0 → 3.7.1

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.
Files changed (1) hide show
  1. package/package.json +41 -181
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.service-business-os",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "description": "Service Business OS example (clients, quotes, jobs, invoices) for ContractSpec",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -19,265 +19,195 @@
19
19
  "typecheck": "tsc --noEmit"
20
20
  },
21
21
  "dependencies": {
22
- "@contractspec/lib.schema": "3.7.0",
23
- "@contractspec/lib.contracts-spec": "3.7.0"
22
+ "@contractspec/lib.schema": "3.7.1",
23
+ "@contractspec/lib.contracts-spec": "3.7.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@contractspec/tool.typescript": "3.7.0",
26
+ "@contractspec/tool.typescript": "3.7.1",
27
27
  "typescript": "^5.9.3",
28
- "@contractspec/tool.bun": "3.7.0"
28
+ "@contractspec/tool.bun": "3.7.1"
29
29
  },
30
30
  "exports": {
31
31
  ".": {
32
32
  "types": "./dist/index.d.ts",
33
+ "browser": "./dist/browser/index.js",
33
34
  "bun": "./dist/index.js",
34
35
  "node": "./dist/node/index.js",
35
- "browser": "./dist/browser/index.js",
36
36
  "default": "./dist/index.js"
37
37
  },
38
38
  "./client": {
39
39
  "types": "./dist/client/index.d.ts",
40
+ "browser": "./dist/browser/client/index.js",
40
41
  "bun": "./dist/client/index.js",
41
42
  "node": "./dist/node/client/index.js",
42
- "browser": "./dist/browser/client/index.js",
43
43
  "default": "./dist/client/index.js"
44
44
  },
45
45
  "./client/client.operations": {
46
46
  "types": "./dist/client/client.operations.d.ts",
47
+ "browser": "./dist/browser/client/client.operations.js",
47
48
  "bun": "./dist/client/client.operations.js",
48
49
  "node": "./dist/node/client/client.operations.js",
49
- "browser": "./dist/browser/client/client.operations.js",
50
50
  "default": "./dist/client/client.operations.js"
51
51
  },
52
52
  "./client/client.schema": {
53
53
  "types": "./dist/client/client.schema.d.ts",
54
+ "browser": "./dist/browser/client/client.schema.js",
54
55
  "bun": "./dist/client/client.schema.js",
55
56
  "node": "./dist/node/client/client.schema.js",
56
- "browser": "./dist/browser/client/client.schema.js",
57
57
  "default": "./dist/client/client.schema.js"
58
58
  },
59
- "./client/index": {
60
- "types": "./dist/client/index.d.ts",
61
- "bun": "./dist/client/index.js",
62
- "node": "./dist/node/client/index.js",
63
- "browser": "./dist/browser/client/index.js",
64
- "default": "./dist/client/index.js"
65
- },
66
59
  "./docs": {
67
60
  "types": "./dist/docs/index.d.ts",
68
- "bun": "./dist/docs/index.js",
69
- "node": "./dist/node/docs/index.js",
70
61
  "browser": "./dist/browser/docs/index.js",
71
- "default": "./dist/docs/index.js"
72
- },
73
- "./docs/index": {
74
- "types": "./dist/docs/index.d.ts",
75
62
  "bun": "./dist/docs/index.js",
76
63
  "node": "./dist/node/docs/index.js",
77
- "browser": "./dist/browser/docs/index.js",
78
64
  "default": "./dist/docs/index.js"
79
65
  },
80
66
  "./docs/service-business-os.docblock": {
81
67
  "types": "./dist/docs/service-business-os.docblock.d.ts",
68
+ "browser": "./dist/browser/docs/service-business-os.docblock.js",
82
69
  "bun": "./dist/docs/service-business-os.docblock.js",
83
70
  "node": "./dist/node/docs/service-business-os.docblock.js",
84
- "browser": "./dist/browser/docs/service-business-os.docblock.js",
85
71
  "default": "./dist/docs/service-business-os.docblock.js"
86
72
  },
87
73
  "./entities": {
88
74
  "types": "./dist/entities/index.d.ts",
89
- "bun": "./dist/entities/index.js",
90
- "node": "./dist/node/entities/index.js",
91
75
  "browser": "./dist/browser/entities/index.js",
92
- "default": "./dist/entities/index.js"
93
- },
94
- "./entities/index": {
95
- "types": "./dist/entities/index.d.ts",
96
76
  "bun": "./dist/entities/index.js",
97
77
  "node": "./dist/node/entities/index.js",
98
- "browser": "./dist/browser/entities/index.js",
99
78
  "default": "./dist/entities/index.js"
100
79
  },
101
80
  "./events": {
102
81
  "types": "./dist/events.d.ts",
82
+ "browser": "./dist/browser/events.js",
103
83
  "bun": "./dist/events.js",
104
84
  "node": "./dist/node/events.js",
105
- "browser": "./dist/browser/events.js",
106
85
  "default": "./dist/events.js"
107
86
  },
108
87
  "./example": {
109
88
  "types": "./dist/example.d.ts",
89
+ "browser": "./dist/browser/example.js",
110
90
  "bun": "./dist/example.js",
111
91
  "node": "./dist/node/example.js",
112
- "browser": "./dist/browser/example.js",
113
92
  "default": "./dist/example.js"
114
93
  },
115
94
  "./handlers": {
116
95
  "types": "./dist/handlers/index.d.ts",
117
- "bun": "./dist/handlers/index.js",
118
- "node": "./dist/node/handlers/index.js",
119
96
  "browser": "./dist/browser/handlers/index.js",
120
- "default": "./dist/handlers/index.js"
121
- },
122
- "./handlers/index": {
123
- "types": "./dist/handlers/index.d.ts",
124
97
  "bun": "./dist/handlers/index.js",
125
98
  "node": "./dist/node/handlers/index.js",
126
- "browser": "./dist/browser/handlers/index.js",
127
99
  "default": "./dist/handlers/index.js"
128
100
  },
129
101
  "./invoice": {
130
102
  "types": "./dist/invoice/index.d.ts",
131
- "bun": "./dist/invoice/index.js",
132
- "node": "./dist/node/invoice/index.js",
133
103
  "browser": "./dist/browser/invoice/index.js",
134
- "default": "./dist/invoice/index.js"
135
- },
136
- "./invoice/index": {
137
- "types": "./dist/invoice/index.d.ts",
138
104
  "bun": "./dist/invoice/index.js",
139
105
  "node": "./dist/node/invoice/index.js",
140
- "browser": "./dist/browser/invoice/index.js",
141
106
  "default": "./dist/invoice/index.js"
142
107
  },
143
108
  "./invoice/invoice.operations": {
144
109
  "types": "./dist/invoice/invoice.operations.d.ts",
110
+ "browser": "./dist/browser/invoice/invoice.operations.js",
145
111
  "bun": "./dist/invoice/invoice.operations.js",
146
112
  "node": "./dist/node/invoice/invoice.operations.js",
147
- "browser": "./dist/browser/invoice/invoice.operations.js",
148
113
  "default": "./dist/invoice/invoice.operations.js"
149
114
  },
150
115
  "./invoice/invoice.schema": {
151
116
  "types": "./dist/invoice/invoice.schema.d.ts",
117
+ "browser": "./dist/browser/invoice/invoice.schema.js",
152
118
  "bun": "./dist/invoice/invoice.schema.js",
153
119
  "node": "./dist/node/invoice/invoice.schema.js",
154
- "browser": "./dist/browser/invoice/invoice.schema.js",
155
120
  "default": "./dist/invoice/invoice.schema.js"
156
121
  },
157
122
  "./job": {
158
123
  "types": "./dist/job/index.d.ts",
159
- "bun": "./dist/job/index.js",
160
- "node": "./dist/node/job/index.js",
161
124
  "browser": "./dist/browser/job/index.js",
162
- "default": "./dist/job/index.js"
163
- },
164
- "./job/index": {
165
- "types": "./dist/job/index.d.ts",
166
125
  "bun": "./dist/job/index.js",
167
126
  "node": "./dist/node/job/index.js",
168
- "browser": "./dist/browser/job/index.js",
169
127
  "default": "./dist/job/index.js"
170
128
  },
171
129
  "./job/job.operations": {
172
130
  "types": "./dist/job/job.operations.d.ts",
131
+ "browser": "./dist/browser/job/job.operations.js",
173
132
  "bun": "./dist/job/job.operations.js",
174
133
  "node": "./dist/node/job/job.operations.js",
175
- "browser": "./dist/browser/job/job.operations.js",
176
134
  "default": "./dist/job/job.operations.js"
177
135
  },
178
136
  "./job/job.schema": {
179
137
  "types": "./dist/job/job.schema.d.ts",
138
+ "browser": "./dist/browser/job/job.schema.js",
180
139
  "bun": "./dist/job/job.schema.js",
181
140
  "node": "./dist/node/job/job.schema.js",
182
- "browser": "./dist/browser/job/job.schema.js",
183
141
  "default": "./dist/job/job.schema.js"
184
142
  },
185
143
  "./operations": {
186
144
  "types": "./dist/operations/index.d.ts",
187
- "bun": "./dist/operations/index.js",
188
- "node": "./dist/node/operations/index.js",
189
145
  "browser": "./dist/browser/operations/index.js",
190
- "default": "./dist/operations/index.js"
191
- },
192
- "./operations/index": {
193
- "types": "./dist/operations/index.d.ts",
194
146
  "bun": "./dist/operations/index.js",
195
147
  "node": "./dist/node/operations/index.js",
196
- "browser": "./dist/browser/operations/index.js",
197
148
  "default": "./dist/operations/index.js"
198
149
  },
199
150
  "./payment": {
200
151
  "types": "./dist/payment/index.d.ts",
201
- "bun": "./dist/payment/index.js",
202
- "node": "./dist/node/payment/index.js",
203
152
  "browser": "./dist/browser/payment/index.js",
204
- "default": "./dist/payment/index.js"
205
- },
206
- "./payment/index": {
207
- "types": "./dist/payment/index.d.ts",
208
153
  "bun": "./dist/payment/index.js",
209
154
  "node": "./dist/node/payment/index.js",
210
- "browser": "./dist/browser/payment/index.js",
211
155
  "default": "./dist/payment/index.js"
212
156
  },
213
157
  "./payment/payment.operations": {
214
158
  "types": "./dist/payment/payment.operations.d.ts",
159
+ "browser": "./dist/browser/payment/payment.operations.js",
215
160
  "bun": "./dist/payment/payment.operations.js",
216
161
  "node": "./dist/node/payment/payment.operations.js",
217
- "browser": "./dist/browser/payment/payment.operations.js",
218
162
  "default": "./dist/payment/payment.operations.js"
219
163
  },
220
164
  "./payment/payment.schema": {
221
165
  "types": "./dist/payment/payment.schema.d.ts",
166
+ "browser": "./dist/browser/payment/payment.schema.js",
222
167
  "bun": "./dist/payment/payment.schema.js",
223
168
  "node": "./dist/node/payment/payment.schema.js",
224
- "browser": "./dist/browser/payment/payment.schema.js",
225
169
  "default": "./dist/payment/payment.schema.js"
226
170
  },
227
171
  "./presentations": {
228
172
  "types": "./dist/presentations.d.ts",
173
+ "browser": "./dist/browser/presentations.js",
229
174
  "bun": "./dist/presentations.js",
230
175
  "node": "./dist/node/presentations.js",
231
- "browser": "./dist/browser/presentations.js",
232
176
  "default": "./dist/presentations.js"
233
177
  },
234
- "./presentations/index": {
235
- "types": "./dist/presentations/index.d.ts",
236
- "bun": "./dist/presentations/index.js",
237
- "node": "./dist/node/presentations/index.js",
238
- "browser": "./dist/browser/presentations/index.js",
239
- "default": "./dist/presentations/index.js"
240
- },
241
178
  "./quote": {
242
179
  "types": "./dist/quote/index.d.ts",
243
- "bun": "./dist/quote/index.js",
244
- "node": "./dist/node/quote/index.js",
245
180
  "browser": "./dist/browser/quote/index.js",
246
- "default": "./dist/quote/index.js"
247
- },
248
- "./quote/index": {
249
- "types": "./dist/quote/index.d.ts",
250
181
  "bun": "./dist/quote/index.js",
251
182
  "node": "./dist/node/quote/index.js",
252
- "browser": "./dist/browser/quote/index.js",
253
183
  "default": "./dist/quote/index.js"
254
184
  },
255
185
  "./quote/quote.operations": {
256
186
  "types": "./dist/quote/quote.operations.d.ts",
187
+ "browser": "./dist/browser/quote/quote.operations.js",
257
188
  "bun": "./dist/quote/quote.operations.js",
258
189
  "node": "./dist/node/quote/quote.operations.js",
259
- "browser": "./dist/browser/quote/quote.operations.js",
260
190
  "default": "./dist/quote/quote.operations.js"
261
191
  },
262
192
  "./quote/quote.schema": {
263
193
  "types": "./dist/quote/quote.schema.d.ts",
194
+ "browser": "./dist/browser/quote/quote.schema.js",
264
195
  "bun": "./dist/quote/quote.schema.js",
265
196
  "node": "./dist/node/quote/quote.schema.js",
266
- "browser": "./dist/browser/quote/quote.schema.js",
267
197
  "default": "./dist/quote/quote.schema.js"
268
198
  },
269
199
  "./service-business-os.capability": {
270
200
  "types": "./dist/service-business-os.capability.d.ts",
201
+ "browser": "./dist/browser/service-business-os.capability.js",
271
202
  "bun": "./dist/service-business-os.capability.js",
272
203
  "node": "./dist/node/service-business-os.capability.js",
273
- "browser": "./dist/browser/service-business-os.capability.js",
274
204
  "default": "./dist/service-business-os.capability.js"
275
205
  },
276
206
  "./service.feature": {
277
207
  "types": "./dist/service.feature.d.ts",
208
+ "browser": "./dist/browser/service.feature.js",
278
209
  "bun": "./dist/service.feature.js",
279
210
  "node": "./dist/node/service.feature.js",
280
- "browser": "./dist/browser/service.feature.js",
281
211
  "default": "./dist/service.feature.js"
282
212
  }
283
213
  },
@@ -290,254 +220,184 @@
290
220
  "exports": {
291
221
  ".": {
292
222
  "types": "./dist/index.d.ts",
223
+ "browser": "./dist/browser/index.js",
293
224
  "bun": "./dist/index.js",
294
225
  "node": "./dist/node/index.js",
295
- "browser": "./dist/browser/index.js",
296
226
  "default": "./dist/index.js"
297
227
  },
298
228
  "./client": {
299
229
  "types": "./dist/client/index.d.ts",
230
+ "browser": "./dist/browser/client/index.js",
300
231
  "bun": "./dist/client/index.js",
301
232
  "node": "./dist/node/client/index.js",
302
- "browser": "./dist/browser/client/index.js",
303
233
  "default": "./dist/client/index.js"
304
234
  },
305
235
  "./client/client.operations": {
306
236
  "types": "./dist/client/client.operations.d.ts",
237
+ "browser": "./dist/browser/client/client.operations.js",
307
238
  "bun": "./dist/client/client.operations.js",
308
239
  "node": "./dist/node/client/client.operations.js",
309
- "browser": "./dist/browser/client/client.operations.js",
310
240
  "default": "./dist/client/client.operations.js"
311
241
  },
312
242
  "./client/client.schema": {
313
243
  "types": "./dist/client/client.schema.d.ts",
244
+ "browser": "./dist/browser/client/client.schema.js",
314
245
  "bun": "./dist/client/client.schema.js",
315
246
  "node": "./dist/node/client/client.schema.js",
316
- "browser": "./dist/browser/client/client.schema.js",
317
247
  "default": "./dist/client/client.schema.js"
318
248
  },
319
- "./client/index": {
320
- "types": "./dist/client/index.d.ts",
321
- "bun": "./dist/client/index.js",
322
- "node": "./dist/node/client/index.js",
323
- "browser": "./dist/browser/client/index.js",
324
- "default": "./dist/client/index.js"
325
- },
326
249
  "./docs": {
327
250
  "types": "./dist/docs/index.d.ts",
328
- "bun": "./dist/docs/index.js",
329
- "node": "./dist/node/docs/index.js",
330
251
  "browser": "./dist/browser/docs/index.js",
331
- "default": "./dist/docs/index.js"
332
- },
333
- "./docs/index": {
334
- "types": "./dist/docs/index.d.ts",
335
252
  "bun": "./dist/docs/index.js",
336
253
  "node": "./dist/node/docs/index.js",
337
- "browser": "./dist/browser/docs/index.js",
338
254
  "default": "./dist/docs/index.js"
339
255
  },
340
256
  "./docs/service-business-os.docblock": {
341
257
  "types": "./dist/docs/service-business-os.docblock.d.ts",
258
+ "browser": "./dist/browser/docs/service-business-os.docblock.js",
342
259
  "bun": "./dist/docs/service-business-os.docblock.js",
343
260
  "node": "./dist/node/docs/service-business-os.docblock.js",
344
- "browser": "./dist/browser/docs/service-business-os.docblock.js",
345
261
  "default": "./dist/docs/service-business-os.docblock.js"
346
262
  },
347
263
  "./entities": {
348
264
  "types": "./dist/entities/index.d.ts",
349
- "bun": "./dist/entities/index.js",
350
- "node": "./dist/node/entities/index.js",
351
265
  "browser": "./dist/browser/entities/index.js",
352
- "default": "./dist/entities/index.js"
353
- },
354
- "./entities/index": {
355
- "types": "./dist/entities/index.d.ts",
356
266
  "bun": "./dist/entities/index.js",
357
267
  "node": "./dist/node/entities/index.js",
358
- "browser": "./dist/browser/entities/index.js",
359
268
  "default": "./dist/entities/index.js"
360
269
  },
361
270
  "./events": {
362
271
  "types": "./dist/events.d.ts",
272
+ "browser": "./dist/browser/events.js",
363
273
  "bun": "./dist/events.js",
364
274
  "node": "./dist/node/events.js",
365
- "browser": "./dist/browser/events.js",
366
275
  "default": "./dist/events.js"
367
276
  },
368
277
  "./example": {
369
278
  "types": "./dist/example.d.ts",
279
+ "browser": "./dist/browser/example.js",
370
280
  "bun": "./dist/example.js",
371
281
  "node": "./dist/node/example.js",
372
- "browser": "./dist/browser/example.js",
373
282
  "default": "./dist/example.js"
374
283
  },
375
284
  "./handlers": {
376
285
  "types": "./dist/handlers/index.d.ts",
377
- "bun": "./dist/handlers/index.js",
378
- "node": "./dist/node/handlers/index.js",
379
286
  "browser": "./dist/browser/handlers/index.js",
380
- "default": "./dist/handlers/index.js"
381
- },
382
- "./handlers/index": {
383
- "types": "./dist/handlers/index.d.ts",
384
287
  "bun": "./dist/handlers/index.js",
385
288
  "node": "./dist/node/handlers/index.js",
386
- "browser": "./dist/browser/handlers/index.js",
387
289
  "default": "./dist/handlers/index.js"
388
290
  },
389
291
  "./invoice": {
390
292
  "types": "./dist/invoice/index.d.ts",
391
- "bun": "./dist/invoice/index.js",
392
- "node": "./dist/node/invoice/index.js",
393
293
  "browser": "./dist/browser/invoice/index.js",
394
- "default": "./dist/invoice/index.js"
395
- },
396
- "./invoice/index": {
397
- "types": "./dist/invoice/index.d.ts",
398
294
  "bun": "./dist/invoice/index.js",
399
295
  "node": "./dist/node/invoice/index.js",
400
- "browser": "./dist/browser/invoice/index.js",
401
296
  "default": "./dist/invoice/index.js"
402
297
  },
403
298
  "./invoice/invoice.operations": {
404
299
  "types": "./dist/invoice/invoice.operations.d.ts",
300
+ "browser": "./dist/browser/invoice/invoice.operations.js",
405
301
  "bun": "./dist/invoice/invoice.operations.js",
406
302
  "node": "./dist/node/invoice/invoice.operations.js",
407
- "browser": "./dist/browser/invoice/invoice.operations.js",
408
303
  "default": "./dist/invoice/invoice.operations.js"
409
304
  },
410
305
  "./invoice/invoice.schema": {
411
306
  "types": "./dist/invoice/invoice.schema.d.ts",
307
+ "browser": "./dist/browser/invoice/invoice.schema.js",
412
308
  "bun": "./dist/invoice/invoice.schema.js",
413
309
  "node": "./dist/node/invoice/invoice.schema.js",
414
- "browser": "./dist/browser/invoice/invoice.schema.js",
415
310
  "default": "./dist/invoice/invoice.schema.js"
416
311
  },
417
312
  "./job": {
418
313
  "types": "./dist/job/index.d.ts",
419
- "bun": "./dist/job/index.js",
420
- "node": "./dist/node/job/index.js",
421
314
  "browser": "./dist/browser/job/index.js",
422
- "default": "./dist/job/index.js"
423
- },
424
- "./job/index": {
425
- "types": "./dist/job/index.d.ts",
426
315
  "bun": "./dist/job/index.js",
427
316
  "node": "./dist/node/job/index.js",
428
- "browser": "./dist/browser/job/index.js",
429
317
  "default": "./dist/job/index.js"
430
318
  },
431
319
  "./job/job.operations": {
432
320
  "types": "./dist/job/job.operations.d.ts",
321
+ "browser": "./dist/browser/job/job.operations.js",
433
322
  "bun": "./dist/job/job.operations.js",
434
323
  "node": "./dist/node/job/job.operations.js",
435
- "browser": "./dist/browser/job/job.operations.js",
436
324
  "default": "./dist/job/job.operations.js"
437
325
  },
438
326
  "./job/job.schema": {
439
327
  "types": "./dist/job/job.schema.d.ts",
328
+ "browser": "./dist/browser/job/job.schema.js",
440
329
  "bun": "./dist/job/job.schema.js",
441
330
  "node": "./dist/node/job/job.schema.js",
442
- "browser": "./dist/browser/job/job.schema.js",
443
331
  "default": "./dist/job/job.schema.js"
444
332
  },
445
333
  "./operations": {
446
334
  "types": "./dist/operations/index.d.ts",
447
- "bun": "./dist/operations/index.js",
448
- "node": "./dist/node/operations/index.js",
449
335
  "browser": "./dist/browser/operations/index.js",
450
- "default": "./dist/operations/index.js"
451
- },
452
- "./operations/index": {
453
- "types": "./dist/operations/index.d.ts",
454
336
  "bun": "./dist/operations/index.js",
455
337
  "node": "./dist/node/operations/index.js",
456
- "browser": "./dist/browser/operations/index.js",
457
338
  "default": "./dist/operations/index.js"
458
339
  },
459
340
  "./payment": {
460
341
  "types": "./dist/payment/index.d.ts",
461
- "bun": "./dist/payment/index.js",
462
- "node": "./dist/node/payment/index.js",
463
342
  "browser": "./dist/browser/payment/index.js",
464
- "default": "./dist/payment/index.js"
465
- },
466
- "./payment/index": {
467
- "types": "./dist/payment/index.d.ts",
468
343
  "bun": "./dist/payment/index.js",
469
344
  "node": "./dist/node/payment/index.js",
470
- "browser": "./dist/browser/payment/index.js",
471
345
  "default": "./dist/payment/index.js"
472
346
  },
473
347
  "./payment/payment.operations": {
474
348
  "types": "./dist/payment/payment.operations.d.ts",
349
+ "browser": "./dist/browser/payment/payment.operations.js",
475
350
  "bun": "./dist/payment/payment.operations.js",
476
351
  "node": "./dist/node/payment/payment.operations.js",
477
- "browser": "./dist/browser/payment/payment.operations.js",
478
352
  "default": "./dist/payment/payment.operations.js"
479
353
  },
480
354
  "./payment/payment.schema": {
481
355
  "types": "./dist/payment/payment.schema.d.ts",
356
+ "browser": "./dist/browser/payment/payment.schema.js",
482
357
  "bun": "./dist/payment/payment.schema.js",
483
358
  "node": "./dist/node/payment/payment.schema.js",
484
- "browser": "./dist/browser/payment/payment.schema.js",
485
359
  "default": "./dist/payment/payment.schema.js"
486
360
  },
487
361
  "./presentations": {
488
362
  "types": "./dist/presentations.d.ts",
363
+ "browser": "./dist/browser/presentations.js",
489
364
  "bun": "./dist/presentations.js",
490
365
  "node": "./dist/node/presentations.js",
491
- "browser": "./dist/browser/presentations.js",
492
366
  "default": "./dist/presentations.js"
493
367
  },
494
- "./presentations/index": {
495
- "types": "./dist/presentations/index.d.ts",
496
- "bun": "./dist/presentations/index.js",
497
- "node": "./dist/node/presentations/index.js",
498
- "browser": "./dist/browser/presentations/index.js",
499
- "default": "./dist/presentations/index.js"
500
- },
501
368
  "./quote": {
502
369
  "types": "./dist/quote/index.d.ts",
503
- "bun": "./dist/quote/index.js",
504
- "node": "./dist/node/quote/index.js",
505
370
  "browser": "./dist/browser/quote/index.js",
506
- "default": "./dist/quote/index.js"
507
- },
508
- "./quote/index": {
509
- "types": "./dist/quote/index.d.ts",
510
371
  "bun": "./dist/quote/index.js",
511
372
  "node": "./dist/node/quote/index.js",
512
- "browser": "./dist/browser/quote/index.js",
513
373
  "default": "./dist/quote/index.js"
514
374
  },
515
375
  "./quote/quote.operations": {
516
376
  "types": "./dist/quote/quote.operations.d.ts",
377
+ "browser": "./dist/browser/quote/quote.operations.js",
517
378
  "bun": "./dist/quote/quote.operations.js",
518
379
  "node": "./dist/node/quote/quote.operations.js",
519
- "browser": "./dist/browser/quote/quote.operations.js",
520
380
  "default": "./dist/quote/quote.operations.js"
521
381
  },
522
382
  "./quote/quote.schema": {
523
383
  "types": "./dist/quote/quote.schema.d.ts",
384
+ "browser": "./dist/browser/quote/quote.schema.js",
524
385
  "bun": "./dist/quote/quote.schema.js",
525
386
  "node": "./dist/node/quote/quote.schema.js",
526
- "browser": "./dist/browser/quote/quote.schema.js",
527
387
  "default": "./dist/quote/quote.schema.js"
528
388
  },
529
389
  "./service-business-os.capability": {
530
390
  "types": "./dist/service-business-os.capability.d.ts",
391
+ "browser": "./dist/browser/service-business-os.capability.js",
531
392
  "bun": "./dist/service-business-os.capability.js",
532
393
  "node": "./dist/node/service-business-os.capability.js",
533
- "browser": "./dist/browser/service-business-os.capability.js",
534
394
  "default": "./dist/service-business-os.capability.js"
535
395
  },
536
396
  "./service.feature": {
537
397
  "types": "./dist/service.feature.d.ts",
398
+ "browser": "./dist/browser/service.feature.js",
538
399
  "bun": "./dist/service.feature.js",
539
400
  "node": "./dist/node/service.feature.js",
540
- "browser": "./dist/browser/service.feature.js",
541
401
  "default": "./dist/service.feature.js"
542
402
  }
543
403
  },