@contractspec/example.integration-hub 3.7.0 → 3.7.3

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 +10 -130
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.integration-hub",
3
- "version": "3.7.0",
3
+ "version": "3.7.3",
4
4
  "description": "Integration Hub example with sync engine and field mappings for ContractSpec",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -21,22 +21,22 @@
21
21
  "typecheck": "tsc --noEmit"
22
22
  },
23
23
  "dependencies": {
24
- "@contractspec/lib.ai-agent": "7.0.0",
25
- "@contractspec/module.ai-chat": "4.3.0",
26
- "@contractspec/lib.schema": "3.7.0",
27
- "@contractspec/lib.contracts-spec": "3.7.0",
28
- "@contractspec/lib.example-shared-ui": "6.0.0",
29
- "@contractspec/lib.design-system": "3.7.0",
30
- "@contractspec/lib.runtime-sandbox": "2.7.0",
24
+ "@contractspec/lib.ai-agent": "7.0.3",
25
+ "@contractspec/module.ai-chat": "4.3.3",
26
+ "@contractspec/lib.schema": "3.7.3",
27
+ "@contractspec/lib.contracts-spec": "3.7.3",
28
+ "@contractspec/lib.example-shared-ui": "6.0.3",
29
+ "@contractspec/lib.design-system": "3.7.3",
30
+ "@contractspec/lib.runtime-sandbox": "2.7.3",
31
31
  "react": "19.2.0",
32
32
  "react-dom": "19.2.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@contractspec/tool.typescript": "3.7.0",
35
+ "@contractspec/tool.typescript": "3.7.3",
36
36
  "typescript": "^5.9.3",
37
37
  "@types/react": "^19.2.14",
38
38
  "@types/react-dom": "^19.2.2",
39
- "@contractspec/tool.bun": "3.7.0"
39
+ "@contractspec/tool.bun": "3.7.3"
40
40
  },
41
41
  "exports": {
42
42
  ".": {
@@ -75,24 +75,12 @@
75
75
  "node": "./dist/node/connection/connection.schema.js",
76
76
  "default": "./dist/connection/connection.schema.js"
77
77
  },
78
- "./connection/index": {
79
- "types": "./dist/connection/index.d.ts",
80
- "bun": "./dist/connection/index.js",
81
- "node": "./dist/node/connection/index.js",
82
- "default": "./dist/connection/index.js"
83
- },
84
78
  "./docs": {
85
79
  "types": "./dist/docs/index.d.ts",
86
80
  "bun": "./dist/docs/index.js",
87
81
  "node": "./dist/node/docs/index.js",
88
82
  "default": "./dist/docs/index.js"
89
83
  },
90
- "./docs/index": {
91
- "types": "./dist/docs/index.d.ts",
92
- "bun": "./dist/docs/index.js",
93
- "node": "./dist/node/docs/index.js",
94
- "default": "./dist/docs/index.js"
95
- },
96
84
  "./docs/integration-hub.docblock": {
97
85
  "types": "./dist/docs/integration-hub.docblock.d.ts",
98
86
  "bun": "./dist/docs/integration-hub.docblock.js",
@@ -117,12 +105,6 @@
117
105
  "node": "./dist/node/handlers/index.js",
118
106
  "default": "./dist/handlers/index.js"
119
107
  },
120
- "./handlers/index": {
121
- "types": "./dist/handlers/index.d.ts",
122
- "bun": "./dist/handlers/index.js",
123
- "node": "./dist/node/handlers/index.js",
124
- "default": "./dist/handlers/index.js"
125
- },
126
108
  "./handlers/integration.handlers": {
127
109
  "types": "./dist/handlers/integration.handlers.d.ts",
128
110
  "bun": "./dist/handlers/integration.handlers.js",
@@ -147,12 +129,6 @@
147
129
  "node": "./dist/node/integration-hub.feature.js",
148
130
  "default": "./dist/integration-hub.feature.js"
149
131
  },
150
- "./integration/index": {
151
- "types": "./dist/integration/index.d.ts",
152
- "bun": "./dist/integration/index.js",
153
- "node": "./dist/node/integration/index.js",
154
- "default": "./dist/integration/index.js"
155
- },
156
132
  "./integration/integration.enum": {
157
133
  "types": "./dist/integration/integration.enum.d.ts",
158
134
  "bun": "./dist/integration/integration.enum.js",
@@ -195,12 +171,6 @@
195
171
  "node": "./dist/node/seeders/index.js",
196
172
  "default": "./dist/seeders/index.js"
197
173
  },
198
- "./seeders/index": {
199
- "types": "./dist/seeders/index.d.ts",
200
- "bun": "./dist/seeders/index.js",
201
- "node": "./dist/node/seeders/index.js",
202
- "default": "./dist/seeders/index.js"
203
- },
204
174
  "./sync": {
205
175
  "types": "./dist/sync/index.d.ts",
206
176
  "bun": "./dist/sync/index.js",
@@ -213,18 +183,6 @@
213
183
  "node": "./dist/node/sync-engine/index.js",
214
184
  "default": "./dist/sync-engine/index.js"
215
185
  },
216
- "./sync-engine/index": {
217
- "types": "./dist/sync-engine/index.d.ts",
218
- "bun": "./dist/sync-engine/index.js",
219
- "node": "./dist/node/sync-engine/index.js",
220
- "default": "./dist/sync-engine/index.js"
221
- },
222
- "./sync/index": {
223
- "types": "./dist/sync/index.d.ts",
224
- "bun": "./dist/sync/index.js",
225
- "node": "./dist/node/sync/index.js",
226
- "default": "./dist/sync/index.js"
227
- },
228
186
  "./sync/sync.enum": {
229
187
  "types": "./dist/sync/sync.enum.d.ts",
230
188
  "bun": "./dist/sync/sync.enum.js",
@@ -267,24 +225,12 @@
267
225
  "node": "./dist/node/ui/hooks/index.js",
268
226
  "default": "./dist/ui/hooks/index.js"
269
227
  },
270
- "./ui/hooks/index": {
271
- "types": "./dist/ui/hooks/index.d.ts",
272
- "bun": "./dist/ui/hooks/index.js",
273
- "node": "./dist/node/ui/hooks/index.js",
274
- "default": "./dist/ui/hooks/index.js"
275
- },
276
228
  "./ui/hooks/useIntegrationData": {
277
229
  "types": "./dist/ui/hooks/useIntegrationData.d.ts",
278
230
  "bun": "./dist/ui/hooks/useIntegrationData.js",
279
231
  "node": "./dist/node/ui/hooks/useIntegrationData.js",
280
232
  "default": "./dist/ui/hooks/useIntegrationData.js"
281
233
  },
282
- "./ui/index": {
283
- "types": "./dist/ui/index.d.ts",
284
- "bun": "./dist/ui/index.js",
285
- "node": "./dist/node/ui/index.js",
286
- "default": "./dist/ui/index.js"
287
- },
288
234
  "./ui/IntegrationDashboard": {
289
235
  "types": "./dist/ui/IntegrationDashboard.d.ts",
290
236
  "bun": "./dist/ui/IntegrationDashboard.js",
@@ -303,12 +249,6 @@
303
249
  "node": "./dist/node/ui/renderers/index.js",
304
250
  "default": "./dist/ui/renderers/index.js"
305
251
  },
306
- "./ui/renderers/index": {
307
- "types": "./dist/ui/renderers/index.d.ts",
308
- "bun": "./dist/ui/renderers/index.js",
309
- "node": "./dist/node/ui/renderers/index.js",
310
- "default": "./dist/ui/renderers/index.js"
311
- },
312
252
  "./ui/renderers/integration.markdown": {
313
253
  "types": "./dist/ui/renderers/integration.markdown.d.ts",
314
254
  "bun": "./dist/ui/renderers/integration.markdown.js",
@@ -359,24 +299,12 @@
359
299
  "node": "./dist/node/connection/connection.schema.js",
360
300
  "default": "./dist/connection/connection.schema.js"
361
301
  },
362
- "./connection/index": {
363
- "types": "./dist/connection/index.d.ts",
364
- "bun": "./dist/connection/index.js",
365
- "node": "./dist/node/connection/index.js",
366
- "default": "./dist/connection/index.js"
367
- },
368
302
  "./docs": {
369
303
  "types": "./dist/docs/index.d.ts",
370
304
  "bun": "./dist/docs/index.js",
371
305
  "node": "./dist/node/docs/index.js",
372
306
  "default": "./dist/docs/index.js"
373
307
  },
374
- "./docs/index": {
375
- "types": "./dist/docs/index.d.ts",
376
- "bun": "./dist/docs/index.js",
377
- "node": "./dist/node/docs/index.js",
378
- "default": "./dist/docs/index.js"
379
- },
380
308
  "./docs/integration-hub.docblock": {
381
309
  "types": "./dist/docs/integration-hub.docblock.d.ts",
382
310
  "bun": "./dist/docs/integration-hub.docblock.js",
@@ -401,12 +329,6 @@
401
329
  "node": "./dist/node/handlers/index.js",
402
330
  "default": "./dist/handlers/index.js"
403
331
  },
404
- "./handlers/index": {
405
- "types": "./dist/handlers/index.d.ts",
406
- "bun": "./dist/handlers/index.js",
407
- "node": "./dist/node/handlers/index.js",
408
- "default": "./dist/handlers/index.js"
409
- },
410
332
  "./handlers/integration.handlers": {
411
333
  "types": "./dist/handlers/integration.handlers.d.ts",
412
334
  "bun": "./dist/handlers/integration.handlers.js",
@@ -431,12 +353,6 @@
431
353
  "node": "./dist/node/integration-hub.feature.js",
432
354
  "default": "./dist/integration-hub.feature.js"
433
355
  },
434
- "./integration/index": {
435
- "types": "./dist/integration/index.d.ts",
436
- "bun": "./dist/integration/index.js",
437
- "node": "./dist/node/integration/index.js",
438
- "default": "./dist/integration/index.js"
439
- },
440
356
  "./integration/integration.enum": {
441
357
  "types": "./dist/integration/integration.enum.d.ts",
442
358
  "bun": "./dist/integration/integration.enum.js",
@@ -479,12 +395,6 @@
479
395
  "node": "./dist/node/seeders/index.js",
480
396
  "default": "./dist/seeders/index.js"
481
397
  },
482
- "./seeders/index": {
483
- "types": "./dist/seeders/index.d.ts",
484
- "bun": "./dist/seeders/index.js",
485
- "node": "./dist/node/seeders/index.js",
486
- "default": "./dist/seeders/index.js"
487
- },
488
398
  "./sync": {
489
399
  "types": "./dist/sync/index.d.ts",
490
400
  "bun": "./dist/sync/index.js",
@@ -497,18 +407,6 @@
497
407
  "node": "./dist/node/sync-engine/index.js",
498
408
  "default": "./dist/sync-engine/index.js"
499
409
  },
500
- "./sync-engine/index": {
501
- "types": "./dist/sync-engine/index.d.ts",
502
- "bun": "./dist/sync-engine/index.js",
503
- "node": "./dist/node/sync-engine/index.js",
504
- "default": "./dist/sync-engine/index.js"
505
- },
506
- "./sync/index": {
507
- "types": "./dist/sync/index.d.ts",
508
- "bun": "./dist/sync/index.js",
509
- "node": "./dist/node/sync/index.js",
510
- "default": "./dist/sync/index.js"
511
- },
512
410
  "./sync/sync.enum": {
513
411
  "types": "./dist/sync/sync.enum.d.ts",
514
412
  "bun": "./dist/sync/sync.enum.js",
@@ -551,24 +449,12 @@
551
449
  "node": "./dist/node/ui/hooks/index.js",
552
450
  "default": "./dist/ui/hooks/index.js"
553
451
  },
554
- "./ui/hooks/index": {
555
- "types": "./dist/ui/hooks/index.d.ts",
556
- "bun": "./dist/ui/hooks/index.js",
557
- "node": "./dist/node/ui/hooks/index.js",
558
- "default": "./dist/ui/hooks/index.js"
559
- },
560
452
  "./ui/hooks/useIntegrationData": {
561
453
  "types": "./dist/ui/hooks/useIntegrationData.d.ts",
562
454
  "bun": "./dist/ui/hooks/useIntegrationData.js",
563
455
  "node": "./dist/node/ui/hooks/useIntegrationData.js",
564
456
  "default": "./dist/ui/hooks/useIntegrationData.js"
565
457
  },
566
- "./ui/index": {
567
- "types": "./dist/ui/index.d.ts",
568
- "bun": "./dist/ui/index.js",
569
- "node": "./dist/node/ui/index.js",
570
- "default": "./dist/ui/index.js"
571
- },
572
458
  "./ui/IntegrationDashboard": {
573
459
  "types": "./dist/ui/IntegrationDashboard.d.ts",
574
460
  "bun": "./dist/ui/IntegrationDashboard.js",
@@ -587,12 +473,6 @@
587
473
  "node": "./dist/node/ui/renderers/index.js",
588
474
  "default": "./dist/ui/renderers/index.js"
589
475
  },
590
- "./ui/renderers/index": {
591
- "types": "./dist/ui/renderers/index.d.ts",
592
- "bun": "./dist/ui/renderers/index.js",
593
- "node": "./dist/node/ui/renderers/index.js",
594
- "default": "./dist/ui/renderers/index.js"
595
- },
596
476
  "./ui/renderers/integration.markdown": {
597
477
  "types": "./dist/ui/renderers/integration.markdown.d.ts",
598
478
  "bun": "./dist/ui/renderers/integration.markdown.js",