@contractspec/example.integration-hub 1.59.0 → 1.61.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.
- package/package.json +352 -94
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.integration-hub",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.61.0",
|
|
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",
|
|
@@ -20,65 +20,323 @@
|
|
|
20
20
|
"typecheck": "tsc --noEmit"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@contractspec/lib.schema": "1.
|
|
24
|
-
"@contractspec/lib.contracts": "1.
|
|
25
|
-
"@contractspec/lib.example-shared-ui": "1.
|
|
26
|
-
"@contractspec/lib.design-system": "1.
|
|
27
|
-
"@contractspec/lib.runtime-sandbox": "0.
|
|
23
|
+
"@contractspec/lib.schema": "1.61.0",
|
|
24
|
+
"@contractspec/lib.contracts": "1.61.0",
|
|
25
|
+
"@contractspec/lib.example-shared-ui": "1.15.0",
|
|
26
|
+
"@contractspec/lib.design-system": "1.61.0",
|
|
27
|
+
"@contractspec/lib.runtime-sandbox": "0.16.0",
|
|
28
28
|
"react": "19.2.4",
|
|
29
29
|
"react-dom": "19.2.4"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@contractspec/tool.typescript": "1.
|
|
32
|
+
"@contractspec/tool.typescript": "1.61.0",
|
|
33
33
|
"typescript": "^5.9.3",
|
|
34
34
|
"@types/react": "^19.2.13",
|
|
35
35
|
"@types/react-dom": "^19.2.2",
|
|
36
|
-
"@contractspec/tool.bun": "1.
|
|
36
|
+
"@contractspec/tool.bun": "1.60.0"
|
|
37
37
|
},
|
|
38
38
|
"exports": {
|
|
39
|
-
".":
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"./
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"./
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"./
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"./
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
"./
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"./
|
|
39
|
+
".": {
|
|
40
|
+
"types": "./dist/index.d.ts",
|
|
41
|
+
"bun": "./dist/index.js",
|
|
42
|
+
"node": "./dist/node/index.js",
|
|
43
|
+
"browser": "./dist/browser/index.js",
|
|
44
|
+
"default": "./dist/index.js"
|
|
45
|
+
},
|
|
46
|
+
"./connection": {
|
|
47
|
+
"types": "./dist/connection/index.d.ts",
|
|
48
|
+
"bun": "./dist/connection/index.js",
|
|
49
|
+
"node": "./dist/node/connection/index.js",
|
|
50
|
+
"browser": "./dist/browser/connection/index.js",
|
|
51
|
+
"default": "./dist/connection/index.js"
|
|
52
|
+
},
|
|
53
|
+
"./connection/connection.enum": {
|
|
54
|
+
"types": "./dist/connection/connection.enum.d.ts",
|
|
55
|
+
"bun": "./dist/connection/connection.enum.js",
|
|
56
|
+
"node": "./dist/node/connection/connection.enum.js",
|
|
57
|
+
"browser": "./dist/browser/connection/connection.enum.js",
|
|
58
|
+
"default": "./dist/connection/connection.enum.js"
|
|
59
|
+
},
|
|
60
|
+
"./connection/connection.operation": {
|
|
61
|
+
"types": "./dist/connection/connection.operation.d.ts",
|
|
62
|
+
"bun": "./dist/connection/connection.operation.js",
|
|
63
|
+
"node": "./dist/node/connection/connection.operation.js",
|
|
64
|
+
"browser": "./dist/browser/connection/connection.operation.js",
|
|
65
|
+
"default": "./dist/connection/connection.operation.js"
|
|
66
|
+
},
|
|
67
|
+
"./connection/connection.presentation": {
|
|
68
|
+
"types": "./dist/connection/connection.presentation.d.ts",
|
|
69
|
+
"bun": "./dist/connection/connection.presentation.js",
|
|
70
|
+
"node": "./dist/node/connection/connection.presentation.js",
|
|
71
|
+
"browser": "./dist/browser/connection/connection.presentation.js",
|
|
72
|
+
"default": "./dist/connection/connection.presentation.js"
|
|
73
|
+
},
|
|
74
|
+
"./connection/connection.schema": {
|
|
75
|
+
"types": "./dist/connection/connection.schema.d.ts",
|
|
76
|
+
"bun": "./dist/connection/connection.schema.js",
|
|
77
|
+
"node": "./dist/node/connection/connection.schema.js",
|
|
78
|
+
"browser": "./dist/browser/connection/connection.schema.js",
|
|
79
|
+
"default": "./dist/connection/connection.schema.js"
|
|
80
|
+
},
|
|
81
|
+
"./connection/index": {
|
|
82
|
+
"types": "./dist/connection/index.d.ts",
|
|
83
|
+
"bun": "./dist/connection/index.js",
|
|
84
|
+
"node": "./dist/node/connection/index.js",
|
|
85
|
+
"browser": "./dist/browser/connection/index.js",
|
|
86
|
+
"default": "./dist/connection/index.js"
|
|
87
|
+
},
|
|
88
|
+
"./docs": {
|
|
89
|
+
"types": "./dist/docs/index.d.ts",
|
|
90
|
+
"bun": "./dist/docs/index.js",
|
|
91
|
+
"node": "./dist/node/docs/index.js",
|
|
92
|
+
"browser": "./dist/browser/docs/index.js",
|
|
93
|
+
"default": "./dist/docs/index.js"
|
|
94
|
+
},
|
|
95
|
+
"./docs/index": {
|
|
96
|
+
"types": "./dist/docs/index.d.ts",
|
|
97
|
+
"bun": "./dist/docs/index.js",
|
|
98
|
+
"node": "./dist/node/docs/index.js",
|
|
99
|
+
"browser": "./dist/browser/docs/index.js",
|
|
100
|
+
"default": "./dist/docs/index.js"
|
|
101
|
+
},
|
|
102
|
+
"./docs/integration-hub.docblock": {
|
|
103
|
+
"types": "./dist/docs/integration-hub.docblock.d.ts",
|
|
104
|
+
"bun": "./dist/docs/integration-hub.docblock.js",
|
|
105
|
+
"node": "./dist/node/docs/integration-hub.docblock.js",
|
|
106
|
+
"browser": "./dist/browser/docs/integration-hub.docblock.js",
|
|
107
|
+
"default": "./dist/docs/integration-hub.docblock.js"
|
|
108
|
+
},
|
|
109
|
+
"./events": {
|
|
110
|
+
"types": "./dist/events.d.ts",
|
|
111
|
+
"bun": "./dist/events.js",
|
|
112
|
+
"node": "./dist/node/events.js",
|
|
113
|
+
"browser": "./dist/browser/events.js",
|
|
114
|
+
"default": "./dist/events.js"
|
|
115
|
+
},
|
|
116
|
+
"./example": {
|
|
117
|
+
"types": "./dist/example.d.ts",
|
|
118
|
+
"bun": "./dist/example.js",
|
|
119
|
+
"node": "./dist/node/example.js",
|
|
120
|
+
"browser": "./dist/browser/example.js",
|
|
121
|
+
"default": "./dist/example.js"
|
|
122
|
+
},
|
|
123
|
+
"./handlers": {
|
|
124
|
+
"types": "./dist/handlers/index.d.ts",
|
|
125
|
+
"bun": "./dist/handlers/index.js",
|
|
126
|
+
"node": "./dist/node/handlers/index.js",
|
|
127
|
+
"browser": "./dist/browser/handlers/index.js",
|
|
128
|
+
"default": "./dist/handlers/index.js"
|
|
129
|
+
},
|
|
130
|
+
"./handlers/index": {
|
|
131
|
+
"types": "./dist/handlers/index.d.ts",
|
|
132
|
+
"bun": "./dist/handlers/index.js",
|
|
133
|
+
"node": "./dist/node/handlers/index.js",
|
|
134
|
+
"browser": "./dist/browser/handlers/index.js",
|
|
135
|
+
"default": "./dist/handlers/index.js"
|
|
136
|
+
},
|
|
137
|
+
"./handlers/integration.handlers": {
|
|
138
|
+
"types": "./dist/handlers/integration.handlers.d.ts",
|
|
139
|
+
"bun": "./dist/handlers/integration.handlers.js",
|
|
140
|
+
"node": "./dist/node/handlers/integration.handlers.js",
|
|
141
|
+
"browser": "./dist/browser/handlers/integration.handlers.js",
|
|
142
|
+
"default": "./dist/handlers/integration.handlers.js"
|
|
143
|
+
},
|
|
144
|
+
"./integration": {
|
|
145
|
+
"types": "./dist/integration/index.d.ts",
|
|
146
|
+
"bun": "./dist/integration/index.js",
|
|
147
|
+
"node": "./dist/node/integration/index.js",
|
|
148
|
+
"browser": "./dist/browser/integration/index.js",
|
|
149
|
+
"default": "./dist/integration/index.js"
|
|
150
|
+
},
|
|
151
|
+
"./integration-hub.capability": {
|
|
152
|
+
"types": "./dist/integration-hub.capability.d.ts",
|
|
153
|
+
"bun": "./dist/integration-hub.capability.js",
|
|
154
|
+
"node": "./dist/node/integration-hub.capability.js",
|
|
155
|
+
"browser": "./dist/browser/integration-hub.capability.js",
|
|
156
|
+
"default": "./dist/integration-hub.capability.js"
|
|
157
|
+
},
|
|
158
|
+
"./integration-hub.feature": {
|
|
159
|
+
"types": "./dist/integration-hub.feature.d.ts",
|
|
160
|
+
"bun": "./dist/integration-hub.feature.js",
|
|
161
|
+
"node": "./dist/node/integration-hub.feature.js",
|
|
162
|
+
"browser": "./dist/browser/integration-hub.feature.js",
|
|
163
|
+
"default": "./dist/integration-hub.feature.js"
|
|
164
|
+
},
|
|
165
|
+
"./integration/index": {
|
|
166
|
+
"types": "./dist/integration/index.d.ts",
|
|
167
|
+
"bun": "./dist/integration/index.js",
|
|
168
|
+
"node": "./dist/node/integration/index.js",
|
|
169
|
+
"browser": "./dist/browser/integration/index.js",
|
|
170
|
+
"default": "./dist/integration/index.js"
|
|
171
|
+
},
|
|
172
|
+
"./integration/integration.enum": {
|
|
173
|
+
"types": "./dist/integration/integration.enum.d.ts",
|
|
174
|
+
"bun": "./dist/integration/integration.enum.js",
|
|
175
|
+
"node": "./dist/node/integration/integration.enum.js",
|
|
176
|
+
"browser": "./dist/browser/integration/integration.enum.js",
|
|
177
|
+
"default": "./dist/integration/integration.enum.js"
|
|
178
|
+
},
|
|
179
|
+
"./integration/integration.operations": {
|
|
180
|
+
"types": "./dist/integration/integration.operations.d.ts",
|
|
181
|
+
"bun": "./dist/integration/integration.operations.js",
|
|
182
|
+
"node": "./dist/node/integration/integration.operations.js",
|
|
183
|
+
"browser": "./dist/browser/integration/integration.operations.js",
|
|
184
|
+
"default": "./dist/integration/integration.operations.js"
|
|
185
|
+
},
|
|
186
|
+
"./integration/integration.presentation": {
|
|
187
|
+
"types": "./dist/integration/integration.presentation.d.ts",
|
|
188
|
+
"bun": "./dist/integration/integration.presentation.js",
|
|
189
|
+
"node": "./dist/node/integration/integration.presentation.js",
|
|
190
|
+
"browser": "./dist/browser/integration/integration.presentation.js",
|
|
191
|
+
"default": "./dist/integration/integration.presentation.js"
|
|
192
|
+
},
|
|
193
|
+
"./integration/integration.schema": {
|
|
194
|
+
"types": "./dist/integration/integration.schema.d.ts",
|
|
195
|
+
"bun": "./dist/integration/integration.schema.js",
|
|
196
|
+
"node": "./dist/node/integration/integration.schema.js",
|
|
197
|
+
"browser": "./dist/browser/integration/integration.schema.js",
|
|
198
|
+
"default": "./dist/integration/integration.schema.js"
|
|
199
|
+
},
|
|
200
|
+
"./seeders": {
|
|
201
|
+
"types": "./dist/seeders/index.d.ts",
|
|
202
|
+
"bun": "./dist/seeders/index.js",
|
|
203
|
+
"node": "./dist/node/seeders/index.js",
|
|
204
|
+
"browser": "./dist/browser/seeders/index.js",
|
|
205
|
+
"default": "./dist/seeders/index.js"
|
|
206
|
+
},
|
|
207
|
+
"./seeders/index": {
|
|
208
|
+
"types": "./dist/seeders/index.d.ts",
|
|
209
|
+
"bun": "./dist/seeders/index.js",
|
|
210
|
+
"node": "./dist/node/seeders/index.js",
|
|
211
|
+
"browser": "./dist/browser/seeders/index.js",
|
|
212
|
+
"default": "./dist/seeders/index.js"
|
|
213
|
+
},
|
|
214
|
+
"./sync": {
|
|
215
|
+
"types": "./dist/sync/index.d.ts",
|
|
216
|
+
"bun": "./dist/sync/index.js",
|
|
217
|
+
"node": "./dist/node/sync/index.js",
|
|
218
|
+
"browser": "./dist/browser/sync/index.js",
|
|
219
|
+
"default": "./dist/sync/index.js"
|
|
220
|
+
},
|
|
221
|
+
"./sync-engine": {
|
|
222
|
+
"types": "./dist/sync-engine/index.d.ts",
|
|
223
|
+
"bun": "./dist/sync-engine/index.js",
|
|
224
|
+
"node": "./dist/node/sync-engine/index.js",
|
|
225
|
+
"browser": "./dist/browser/sync-engine/index.js",
|
|
226
|
+
"default": "./dist/sync-engine/index.js"
|
|
227
|
+
},
|
|
228
|
+
"./sync-engine/index": {
|
|
229
|
+
"types": "./dist/sync-engine/index.d.ts",
|
|
230
|
+
"bun": "./dist/sync-engine/index.js",
|
|
231
|
+
"node": "./dist/node/sync-engine/index.js",
|
|
232
|
+
"browser": "./dist/browser/sync-engine/index.js",
|
|
233
|
+
"default": "./dist/sync-engine/index.js"
|
|
234
|
+
},
|
|
235
|
+
"./sync/index": {
|
|
236
|
+
"types": "./dist/sync/index.d.ts",
|
|
237
|
+
"bun": "./dist/sync/index.js",
|
|
238
|
+
"node": "./dist/node/sync/index.js",
|
|
239
|
+
"browser": "./dist/browser/sync/index.js",
|
|
240
|
+
"default": "./dist/sync/index.js"
|
|
241
|
+
},
|
|
242
|
+
"./sync/sync.enum": {
|
|
243
|
+
"types": "./dist/sync/sync.enum.d.ts",
|
|
244
|
+
"bun": "./dist/sync/sync.enum.js",
|
|
245
|
+
"node": "./dist/node/sync/sync.enum.js",
|
|
246
|
+
"browser": "./dist/browser/sync/sync.enum.js",
|
|
247
|
+
"default": "./dist/sync/sync.enum.js"
|
|
248
|
+
},
|
|
249
|
+
"./sync/sync.operations": {
|
|
250
|
+
"types": "./dist/sync/sync.operations.d.ts",
|
|
251
|
+
"bun": "./dist/sync/sync.operations.js",
|
|
252
|
+
"node": "./dist/node/sync/sync.operations.js",
|
|
253
|
+
"browser": "./dist/browser/sync/sync.operations.js",
|
|
254
|
+
"default": "./dist/sync/sync.operations.js"
|
|
255
|
+
},
|
|
256
|
+
"./sync/sync.presentation": {
|
|
257
|
+
"types": "./dist/sync/sync.presentation.d.ts",
|
|
258
|
+
"bun": "./dist/sync/sync.presentation.js",
|
|
259
|
+
"node": "./dist/node/sync/sync.presentation.js",
|
|
260
|
+
"browser": "./dist/browser/sync/sync.presentation.js",
|
|
261
|
+
"default": "./dist/sync/sync.presentation.js"
|
|
262
|
+
},
|
|
263
|
+
"./sync/sync.schema": {
|
|
264
|
+
"types": "./dist/sync/sync.schema.d.ts",
|
|
265
|
+
"bun": "./dist/sync/sync.schema.js",
|
|
266
|
+
"node": "./dist/node/sync/sync.schema.js",
|
|
267
|
+
"browser": "./dist/browser/sync/sync.schema.js",
|
|
268
|
+
"default": "./dist/sync/sync.schema.js"
|
|
269
|
+
},
|
|
270
|
+
"./tests/operations.test-spec": {
|
|
271
|
+
"types": "./dist/tests/operations.test-spec.d.ts",
|
|
272
|
+
"bun": "./dist/tests/operations.test-spec.js",
|
|
273
|
+
"node": "./dist/node/tests/operations.test-spec.js",
|
|
274
|
+
"browser": "./dist/browser/tests/operations.test-spec.js",
|
|
275
|
+
"default": "./dist/tests/operations.test-spec.js"
|
|
276
|
+
},
|
|
277
|
+
"./ui": {
|
|
278
|
+
"types": "./dist/ui/index.d.ts",
|
|
279
|
+
"bun": "./dist/ui/index.js",
|
|
280
|
+
"node": "./dist/node/ui/index.js",
|
|
281
|
+
"browser": "./dist/browser/ui/index.js",
|
|
282
|
+
"default": "./dist/ui/index.js"
|
|
283
|
+
},
|
|
284
|
+
"./ui/hooks": {
|
|
285
|
+
"types": "./dist/ui/hooks/index.d.ts",
|
|
286
|
+
"bun": "./dist/ui/hooks/index.js",
|
|
287
|
+
"node": "./dist/node/ui/hooks/index.js",
|
|
288
|
+
"browser": "./dist/browser/ui/hooks/index.js",
|
|
289
|
+
"default": "./dist/ui/hooks/index.js"
|
|
290
|
+
},
|
|
291
|
+
"./ui/hooks/index": {
|
|
292
|
+
"types": "./dist/ui/hooks/index.d.ts",
|
|
293
|
+
"bun": "./dist/ui/hooks/index.js",
|
|
294
|
+
"node": "./dist/node/ui/hooks/index.js",
|
|
295
|
+
"browser": "./dist/browser/ui/hooks/index.js",
|
|
296
|
+
"default": "./dist/ui/hooks/index.js"
|
|
297
|
+
},
|
|
298
|
+
"./ui/hooks/useIntegrationData": {
|
|
299
|
+
"types": "./dist/ui/hooks/useIntegrationData.d.ts",
|
|
300
|
+
"bun": "./dist/ui/hooks/useIntegrationData.js",
|
|
301
|
+
"node": "./dist/node/ui/hooks/useIntegrationData.js",
|
|
302
|
+
"browser": "./dist/browser/ui/hooks/useIntegrationData.js",
|
|
303
|
+
"default": "./dist/ui/hooks/useIntegrationData.js"
|
|
304
|
+
},
|
|
305
|
+
"./ui/index": {
|
|
306
|
+
"types": "./dist/ui/index.d.ts",
|
|
307
|
+
"bun": "./dist/ui/index.js",
|
|
308
|
+
"node": "./dist/node/ui/index.js",
|
|
309
|
+
"browser": "./dist/browser/ui/index.js",
|
|
310
|
+
"default": "./dist/ui/index.js"
|
|
311
|
+
},
|
|
312
|
+
"./ui/IntegrationDashboard": {
|
|
313
|
+
"types": "./dist/ui/IntegrationDashboard.d.ts",
|
|
314
|
+
"bun": "./dist/ui/IntegrationDashboard.js",
|
|
315
|
+
"node": "./dist/node/ui/IntegrationDashboard.js",
|
|
316
|
+
"browser": "./dist/browser/ui/IntegrationDashboard.js",
|
|
317
|
+
"default": "./dist/ui/IntegrationDashboard.js"
|
|
318
|
+
},
|
|
319
|
+
"./ui/renderers": {
|
|
320
|
+
"types": "./dist/ui/renderers/index.d.ts",
|
|
321
|
+
"bun": "./dist/ui/renderers/index.js",
|
|
322
|
+
"node": "./dist/node/ui/renderers/index.js",
|
|
323
|
+
"browser": "./dist/browser/ui/renderers/index.js",
|
|
324
|
+
"default": "./dist/ui/renderers/index.js"
|
|
325
|
+
},
|
|
326
|
+
"./ui/renderers/index": {
|
|
327
|
+
"types": "./dist/ui/renderers/index.d.ts",
|
|
328
|
+
"bun": "./dist/ui/renderers/index.js",
|
|
329
|
+
"node": "./dist/node/ui/renderers/index.js",
|
|
330
|
+
"browser": "./dist/browser/ui/renderers/index.js",
|
|
331
|
+
"default": "./dist/ui/renderers/index.js"
|
|
332
|
+
},
|
|
333
|
+
"./ui/renderers/integration.markdown": {
|
|
334
|
+
"types": "./dist/ui/renderers/integration.markdown.d.ts",
|
|
335
|
+
"bun": "./dist/ui/renderers/integration.markdown.js",
|
|
336
|
+
"node": "./dist/node/ui/renderers/integration.markdown.js",
|
|
337
|
+
"browser": "./dist/browser/ui/renderers/integration.markdown.js",
|
|
338
|
+
"default": "./dist/ui/renderers/integration.markdown.js"
|
|
339
|
+
}
|
|
82
340
|
},
|
|
83
341
|
"files": [
|
|
84
342
|
"dist",
|
|
@@ -90,301 +348,301 @@
|
|
|
90
348
|
".": {
|
|
91
349
|
"types": "./dist/index.d.ts",
|
|
92
350
|
"bun": "./dist/index.js",
|
|
93
|
-
"node": "./dist/node/index.
|
|
351
|
+
"node": "./dist/node/index.js",
|
|
94
352
|
"browser": "./dist/browser/index.js",
|
|
95
353
|
"default": "./dist/index.js"
|
|
96
354
|
},
|
|
97
355
|
"./connection": {
|
|
98
356
|
"types": "./dist/connection/index.d.ts",
|
|
99
357
|
"bun": "./dist/connection/index.js",
|
|
100
|
-
"node": "./dist/node/connection/index.
|
|
358
|
+
"node": "./dist/node/connection/index.js",
|
|
101
359
|
"browser": "./dist/browser/connection/index.js",
|
|
102
360
|
"default": "./dist/connection/index.js"
|
|
103
361
|
},
|
|
104
362
|
"./connection/connection.enum": {
|
|
105
363
|
"types": "./dist/connection/connection.enum.d.ts",
|
|
106
364
|
"bun": "./dist/connection/connection.enum.js",
|
|
107
|
-
"node": "./dist/node/connection/connection.enum.
|
|
365
|
+
"node": "./dist/node/connection/connection.enum.js",
|
|
108
366
|
"browser": "./dist/browser/connection/connection.enum.js",
|
|
109
367
|
"default": "./dist/connection/connection.enum.js"
|
|
110
368
|
},
|
|
111
369
|
"./connection/connection.operation": {
|
|
112
370
|
"types": "./dist/connection/connection.operation.d.ts",
|
|
113
371
|
"bun": "./dist/connection/connection.operation.js",
|
|
114
|
-
"node": "./dist/node/connection/connection.operation.
|
|
372
|
+
"node": "./dist/node/connection/connection.operation.js",
|
|
115
373
|
"browser": "./dist/browser/connection/connection.operation.js",
|
|
116
374
|
"default": "./dist/connection/connection.operation.js"
|
|
117
375
|
},
|
|
118
376
|
"./connection/connection.presentation": {
|
|
119
377
|
"types": "./dist/connection/connection.presentation.d.ts",
|
|
120
378
|
"bun": "./dist/connection/connection.presentation.js",
|
|
121
|
-
"node": "./dist/node/connection/connection.presentation.
|
|
379
|
+
"node": "./dist/node/connection/connection.presentation.js",
|
|
122
380
|
"browser": "./dist/browser/connection/connection.presentation.js",
|
|
123
381
|
"default": "./dist/connection/connection.presentation.js"
|
|
124
382
|
},
|
|
125
383
|
"./connection/connection.schema": {
|
|
126
384
|
"types": "./dist/connection/connection.schema.d.ts",
|
|
127
385
|
"bun": "./dist/connection/connection.schema.js",
|
|
128
|
-
"node": "./dist/node/connection/connection.schema.
|
|
386
|
+
"node": "./dist/node/connection/connection.schema.js",
|
|
129
387
|
"browser": "./dist/browser/connection/connection.schema.js",
|
|
130
388
|
"default": "./dist/connection/connection.schema.js"
|
|
131
389
|
},
|
|
132
390
|
"./connection/index": {
|
|
133
391
|
"types": "./dist/connection/index.d.ts",
|
|
134
392
|
"bun": "./dist/connection/index.js",
|
|
135
|
-
"node": "./dist/node/connection/index.
|
|
393
|
+
"node": "./dist/node/connection/index.js",
|
|
136
394
|
"browser": "./dist/browser/connection/index.js",
|
|
137
395
|
"default": "./dist/connection/index.js"
|
|
138
396
|
},
|
|
139
397
|
"./docs": {
|
|
140
398
|
"types": "./dist/docs/index.d.ts",
|
|
141
399
|
"bun": "./dist/docs/index.js",
|
|
142
|
-
"node": "./dist/node/docs/index.
|
|
400
|
+
"node": "./dist/node/docs/index.js",
|
|
143
401
|
"browser": "./dist/browser/docs/index.js",
|
|
144
402
|
"default": "./dist/docs/index.js"
|
|
145
403
|
},
|
|
146
404
|
"./docs/index": {
|
|
147
405
|
"types": "./dist/docs/index.d.ts",
|
|
148
406
|
"bun": "./dist/docs/index.js",
|
|
149
|
-
"node": "./dist/node/docs/index.
|
|
407
|
+
"node": "./dist/node/docs/index.js",
|
|
150
408
|
"browser": "./dist/browser/docs/index.js",
|
|
151
409
|
"default": "./dist/docs/index.js"
|
|
152
410
|
},
|
|
153
411
|
"./docs/integration-hub.docblock": {
|
|
154
412
|
"types": "./dist/docs/integration-hub.docblock.d.ts",
|
|
155
413
|
"bun": "./dist/docs/integration-hub.docblock.js",
|
|
156
|
-
"node": "./dist/node/docs/integration-hub.docblock.
|
|
414
|
+
"node": "./dist/node/docs/integration-hub.docblock.js",
|
|
157
415
|
"browser": "./dist/browser/docs/integration-hub.docblock.js",
|
|
158
416
|
"default": "./dist/docs/integration-hub.docblock.js"
|
|
159
417
|
},
|
|
160
418
|
"./events": {
|
|
161
419
|
"types": "./dist/events.d.ts",
|
|
162
420
|
"bun": "./dist/events.js",
|
|
163
|
-
"node": "./dist/node/events.
|
|
421
|
+
"node": "./dist/node/events.js",
|
|
164
422
|
"browser": "./dist/browser/events.js",
|
|
165
423
|
"default": "./dist/events.js"
|
|
166
424
|
},
|
|
167
425
|
"./example": {
|
|
168
426
|
"types": "./dist/example.d.ts",
|
|
169
427
|
"bun": "./dist/example.js",
|
|
170
|
-
"node": "./dist/node/example.
|
|
428
|
+
"node": "./dist/node/example.js",
|
|
171
429
|
"browser": "./dist/browser/example.js",
|
|
172
430
|
"default": "./dist/example.js"
|
|
173
431
|
},
|
|
174
432
|
"./handlers": {
|
|
175
433
|
"types": "./dist/handlers/index.d.ts",
|
|
176
434
|
"bun": "./dist/handlers/index.js",
|
|
177
|
-
"node": "./dist/node/handlers/index.
|
|
435
|
+
"node": "./dist/node/handlers/index.js",
|
|
178
436
|
"browser": "./dist/browser/handlers/index.js",
|
|
179
437
|
"default": "./dist/handlers/index.js"
|
|
180
438
|
},
|
|
181
439
|
"./handlers/index": {
|
|
182
440
|
"types": "./dist/handlers/index.d.ts",
|
|
183
441
|
"bun": "./dist/handlers/index.js",
|
|
184
|
-
"node": "./dist/node/handlers/index.
|
|
442
|
+
"node": "./dist/node/handlers/index.js",
|
|
185
443
|
"browser": "./dist/browser/handlers/index.js",
|
|
186
444
|
"default": "./dist/handlers/index.js"
|
|
187
445
|
},
|
|
188
446
|
"./handlers/integration.handlers": {
|
|
189
447
|
"types": "./dist/handlers/integration.handlers.d.ts",
|
|
190
448
|
"bun": "./dist/handlers/integration.handlers.js",
|
|
191
|
-
"node": "./dist/node/handlers/integration.handlers.
|
|
449
|
+
"node": "./dist/node/handlers/integration.handlers.js",
|
|
192
450
|
"browser": "./dist/browser/handlers/integration.handlers.js",
|
|
193
451
|
"default": "./dist/handlers/integration.handlers.js"
|
|
194
452
|
},
|
|
195
453
|
"./integration": {
|
|
196
454
|
"types": "./dist/integration/index.d.ts",
|
|
197
455
|
"bun": "./dist/integration/index.js",
|
|
198
|
-
"node": "./dist/node/integration/index.
|
|
456
|
+
"node": "./dist/node/integration/index.js",
|
|
199
457
|
"browser": "./dist/browser/integration/index.js",
|
|
200
458
|
"default": "./dist/integration/index.js"
|
|
201
459
|
},
|
|
202
460
|
"./integration-hub.capability": {
|
|
203
461
|
"types": "./dist/integration-hub.capability.d.ts",
|
|
204
462
|
"bun": "./dist/integration-hub.capability.js",
|
|
205
|
-
"node": "./dist/node/integration-hub.capability.
|
|
463
|
+
"node": "./dist/node/integration-hub.capability.js",
|
|
206
464
|
"browser": "./dist/browser/integration-hub.capability.js",
|
|
207
465
|
"default": "./dist/integration-hub.capability.js"
|
|
208
466
|
},
|
|
209
467
|
"./integration-hub.feature": {
|
|
210
468
|
"types": "./dist/integration-hub.feature.d.ts",
|
|
211
469
|
"bun": "./dist/integration-hub.feature.js",
|
|
212
|
-
"node": "./dist/node/integration-hub.feature.
|
|
470
|
+
"node": "./dist/node/integration-hub.feature.js",
|
|
213
471
|
"browser": "./dist/browser/integration-hub.feature.js",
|
|
214
472
|
"default": "./dist/integration-hub.feature.js"
|
|
215
473
|
},
|
|
216
474
|
"./integration/index": {
|
|
217
475
|
"types": "./dist/integration/index.d.ts",
|
|
218
476
|
"bun": "./dist/integration/index.js",
|
|
219
|
-
"node": "./dist/node/integration/index.
|
|
477
|
+
"node": "./dist/node/integration/index.js",
|
|
220
478
|
"browser": "./dist/browser/integration/index.js",
|
|
221
479
|
"default": "./dist/integration/index.js"
|
|
222
480
|
},
|
|
223
481
|
"./integration/integration.enum": {
|
|
224
482
|
"types": "./dist/integration/integration.enum.d.ts",
|
|
225
483
|
"bun": "./dist/integration/integration.enum.js",
|
|
226
|
-
"node": "./dist/node/integration/integration.enum.
|
|
484
|
+
"node": "./dist/node/integration/integration.enum.js",
|
|
227
485
|
"browser": "./dist/browser/integration/integration.enum.js",
|
|
228
486
|
"default": "./dist/integration/integration.enum.js"
|
|
229
487
|
},
|
|
230
488
|
"./integration/integration.operations": {
|
|
231
489
|
"types": "./dist/integration/integration.operations.d.ts",
|
|
232
490
|
"bun": "./dist/integration/integration.operations.js",
|
|
233
|
-
"node": "./dist/node/integration/integration.operations.
|
|
491
|
+
"node": "./dist/node/integration/integration.operations.js",
|
|
234
492
|
"browser": "./dist/browser/integration/integration.operations.js",
|
|
235
493
|
"default": "./dist/integration/integration.operations.js"
|
|
236
494
|
},
|
|
237
495
|
"./integration/integration.presentation": {
|
|
238
496
|
"types": "./dist/integration/integration.presentation.d.ts",
|
|
239
497
|
"bun": "./dist/integration/integration.presentation.js",
|
|
240
|
-
"node": "./dist/node/integration/integration.presentation.
|
|
498
|
+
"node": "./dist/node/integration/integration.presentation.js",
|
|
241
499
|
"browser": "./dist/browser/integration/integration.presentation.js",
|
|
242
500
|
"default": "./dist/integration/integration.presentation.js"
|
|
243
501
|
},
|
|
244
502
|
"./integration/integration.schema": {
|
|
245
503
|
"types": "./dist/integration/integration.schema.d.ts",
|
|
246
504
|
"bun": "./dist/integration/integration.schema.js",
|
|
247
|
-
"node": "./dist/node/integration/integration.schema.
|
|
505
|
+
"node": "./dist/node/integration/integration.schema.js",
|
|
248
506
|
"browser": "./dist/browser/integration/integration.schema.js",
|
|
249
507
|
"default": "./dist/integration/integration.schema.js"
|
|
250
508
|
},
|
|
251
509
|
"./seeders": {
|
|
252
510
|
"types": "./dist/seeders/index.d.ts",
|
|
253
511
|
"bun": "./dist/seeders/index.js",
|
|
254
|
-
"node": "./dist/node/seeders/index.
|
|
512
|
+
"node": "./dist/node/seeders/index.js",
|
|
255
513
|
"browser": "./dist/browser/seeders/index.js",
|
|
256
514
|
"default": "./dist/seeders/index.js"
|
|
257
515
|
},
|
|
258
516
|
"./seeders/index": {
|
|
259
517
|
"types": "./dist/seeders/index.d.ts",
|
|
260
518
|
"bun": "./dist/seeders/index.js",
|
|
261
|
-
"node": "./dist/node/seeders/index.
|
|
519
|
+
"node": "./dist/node/seeders/index.js",
|
|
262
520
|
"browser": "./dist/browser/seeders/index.js",
|
|
263
521
|
"default": "./dist/seeders/index.js"
|
|
264
522
|
},
|
|
265
523
|
"./sync": {
|
|
266
524
|
"types": "./dist/sync/index.d.ts",
|
|
267
525
|
"bun": "./dist/sync/index.js",
|
|
268
|
-
"node": "./dist/node/sync/index.
|
|
526
|
+
"node": "./dist/node/sync/index.js",
|
|
269
527
|
"browser": "./dist/browser/sync/index.js",
|
|
270
528
|
"default": "./dist/sync/index.js"
|
|
271
529
|
},
|
|
272
530
|
"./sync-engine": {
|
|
273
531
|
"types": "./dist/sync-engine/index.d.ts",
|
|
274
532
|
"bun": "./dist/sync-engine/index.js",
|
|
275
|
-
"node": "./dist/node/sync-engine/index.
|
|
533
|
+
"node": "./dist/node/sync-engine/index.js",
|
|
276
534
|
"browser": "./dist/browser/sync-engine/index.js",
|
|
277
535
|
"default": "./dist/sync-engine/index.js"
|
|
278
536
|
},
|
|
279
537
|
"./sync-engine/index": {
|
|
280
538
|
"types": "./dist/sync-engine/index.d.ts",
|
|
281
539
|
"bun": "./dist/sync-engine/index.js",
|
|
282
|
-
"node": "./dist/node/sync-engine/index.
|
|
540
|
+
"node": "./dist/node/sync-engine/index.js",
|
|
283
541
|
"browser": "./dist/browser/sync-engine/index.js",
|
|
284
542
|
"default": "./dist/sync-engine/index.js"
|
|
285
543
|
},
|
|
286
544
|
"./sync/index": {
|
|
287
545
|
"types": "./dist/sync/index.d.ts",
|
|
288
546
|
"bun": "./dist/sync/index.js",
|
|
289
|
-
"node": "./dist/node/sync/index.
|
|
547
|
+
"node": "./dist/node/sync/index.js",
|
|
290
548
|
"browser": "./dist/browser/sync/index.js",
|
|
291
549
|
"default": "./dist/sync/index.js"
|
|
292
550
|
},
|
|
293
551
|
"./sync/sync.enum": {
|
|
294
552
|
"types": "./dist/sync/sync.enum.d.ts",
|
|
295
553
|
"bun": "./dist/sync/sync.enum.js",
|
|
296
|
-
"node": "./dist/node/sync/sync.enum.
|
|
554
|
+
"node": "./dist/node/sync/sync.enum.js",
|
|
297
555
|
"browser": "./dist/browser/sync/sync.enum.js",
|
|
298
556
|
"default": "./dist/sync/sync.enum.js"
|
|
299
557
|
},
|
|
300
558
|
"./sync/sync.operations": {
|
|
301
559
|
"types": "./dist/sync/sync.operations.d.ts",
|
|
302
560
|
"bun": "./dist/sync/sync.operations.js",
|
|
303
|
-
"node": "./dist/node/sync/sync.operations.
|
|
561
|
+
"node": "./dist/node/sync/sync.operations.js",
|
|
304
562
|
"browser": "./dist/browser/sync/sync.operations.js",
|
|
305
563
|
"default": "./dist/sync/sync.operations.js"
|
|
306
564
|
},
|
|
307
565
|
"./sync/sync.presentation": {
|
|
308
566
|
"types": "./dist/sync/sync.presentation.d.ts",
|
|
309
567
|
"bun": "./dist/sync/sync.presentation.js",
|
|
310
|
-
"node": "./dist/node/sync/sync.presentation.
|
|
568
|
+
"node": "./dist/node/sync/sync.presentation.js",
|
|
311
569
|
"browser": "./dist/browser/sync/sync.presentation.js",
|
|
312
570
|
"default": "./dist/sync/sync.presentation.js"
|
|
313
571
|
},
|
|
314
572
|
"./sync/sync.schema": {
|
|
315
573
|
"types": "./dist/sync/sync.schema.d.ts",
|
|
316
574
|
"bun": "./dist/sync/sync.schema.js",
|
|
317
|
-
"node": "./dist/node/sync/sync.schema.
|
|
575
|
+
"node": "./dist/node/sync/sync.schema.js",
|
|
318
576
|
"browser": "./dist/browser/sync/sync.schema.js",
|
|
319
577
|
"default": "./dist/sync/sync.schema.js"
|
|
320
578
|
},
|
|
321
579
|
"./tests/operations.test-spec": {
|
|
322
580
|
"types": "./dist/tests/operations.test-spec.d.ts",
|
|
323
581
|
"bun": "./dist/tests/operations.test-spec.js",
|
|
324
|
-
"node": "./dist/node/tests/operations.test-spec.
|
|
582
|
+
"node": "./dist/node/tests/operations.test-spec.js",
|
|
325
583
|
"browser": "./dist/browser/tests/operations.test-spec.js",
|
|
326
584
|
"default": "./dist/tests/operations.test-spec.js"
|
|
327
585
|
},
|
|
328
586
|
"./ui": {
|
|
329
587
|
"types": "./dist/ui/index.d.ts",
|
|
330
588
|
"bun": "./dist/ui/index.js",
|
|
331
|
-
"node": "./dist/node/ui/index.
|
|
589
|
+
"node": "./dist/node/ui/index.js",
|
|
332
590
|
"browser": "./dist/browser/ui/index.js",
|
|
333
591
|
"default": "./dist/ui/index.js"
|
|
334
592
|
},
|
|
335
593
|
"./ui/hooks": {
|
|
336
594
|
"types": "./dist/ui/hooks/index.d.ts",
|
|
337
595
|
"bun": "./dist/ui/hooks/index.js",
|
|
338
|
-
"node": "./dist/node/ui/hooks/index.
|
|
596
|
+
"node": "./dist/node/ui/hooks/index.js",
|
|
339
597
|
"browser": "./dist/browser/ui/hooks/index.js",
|
|
340
598
|
"default": "./dist/ui/hooks/index.js"
|
|
341
599
|
},
|
|
342
600
|
"./ui/hooks/index": {
|
|
343
601
|
"types": "./dist/ui/hooks/index.d.ts",
|
|
344
602
|
"bun": "./dist/ui/hooks/index.js",
|
|
345
|
-
"node": "./dist/node/ui/hooks/index.
|
|
603
|
+
"node": "./dist/node/ui/hooks/index.js",
|
|
346
604
|
"browser": "./dist/browser/ui/hooks/index.js",
|
|
347
605
|
"default": "./dist/ui/hooks/index.js"
|
|
348
606
|
},
|
|
349
607
|
"./ui/hooks/useIntegrationData": {
|
|
350
608
|
"types": "./dist/ui/hooks/useIntegrationData.d.ts",
|
|
351
609
|
"bun": "./dist/ui/hooks/useIntegrationData.js",
|
|
352
|
-
"node": "./dist/node/ui/hooks/useIntegrationData.
|
|
610
|
+
"node": "./dist/node/ui/hooks/useIntegrationData.js",
|
|
353
611
|
"browser": "./dist/browser/ui/hooks/useIntegrationData.js",
|
|
354
612
|
"default": "./dist/ui/hooks/useIntegrationData.js"
|
|
355
613
|
},
|
|
356
614
|
"./ui/index": {
|
|
357
615
|
"types": "./dist/ui/index.d.ts",
|
|
358
616
|
"bun": "./dist/ui/index.js",
|
|
359
|
-
"node": "./dist/node/ui/index.
|
|
617
|
+
"node": "./dist/node/ui/index.js",
|
|
360
618
|
"browser": "./dist/browser/ui/index.js",
|
|
361
619
|
"default": "./dist/ui/index.js"
|
|
362
620
|
},
|
|
363
621
|
"./ui/IntegrationDashboard": {
|
|
364
622
|
"types": "./dist/ui/IntegrationDashboard.d.ts",
|
|
365
623
|
"bun": "./dist/ui/IntegrationDashboard.js",
|
|
366
|
-
"node": "./dist/node/ui/IntegrationDashboard.
|
|
624
|
+
"node": "./dist/node/ui/IntegrationDashboard.js",
|
|
367
625
|
"browser": "./dist/browser/ui/IntegrationDashboard.js",
|
|
368
626
|
"default": "./dist/ui/IntegrationDashboard.js"
|
|
369
627
|
},
|
|
370
628
|
"./ui/renderers": {
|
|
371
629
|
"types": "./dist/ui/renderers/index.d.ts",
|
|
372
630
|
"bun": "./dist/ui/renderers/index.js",
|
|
373
|
-
"node": "./dist/node/ui/renderers/index.
|
|
631
|
+
"node": "./dist/node/ui/renderers/index.js",
|
|
374
632
|
"browser": "./dist/browser/ui/renderers/index.js",
|
|
375
633
|
"default": "./dist/ui/renderers/index.js"
|
|
376
634
|
},
|
|
377
635
|
"./ui/renderers/index": {
|
|
378
636
|
"types": "./dist/ui/renderers/index.d.ts",
|
|
379
637
|
"bun": "./dist/ui/renderers/index.js",
|
|
380
|
-
"node": "./dist/node/ui/renderers/index.
|
|
638
|
+
"node": "./dist/node/ui/renderers/index.js",
|
|
381
639
|
"browser": "./dist/browser/ui/renderers/index.js",
|
|
382
640
|
"default": "./dist/ui/renderers/index.js"
|
|
383
641
|
},
|
|
384
642
|
"./ui/renderers/integration.markdown": {
|
|
385
643
|
"types": "./dist/ui/renderers/integration.markdown.d.ts",
|
|
386
644
|
"bun": "./dist/ui/renderers/integration.markdown.js",
|
|
387
|
-
"node": "./dist/node/ui/renderers/integration.markdown.
|
|
645
|
+
"node": "./dist/node/ui/renderers/integration.markdown.js",
|
|
388
646
|
"browser": "./dist/browser/ui/renderers/integration.markdown.js",
|
|
389
647
|
"default": "./dist/ui/renderers/integration.markdown.js"
|
|
390
648
|
}
|