@contractspec/integration.providers-impls 1.60.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.
Files changed (1) hide show
  1. package/package.json +117 -117
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/integration.providers-impls",
3
- "version": "1.60.0",
3
+ "version": "1.61.0",
4
4
  "description": "Integration provider implementations for email, payments, storage, and more",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -32,8 +32,8 @@
32
32
  "typecheck": "tsc --noEmit"
33
33
  },
34
34
  "dependencies": {
35
- "@contractspec/lib.contracts": "1.60.0",
36
- "@contractspec/integration.runtime": "1.60.0",
35
+ "@contractspec/lib.contracts": "1.61.0",
36
+ "@contractspec/integration.runtime": "1.61.0",
37
37
  "@elevenlabs/elevenlabs-js": "^2.34.0",
38
38
  "@fal-ai/client": "^1.9.0",
39
39
  "@google-cloud/storage": "^7.19.0",
@@ -54,345 +54,345 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/bun": "latest",
57
- "@contractspec/tool.typescript": "1.60.0",
57
+ "@contractspec/tool.typescript": "1.61.0",
58
58
  "typescript": "^5.9.3",
59
- "@contractspec/tool.bun": "1.59.0"
59
+ "@contractspec/tool.bun": "1.60.0"
60
60
  },
61
61
  "exports": {
62
62
  ".": {
63
63
  "types": "./dist/index.d.ts",
64
64
  "bun": "./dist/index.js",
65
- "node": "./dist/node/index.mjs",
65
+ "node": "./dist/node/index.js",
66
66
  "default": "./dist/index.js"
67
67
  },
68
68
  "./analytics": {
69
69
  "types": "./dist/analytics.d.ts",
70
70
  "bun": "./dist/analytics.js",
71
- "node": "./dist/node/analytics.mjs",
71
+ "node": "./dist/node/analytics.js",
72
72
  "default": "./dist/analytics.js"
73
73
  },
74
74
  "./calendar": {
75
75
  "types": "./dist/calendar.d.ts",
76
76
  "bun": "./dist/calendar.js",
77
- "node": "./dist/node/calendar.mjs",
77
+ "node": "./dist/node/calendar.js",
78
78
  "default": "./dist/calendar.js"
79
79
  },
80
80
  "./database": {
81
81
  "types": "./dist/database.d.ts",
82
82
  "bun": "./dist/database.js",
83
- "node": "./dist/node/database.mjs",
83
+ "node": "./dist/node/database.js",
84
84
  "default": "./dist/database.js"
85
85
  },
86
86
  "./email": {
87
87
  "types": "./dist/email.d.ts",
88
88
  "bun": "./dist/email.js",
89
- "node": "./dist/node/email.mjs",
89
+ "node": "./dist/node/email.js",
90
90
  "default": "./dist/email.js"
91
91
  },
92
92
  "./embedding": {
93
93
  "types": "./dist/embedding.d.ts",
94
94
  "bun": "./dist/embedding.js",
95
- "node": "./dist/node/embedding.mjs",
95
+ "node": "./dist/node/embedding.js",
96
96
  "default": "./dist/embedding.js"
97
97
  },
98
98
  "./impls": {
99
99
  "types": "./dist/impls/index.d.ts",
100
100
  "bun": "./dist/impls/index.js",
101
- "node": "./dist/node/impls/index.mjs",
101
+ "node": "./dist/node/impls/index.js",
102
102
  "default": "./dist/impls/index.js"
103
103
  },
104
104
  "./impls/elevenlabs-voice": {
105
105
  "types": "./dist/impls/elevenlabs-voice.d.ts",
106
106
  "bun": "./dist/impls/elevenlabs-voice.js",
107
- "node": "./dist/node/impls/elevenlabs-voice.mjs",
107
+ "node": "./dist/node/impls/elevenlabs-voice.js",
108
108
  "default": "./dist/impls/elevenlabs-voice.js"
109
109
  },
110
110
  "./impls/fal-voice": {
111
111
  "types": "./dist/impls/fal-voice.d.ts",
112
112
  "bun": "./dist/impls/fal-voice.js",
113
- "node": "./dist/node/impls/fal-voice.mjs",
113
+ "node": "./dist/node/impls/fal-voice.js",
114
114
  "default": "./dist/impls/fal-voice.js"
115
115
  },
116
116
  "./impls/fathom-meeting-recorder": {
117
117
  "types": "./dist/impls/fathom-meeting-recorder.d.ts",
118
118
  "bun": "./dist/impls/fathom-meeting-recorder.js",
119
- "node": "./dist/node/impls/fathom-meeting-recorder.mjs",
119
+ "node": "./dist/node/impls/fathom-meeting-recorder.js",
120
120
  "default": "./dist/impls/fathom-meeting-recorder.js"
121
121
  },
122
122
  "./impls/fathom-meeting-recorder.mapper": {
123
123
  "types": "./dist/impls/fathom-meeting-recorder.mapper.d.ts",
124
124
  "bun": "./dist/impls/fathom-meeting-recorder.mapper.js",
125
- "node": "./dist/node/impls/fathom-meeting-recorder.mapper.mjs",
125
+ "node": "./dist/node/impls/fathom-meeting-recorder.mapper.js",
126
126
  "default": "./dist/impls/fathom-meeting-recorder.mapper.js"
127
127
  },
128
128
  "./impls/fathom-meeting-recorder.types": {
129
129
  "types": "./dist/impls/fathom-meeting-recorder.types.d.ts",
130
130
  "bun": "./dist/impls/fathom-meeting-recorder.types.js",
131
- "node": "./dist/node/impls/fathom-meeting-recorder.types.mjs",
131
+ "node": "./dist/node/impls/fathom-meeting-recorder.types.js",
132
132
  "default": "./dist/impls/fathom-meeting-recorder.types.js"
133
133
  },
134
134
  "./impls/fathom-meeting-recorder.utils": {
135
135
  "types": "./dist/impls/fathom-meeting-recorder.utils.d.ts",
136
136
  "bun": "./dist/impls/fathom-meeting-recorder.utils.js",
137
- "node": "./dist/node/impls/fathom-meeting-recorder.utils.mjs",
137
+ "node": "./dist/node/impls/fathom-meeting-recorder.utils.js",
138
138
  "default": "./dist/impls/fathom-meeting-recorder.utils.js"
139
139
  },
140
140
  "./impls/fathom-meeting-recorder.webhooks": {
141
141
  "types": "./dist/impls/fathom-meeting-recorder.webhooks.d.ts",
142
142
  "bun": "./dist/impls/fathom-meeting-recorder.webhooks.js",
143
- "node": "./dist/node/impls/fathom-meeting-recorder.webhooks.mjs",
143
+ "node": "./dist/node/impls/fathom-meeting-recorder.webhooks.js",
144
144
  "default": "./dist/impls/fathom-meeting-recorder.webhooks.js"
145
145
  },
146
146
  "./impls/fireflies-meeting-recorder": {
147
147
  "types": "./dist/impls/fireflies-meeting-recorder.d.ts",
148
148
  "bun": "./dist/impls/fireflies-meeting-recorder.js",
149
- "node": "./dist/node/impls/fireflies-meeting-recorder.mjs",
149
+ "node": "./dist/node/impls/fireflies-meeting-recorder.js",
150
150
  "default": "./dist/impls/fireflies-meeting-recorder.js"
151
151
  },
152
152
  "./impls/fireflies-meeting-recorder.queries": {
153
153
  "types": "./dist/impls/fireflies-meeting-recorder.queries.d.ts",
154
154
  "bun": "./dist/impls/fireflies-meeting-recorder.queries.js",
155
- "node": "./dist/node/impls/fireflies-meeting-recorder.queries.mjs",
155
+ "node": "./dist/node/impls/fireflies-meeting-recorder.queries.js",
156
156
  "default": "./dist/impls/fireflies-meeting-recorder.queries.js"
157
157
  },
158
158
  "./impls/fireflies-meeting-recorder.types": {
159
159
  "types": "./dist/impls/fireflies-meeting-recorder.types.d.ts",
160
160
  "bun": "./dist/impls/fireflies-meeting-recorder.types.js",
161
- "node": "./dist/node/impls/fireflies-meeting-recorder.types.mjs",
161
+ "node": "./dist/node/impls/fireflies-meeting-recorder.types.js",
162
162
  "default": "./dist/impls/fireflies-meeting-recorder.types.js"
163
163
  },
164
164
  "./impls/fireflies-meeting-recorder.utils": {
165
165
  "types": "./dist/impls/fireflies-meeting-recorder.utils.d.ts",
166
166
  "bun": "./dist/impls/fireflies-meeting-recorder.utils.js",
167
- "node": "./dist/node/impls/fireflies-meeting-recorder.utils.mjs",
167
+ "node": "./dist/node/impls/fireflies-meeting-recorder.utils.js",
168
168
  "default": "./dist/impls/fireflies-meeting-recorder.utils.js"
169
169
  },
170
170
  "./impls/gcs-storage": {
171
171
  "types": "./dist/impls/gcs-storage.d.ts",
172
172
  "bun": "./dist/impls/gcs-storage.js",
173
- "node": "./dist/node/impls/gcs-storage.mjs",
173
+ "node": "./dist/node/impls/gcs-storage.js",
174
174
  "default": "./dist/impls/gcs-storage.js"
175
175
  },
176
176
  "./impls/gmail-inbound": {
177
177
  "types": "./dist/impls/gmail-inbound.d.ts",
178
178
  "bun": "./dist/impls/gmail-inbound.js",
179
- "node": "./dist/node/impls/gmail-inbound.mjs",
179
+ "node": "./dist/node/impls/gmail-inbound.js",
180
180
  "default": "./dist/impls/gmail-inbound.js"
181
181
  },
182
182
  "./impls/gmail-outbound": {
183
183
  "types": "./dist/impls/gmail-outbound.d.ts",
184
184
  "bun": "./dist/impls/gmail-outbound.js",
185
- "node": "./dist/node/impls/gmail-outbound.mjs",
185
+ "node": "./dist/node/impls/gmail-outbound.js",
186
186
  "default": "./dist/impls/gmail-outbound.js"
187
187
  },
188
188
  "./impls/google-calendar": {
189
189
  "types": "./dist/impls/google-calendar.d.ts",
190
190
  "bun": "./dist/impls/google-calendar.js",
191
- "node": "./dist/node/impls/google-calendar.mjs",
191
+ "node": "./dist/node/impls/google-calendar.js",
192
192
  "default": "./dist/impls/google-calendar.js"
193
193
  },
194
194
  "./impls/gradium-voice": {
195
195
  "types": "./dist/impls/gradium-voice.d.ts",
196
196
  "bun": "./dist/impls/gradium-voice.js",
197
- "node": "./dist/node/impls/gradium-voice.mjs",
197
+ "node": "./dist/node/impls/gradium-voice.js",
198
198
  "default": "./dist/impls/gradium-voice.js"
199
199
  },
200
200
  "./impls/granola-meeting-recorder": {
201
201
  "types": "./dist/impls/granola-meeting-recorder.d.ts",
202
202
  "bun": "./dist/impls/granola-meeting-recorder.js",
203
- "node": "./dist/node/impls/granola-meeting-recorder.mjs",
203
+ "node": "./dist/node/impls/granola-meeting-recorder.js",
204
204
  "default": "./dist/impls/granola-meeting-recorder.js"
205
205
  },
206
206
  "./impls/granola-meeting-recorder.mcp": {
207
207
  "types": "./dist/impls/granola-meeting-recorder.mcp.d.ts",
208
208
  "bun": "./dist/impls/granola-meeting-recorder.mcp.js",
209
- "node": "./dist/node/impls/granola-meeting-recorder.mcp.mjs",
209
+ "node": "./dist/node/impls/granola-meeting-recorder.mcp.js",
210
210
  "default": "./dist/impls/granola-meeting-recorder.mcp.js"
211
211
  },
212
212
  "./impls/granola-meeting-recorder.types": {
213
213
  "types": "./dist/impls/granola-meeting-recorder.types.d.ts",
214
214
  "bun": "./dist/impls/granola-meeting-recorder.types.js",
215
- "node": "./dist/node/impls/granola-meeting-recorder.types.mjs",
215
+ "node": "./dist/node/impls/granola-meeting-recorder.types.js",
216
216
  "default": "./dist/impls/granola-meeting-recorder.types.js"
217
217
  },
218
218
  "./impls/index": {
219
219
  "types": "./dist/impls/index.d.ts",
220
220
  "bun": "./dist/impls/index.js",
221
- "node": "./dist/node/impls/index.mjs",
221
+ "node": "./dist/node/impls/index.js",
222
222
  "default": "./dist/impls/index.js"
223
223
  },
224
224
  "./impls/jira": {
225
225
  "types": "./dist/impls/jira.d.ts",
226
226
  "bun": "./dist/impls/jira.js",
227
- "node": "./dist/node/impls/jira.mjs",
227
+ "node": "./dist/node/impls/jira.js",
228
228
  "default": "./dist/impls/jira.js"
229
229
  },
230
230
  "./impls/linear": {
231
231
  "types": "./dist/impls/linear.d.ts",
232
232
  "bun": "./dist/impls/linear.js",
233
- "node": "./dist/node/impls/linear.mjs",
233
+ "node": "./dist/node/impls/linear.js",
234
234
  "default": "./dist/impls/linear.js"
235
235
  },
236
236
  "./impls/mistral-embedding": {
237
237
  "types": "./dist/impls/mistral-embedding.d.ts",
238
238
  "bun": "./dist/impls/mistral-embedding.js",
239
- "node": "./dist/node/impls/mistral-embedding.mjs",
239
+ "node": "./dist/node/impls/mistral-embedding.js",
240
240
  "default": "./dist/impls/mistral-embedding.js"
241
241
  },
242
242
  "./impls/mistral-llm": {
243
243
  "types": "./dist/impls/mistral-llm.d.ts",
244
244
  "bun": "./dist/impls/mistral-llm.js",
245
- "node": "./dist/node/impls/mistral-llm.mjs",
245
+ "node": "./dist/node/impls/mistral-llm.js",
246
246
  "default": "./dist/impls/mistral-llm.js"
247
247
  },
248
248
  "./impls/notion": {
249
249
  "types": "./dist/impls/notion.d.ts",
250
250
  "bun": "./dist/impls/notion.js",
251
- "node": "./dist/node/impls/notion.mjs",
251
+ "node": "./dist/node/impls/notion.js",
252
252
  "default": "./dist/impls/notion.js"
253
253
  },
254
254
  "./impls/posthog": {
255
255
  "types": "./dist/impls/posthog.d.ts",
256
256
  "bun": "./dist/impls/posthog.js",
257
- "node": "./dist/node/impls/posthog.mjs",
257
+ "node": "./dist/node/impls/posthog.js",
258
258
  "default": "./dist/impls/posthog.js"
259
259
  },
260
260
  "./impls/posthog-reader": {
261
261
  "types": "./dist/impls/posthog-reader.d.ts",
262
262
  "bun": "./dist/impls/posthog-reader.js",
263
- "node": "./dist/node/impls/posthog-reader.mjs",
263
+ "node": "./dist/node/impls/posthog-reader.js",
264
264
  "default": "./dist/impls/posthog-reader.js"
265
265
  },
266
266
  "./impls/posthog-utils": {
267
267
  "types": "./dist/impls/posthog-utils.d.ts",
268
268
  "bun": "./dist/impls/posthog-utils.js",
269
- "node": "./dist/node/impls/posthog-utils.mjs",
269
+ "node": "./dist/node/impls/posthog-utils.js",
270
270
  "default": "./dist/impls/posthog-utils.js"
271
271
  },
272
272
  "./impls/postmark-email": {
273
273
  "types": "./dist/impls/postmark-email.d.ts",
274
274
  "bun": "./dist/impls/postmark-email.js",
275
- "node": "./dist/node/impls/postmark-email.mjs",
275
+ "node": "./dist/node/impls/postmark-email.js",
276
276
  "default": "./dist/impls/postmark-email.js"
277
277
  },
278
278
  "./impls/powens-client": {
279
279
  "types": "./dist/impls/powens-client.d.ts",
280
280
  "bun": "./dist/impls/powens-client.js",
281
- "node": "./dist/node/impls/powens-client.mjs",
281
+ "node": "./dist/node/impls/powens-client.js",
282
282
  "default": "./dist/impls/powens-client.js"
283
283
  },
284
284
  "./impls/powens-openbanking": {
285
285
  "types": "./dist/impls/powens-openbanking.d.ts",
286
286
  "bun": "./dist/impls/powens-openbanking.js",
287
- "node": "./dist/node/impls/powens-openbanking.mjs",
287
+ "node": "./dist/node/impls/powens-openbanking.js",
288
288
  "default": "./dist/impls/powens-openbanking.js"
289
289
  },
290
290
  "./impls/provider-factory": {
291
291
  "types": "./dist/impls/provider-factory.d.ts",
292
292
  "bun": "./dist/impls/provider-factory.js",
293
- "node": "./dist/node/impls/provider-factory.mjs",
293
+ "node": "./dist/node/impls/provider-factory.js",
294
294
  "default": "./dist/impls/provider-factory.js"
295
295
  },
296
296
  "./impls/qdrant-vector": {
297
297
  "types": "./dist/impls/qdrant-vector.d.ts",
298
298
  "bun": "./dist/impls/qdrant-vector.js",
299
- "node": "./dist/node/impls/qdrant-vector.mjs",
299
+ "node": "./dist/node/impls/qdrant-vector.js",
300
300
  "default": "./dist/impls/qdrant-vector.js"
301
301
  },
302
302
  "./impls/stripe-payments": {
303
303
  "types": "./dist/impls/stripe-payments.d.ts",
304
304
  "bun": "./dist/impls/stripe-payments.js",
305
- "node": "./dist/node/impls/stripe-payments.mjs",
305
+ "node": "./dist/node/impls/stripe-payments.js",
306
306
  "default": "./dist/impls/stripe-payments.js"
307
307
  },
308
308
  "./impls/supabase-psql": {
309
309
  "types": "./dist/impls/supabase-psql.d.ts",
310
310
  "bun": "./dist/impls/supabase-psql.js",
311
- "node": "./dist/node/impls/supabase-psql.mjs",
311
+ "node": "./dist/node/impls/supabase-psql.js",
312
312
  "default": "./dist/impls/supabase-psql.js"
313
313
  },
314
314
  "./impls/supabase-vector": {
315
315
  "types": "./dist/impls/supabase-vector.d.ts",
316
316
  "bun": "./dist/impls/supabase-vector.js",
317
- "node": "./dist/node/impls/supabase-vector.mjs",
317
+ "node": "./dist/node/impls/supabase-vector.js",
318
318
  "default": "./dist/impls/supabase-vector.js"
319
319
  },
320
320
  "./impls/tldv-meeting-recorder": {
321
321
  "types": "./dist/impls/tldv-meeting-recorder.d.ts",
322
322
  "bun": "./dist/impls/tldv-meeting-recorder.js",
323
- "node": "./dist/node/impls/tldv-meeting-recorder.mjs",
323
+ "node": "./dist/node/impls/tldv-meeting-recorder.js",
324
324
  "default": "./dist/impls/tldv-meeting-recorder.js"
325
325
  },
326
326
  "./impls/twilio-sms": {
327
327
  "types": "./dist/impls/twilio-sms.d.ts",
328
328
  "bun": "./dist/impls/twilio-sms.js",
329
- "node": "./dist/node/impls/twilio-sms.mjs",
329
+ "node": "./dist/node/impls/twilio-sms.js",
330
330
  "default": "./dist/impls/twilio-sms.js"
331
331
  },
332
332
  "./llm": {
333
333
  "types": "./dist/llm.d.ts",
334
334
  "bun": "./dist/llm.js",
335
- "node": "./dist/node/llm.mjs",
335
+ "node": "./dist/node/llm.js",
336
336
  "default": "./dist/llm.js"
337
337
  },
338
338
  "./meeting-recorder": {
339
339
  "types": "./dist/meeting-recorder.d.ts",
340
340
  "bun": "./dist/meeting-recorder.js",
341
- "node": "./dist/node/meeting-recorder.mjs",
341
+ "node": "./dist/node/meeting-recorder.js",
342
342
  "default": "./dist/meeting-recorder.js"
343
343
  },
344
344
  "./openbanking": {
345
345
  "types": "./dist/openbanking.d.ts",
346
346
  "bun": "./dist/openbanking.js",
347
- "node": "./dist/node/openbanking.mjs",
347
+ "node": "./dist/node/openbanking.js",
348
348
  "default": "./dist/openbanking.js"
349
349
  },
350
350
  "./payments": {
351
351
  "types": "./dist/payments.d.ts",
352
352
  "bun": "./dist/payments.js",
353
- "node": "./dist/node/payments.mjs",
353
+ "node": "./dist/node/payments.js",
354
354
  "default": "./dist/payments.js"
355
355
  },
356
356
  "./project-management": {
357
357
  "types": "./dist/project-management.d.ts",
358
358
  "bun": "./dist/project-management.js",
359
- "node": "./dist/node/project-management.mjs",
359
+ "node": "./dist/node/project-management.js",
360
360
  "default": "./dist/project-management.js"
361
361
  },
362
362
  "./runtime": {
363
363
  "types": "./dist/runtime.d.ts",
364
364
  "bun": "./dist/runtime.js",
365
- "node": "./dist/node/runtime.mjs",
365
+ "node": "./dist/node/runtime.js",
366
366
  "default": "./dist/runtime.js"
367
367
  },
368
368
  "./secrets/provider": {
369
369
  "types": "./dist/secrets/provider.d.ts",
370
370
  "bun": "./dist/secrets/provider.js",
371
- "node": "./dist/node/secrets/provider.mjs",
371
+ "node": "./dist/node/secrets/provider.js",
372
372
  "default": "./dist/secrets/provider.js"
373
373
  },
374
374
  "./sms": {
375
375
  "types": "./dist/sms.d.ts",
376
376
  "bun": "./dist/sms.js",
377
- "node": "./dist/node/sms.mjs",
377
+ "node": "./dist/node/sms.js",
378
378
  "default": "./dist/sms.js"
379
379
  },
380
380
  "./storage": {
381
381
  "types": "./dist/storage.d.ts",
382
382
  "bun": "./dist/storage.js",
383
- "node": "./dist/node/storage.mjs",
383
+ "node": "./dist/node/storage.js",
384
384
  "default": "./dist/storage.js"
385
385
  },
386
386
  "./vector-store": {
387
387
  "types": "./dist/vector-store.d.ts",
388
388
  "bun": "./dist/vector-store.js",
389
- "node": "./dist/node/vector-store.mjs",
389
+ "node": "./dist/node/vector-store.js",
390
390
  "default": "./dist/vector-store.js"
391
391
  },
392
392
  "./voice": {
393
393
  "types": "./dist/voice.d.ts",
394
394
  "bun": "./dist/voice.js",
395
- "node": "./dist/node/voice.mjs",
395
+ "node": "./dist/node/voice.js",
396
396
  "default": "./dist/voice.js"
397
397
  }
398
398
  },
@@ -402,337 +402,337 @@
402
402
  ".": {
403
403
  "types": "./dist/index.d.ts",
404
404
  "bun": "./dist/index.js",
405
- "node": "./dist/node/index.mjs",
405
+ "node": "./dist/node/index.js",
406
406
  "default": "./dist/index.js"
407
407
  },
408
408
  "./analytics": {
409
409
  "types": "./dist/analytics.d.ts",
410
410
  "bun": "./dist/analytics.js",
411
- "node": "./dist/node/analytics.mjs",
411
+ "node": "./dist/node/analytics.js",
412
412
  "default": "./dist/analytics.js"
413
413
  },
414
414
  "./calendar": {
415
415
  "types": "./dist/calendar.d.ts",
416
416
  "bun": "./dist/calendar.js",
417
- "node": "./dist/node/calendar.mjs",
417
+ "node": "./dist/node/calendar.js",
418
418
  "default": "./dist/calendar.js"
419
419
  },
420
420
  "./database": {
421
421
  "types": "./dist/database.d.ts",
422
422
  "bun": "./dist/database.js",
423
- "node": "./dist/node/database.mjs",
423
+ "node": "./dist/node/database.js",
424
424
  "default": "./dist/database.js"
425
425
  },
426
426
  "./email": {
427
427
  "types": "./dist/email.d.ts",
428
428
  "bun": "./dist/email.js",
429
- "node": "./dist/node/email.mjs",
429
+ "node": "./dist/node/email.js",
430
430
  "default": "./dist/email.js"
431
431
  },
432
432
  "./embedding": {
433
433
  "types": "./dist/embedding.d.ts",
434
434
  "bun": "./dist/embedding.js",
435
- "node": "./dist/node/embedding.mjs",
435
+ "node": "./dist/node/embedding.js",
436
436
  "default": "./dist/embedding.js"
437
437
  },
438
438
  "./impls": {
439
439
  "types": "./dist/impls/index.d.ts",
440
440
  "bun": "./dist/impls/index.js",
441
- "node": "./dist/node/impls/index.mjs",
441
+ "node": "./dist/node/impls/index.js",
442
442
  "default": "./dist/impls/index.js"
443
443
  },
444
444
  "./impls/elevenlabs-voice": {
445
445
  "types": "./dist/impls/elevenlabs-voice.d.ts",
446
446
  "bun": "./dist/impls/elevenlabs-voice.js",
447
- "node": "./dist/node/impls/elevenlabs-voice.mjs",
447
+ "node": "./dist/node/impls/elevenlabs-voice.js",
448
448
  "default": "./dist/impls/elevenlabs-voice.js"
449
449
  },
450
450
  "./impls/fal-voice": {
451
451
  "types": "./dist/impls/fal-voice.d.ts",
452
452
  "bun": "./dist/impls/fal-voice.js",
453
- "node": "./dist/node/impls/fal-voice.mjs",
453
+ "node": "./dist/node/impls/fal-voice.js",
454
454
  "default": "./dist/impls/fal-voice.js"
455
455
  },
456
456
  "./impls/fathom-meeting-recorder": {
457
457
  "types": "./dist/impls/fathom-meeting-recorder.d.ts",
458
458
  "bun": "./dist/impls/fathom-meeting-recorder.js",
459
- "node": "./dist/node/impls/fathom-meeting-recorder.mjs",
459
+ "node": "./dist/node/impls/fathom-meeting-recorder.js",
460
460
  "default": "./dist/impls/fathom-meeting-recorder.js"
461
461
  },
462
462
  "./impls/fathom-meeting-recorder.mapper": {
463
463
  "types": "./dist/impls/fathom-meeting-recorder.mapper.d.ts",
464
464
  "bun": "./dist/impls/fathom-meeting-recorder.mapper.js",
465
- "node": "./dist/node/impls/fathom-meeting-recorder.mapper.mjs",
465
+ "node": "./dist/node/impls/fathom-meeting-recorder.mapper.js",
466
466
  "default": "./dist/impls/fathom-meeting-recorder.mapper.js"
467
467
  },
468
468
  "./impls/fathom-meeting-recorder.types": {
469
469
  "types": "./dist/impls/fathom-meeting-recorder.types.d.ts",
470
470
  "bun": "./dist/impls/fathom-meeting-recorder.types.js",
471
- "node": "./dist/node/impls/fathom-meeting-recorder.types.mjs",
471
+ "node": "./dist/node/impls/fathom-meeting-recorder.types.js",
472
472
  "default": "./dist/impls/fathom-meeting-recorder.types.js"
473
473
  },
474
474
  "./impls/fathom-meeting-recorder.utils": {
475
475
  "types": "./dist/impls/fathom-meeting-recorder.utils.d.ts",
476
476
  "bun": "./dist/impls/fathom-meeting-recorder.utils.js",
477
- "node": "./dist/node/impls/fathom-meeting-recorder.utils.mjs",
477
+ "node": "./dist/node/impls/fathom-meeting-recorder.utils.js",
478
478
  "default": "./dist/impls/fathom-meeting-recorder.utils.js"
479
479
  },
480
480
  "./impls/fathom-meeting-recorder.webhooks": {
481
481
  "types": "./dist/impls/fathom-meeting-recorder.webhooks.d.ts",
482
482
  "bun": "./dist/impls/fathom-meeting-recorder.webhooks.js",
483
- "node": "./dist/node/impls/fathom-meeting-recorder.webhooks.mjs",
483
+ "node": "./dist/node/impls/fathom-meeting-recorder.webhooks.js",
484
484
  "default": "./dist/impls/fathom-meeting-recorder.webhooks.js"
485
485
  },
486
486
  "./impls/fireflies-meeting-recorder": {
487
487
  "types": "./dist/impls/fireflies-meeting-recorder.d.ts",
488
488
  "bun": "./dist/impls/fireflies-meeting-recorder.js",
489
- "node": "./dist/node/impls/fireflies-meeting-recorder.mjs",
489
+ "node": "./dist/node/impls/fireflies-meeting-recorder.js",
490
490
  "default": "./dist/impls/fireflies-meeting-recorder.js"
491
491
  },
492
492
  "./impls/fireflies-meeting-recorder.queries": {
493
493
  "types": "./dist/impls/fireflies-meeting-recorder.queries.d.ts",
494
494
  "bun": "./dist/impls/fireflies-meeting-recorder.queries.js",
495
- "node": "./dist/node/impls/fireflies-meeting-recorder.queries.mjs",
495
+ "node": "./dist/node/impls/fireflies-meeting-recorder.queries.js",
496
496
  "default": "./dist/impls/fireflies-meeting-recorder.queries.js"
497
497
  },
498
498
  "./impls/fireflies-meeting-recorder.types": {
499
499
  "types": "./dist/impls/fireflies-meeting-recorder.types.d.ts",
500
500
  "bun": "./dist/impls/fireflies-meeting-recorder.types.js",
501
- "node": "./dist/node/impls/fireflies-meeting-recorder.types.mjs",
501
+ "node": "./dist/node/impls/fireflies-meeting-recorder.types.js",
502
502
  "default": "./dist/impls/fireflies-meeting-recorder.types.js"
503
503
  },
504
504
  "./impls/fireflies-meeting-recorder.utils": {
505
505
  "types": "./dist/impls/fireflies-meeting-recorder.utils.d.ts",
506
506
  "bun": "./dist/impls/fireflies-meeting-recorder.utils.js",
507
- "node": "./dist/node/impls/fireflies-meeting-recorder.utils.mjs",
507
+ "node": "./dist/node/impls/fireflies-meeting-recorder.utils.js",
508
508
  "default": "./dist/impls/fireflies-meeting-recorder.utils.js"
509
509
  },
510
510
  "./impls/gcs-storage": {
511
511
  "types": "./dist/impls/gcs-storage.d.ts",
512
512
  "bun": "./dist/impls/gcs-storage.js",
513
- "node": "./dist/node/impls/gcs-storage.mjs",
513
+ "node": "./dist/node/impls/gcs-storage.js",
514
514
  "default": "./dist/impls/gcs-storage.js"
515
515
  },
516
516
  "./impls/gmail-inbound": {
517
517
  "types": "./dist/impls/gmail-inbound.d.ts",
518
518
  "bun": "./dist/impls/gmail-inbound.js",
519
- "node": "./dist/node/impls/gmail-inbound.mjs",
519
+ "node": "./dist/node/impls/gmail-inbound.js",
520
520
  "default": "./dist/impls/gmail-inbound.js"
521
521
  },
522
522
  "./impls/gmail-outbound": {
523
523
  "types": "./dist/impls/gmail-outbound.d.ts",
524
524
  "bun": "./dist/impls/gmail-outbound.js",
525
- "node": "./dist/node/impls/gmail-outbound.mjs",
525
+ "node": "./dist/node/impls/gmail-outbound.js",
526
526
  "default": "./dist/impls/gmail-outbound.js"
527
527
  },
528
528
  "./impls/google-calendar": {
529
529
  "types": "./dist/impls/google-calendar.d.ts",
530
530
  "bun": "./dist/impls/google-calendar.js",
531
- "node": "./dist/node/impls/google-calendar.mjs",
531
+ "node": "./dist/node/impls/google-calendar.js",
532
532
  "default": "./dist/impls/google-calendar.js"
533
533
  },
534
534
  "./impls/gradium-voice": {
535
535
  "types": "./dist/impls/gradium-voice.d.ts",
536
536
  "bun": "./dist/impls/gradium-voice.js",
537
- "node": "./dist/node/impls/gradium-voice.mjs",
537
+ "node": "./dist/node/impls/gradium-voice.js",
538
538
  "default": "./dist/impls/gradium-voice.js"
539
539
  },
540
540
  "./impls/granola-meeting-recorder": {
541
541
  "types": "./dist/impls/granola-meeting-recorder.d.ts",
542
542
  "bun": "./dist/impls/granola-meeting-recorder.js",
543
- "node": "./dist/node/impls/granola-meeting-recorder.mjs",
543
+ "node": "./dist/node/impls/granola-meeting-recorder.js",
544
544
  "default": "./dist/impls/granola-meeting-recorder.js"
545
545
  },
546
546
  "./impls/granola-meeting-recorder.mcp": {
547
547
  "types": "./dist/impls/granola-meeting-recorder.mcp.d.ts",
548
548
  "bun": "./dist/impls/granola-meeting-recorder.mcp.js",
549
- "node": "./dist/node/impls/granola-meeting-recorder.mcp.mjs",
549
+ "node": "./dist/node/impls/granola-meeting-recorder.mcp.js",
550
550
  "default": "./dist/impls/granola-meeting-recorder.mcp.js"
551
551
  },
552
552
  "./impls/granola-meeting-recorder.types": {
553
553
  "types": "./dist/impls/granola-meeting-recorder.types.d.ts",
554
554
  "bun": "./dist/impls/granola-meeting-recorder.types.js",
555
- "node": "./dist/node/impls/granola-meeting-recorder.types.mjs",
555
+ "node": "./dist/node/impls/granola-meeting-recorder.types.js",
556
556
  "default": "./dist/impls/granola-meeting-recorder.types.js"
557
557
  },
558
558
  "./impls/index": {
559
559
  "types": "./dist/impls/index.d.ts",
560
560
  "bun": "./dist/impls/index.js",
561
- "node": "./dist/node/impls/index.mjs",
561
+ "node": "./dist/node/impls/index.js",
562
562
  "default": "./dist/impls/index.js"
563
563
  },
564
564
  "./impls/jira": {
565
565
  "types": "./dist/impls/jira.d.ts",
566
566
  "bun": "./dist/impls/jira.js",
567
- "node": "./dist/node/impls/jira.mjs",
567
+ "node": "./dist/node/impls/jira.js",
568
568
  "default": "./dist/impls/jira.js"
569
569
  },
570
570
  "./impls/linear": {
571
571
  "types": "./dist/impls/linear.d.ts",
572
572
  "bun": "./dist/impls/linear.js",
573
- "node": "./dist/node/impls/linear.mjs",
573
+ "node": "./dist/node/impls/linear.js",
574
574
  "default": "./dist/impls/linear.js"
575
575
  },
576
576
  "./impls/mistral-embedding": {
577
577
  "types": "./dist/impls/mistral-embedding.d.ts",
578
578
  "bun": "./dist/impls/mistral-embedding.js",
579
- "node": "./dist/node/impls/mistral-embedding.mjs",
579
+ "node": "./dist/node/impls/mistral-embedding.js",
580
580
  "default": "./dist/impls/mistral-embedding.js"
581
581
  },
582
582
  "./impls/mistral-llm": {
583
583
  "types": "./dist/impls/mistral-llm.d.ts",
584
584
  "bun": "./dist/impls/mistral-llm.js",
585
- "node": "./dist/node/impls/mistral-llm.mjs",
585
+ "node": "./dist/node/impls/mistral-llm.js",
586
586
  "default": "./dist/impls/mistral-llm.js"
587
587
  },
588
588
  "./impls/notion": {
589
589
  "types": "./dist/impls/notion.d.ts",
590
590
  "bun": "./dist/impls/notion.js",
591
- "node": "./dist/node/impls/notion.mjs",
591
+ "node": "./dist/node/impls/notion.js",
592
592
  "default": "./dist/impls/notion.js"
593
593
  },
594
594
  "./impls/posthog": {
595
595
  "types": "./dist/impls/posthog.d.ts",
596
596
  "bun": "./dist/impls/posthog.js",
597
- "node": "./dist/node/impls/posthog.mjs",
597
+ "node": "./dist/node/impls/posthog.js",
598
598
  "default": "./dist/impls/posthog.js"
599
599
  },
600
600
  "./impls/posthog-reader": {
601
601
  "types": "./dist/impls/posthog-reader.d.ts",
602
602
  "bun": "./dist/impls/posthog-reader.js",
603
- "node": "./dist/node/impls/posthog-reader.mjs",
603
+ "node": "./dist/node/impls/posthog-reader.js",
604
604
  "default": "./dist/impls/posthog-reader.js"
605
605
  },
606
606
  "./impls/posthog-utils": {
607
607
  "types": "./dist/impls/posthog-utils.d.ts",
608
608
  "bun": "./dist/impls/posthog-utils.js",
609
- "node": "./dist/node/impls/posthog-utils.mjs",
609
+ "node": "./dist/node/impls/posthog-utils.js",
610
610
  "default": "./dist/impls/posthog-utils.js"
611
611
  },
612
612
  "./impls/postmark-email": {
613
613
  "types": "./dist/impls/postmark-email.d.ts",
614
614
  "bun": "./dist/impls/postmark-email.js",
615
- "node": "./dist/node/impls/postmark-email.mjs",
615
+ "node": "./dist/node/impls/postmark-email.js",
616
616
  "default": "./dist/impls/postmark-email.js"
617
617
  },
618
618
  "./impls/powens-client": {
619
619
  "types": "./dist/impls/powens-client.d.ts",
620
620
  "bun": "./dist/impls/powens-client.js",
621
- "node": "./dist/node/impls/powens-client.mjs",
621
+ "node": "./dist/node/impls/powens-client.js",
622
622
  "default": "./dist/impls/powens-client.js"
623
623
  },
624
624
  "./impls/powens-openbanking": {
625
625
  "types": "./dist/impls/powens-openbanking.d.ts",
626
626
  "bun": "./dist/impls/powens-openbanking.js",
627
- "node": "./dist/node/impls/powens-openbanking.mjs",
627
+ "node": "./dist/node/impls/powens-openbanking.js",
628
628
  "default": "./dist/impls/powens-openbanking.js"
629
629
  },
630
630
  "./impls/provider-factory": {
631
631
  "types": "./dist/impls/provider-factory.d.ts",
632
632
  "bun": "./dist/impls/provider-factory.js",
633
- "node": "./dist/node/impls/provider-factory.mjs",
633
+ "node": "./dist/node/impls/provider-factory.js",
634
634
  "default": "./dist/impls/provider-factory.js"
635
635
  },
636
636
  "./impls/qdrant-vector": {
637
637
  "types": "./dist/impls/qdrant-vector.d.ts",
638
638
  "bun": "./dist/impls/qdrant-vector.js",
639
- "node": "./dist/node/impls/qdrant-vector.mjs",
639
+ "node": "./dist/node/impls/qdrant-vector.js",
640
640
  "default": "./dist/impls/qdrant-vector.js"
641
641
  },
642
642
  "./impls/stripe-payments": {
643
643
  "types": "./dist/impls/stripe-payments.d.ts",
644
644
  "bun": "./dist/impls/stripe-payments.js",
645
- "node": "./dist/node/impls/stripe-payments.mjs",
645
+ "node": "./dist/node/impls/stripe-payments.js",
646
646
  "default": "./dist/impls/stripe-payments.js"
647
647
  },
648
648
  "./impls/supabase-psql": {
649
649
  "types": "./dist/impls/supabase-psql.d.ts",
650
650
  "bun": "./dist/impls/supabase-psql.js",
651
- "node": "./dist/node/impls/supabase-psql.mjs",
651
+ "node": "./dist/node/impls/supabase-psql.js",
652
652
  "default": "./dist/impls/supabase-psql.js"
653
653
  },
654
654
  "./impls/supabase-vector": {
655
655
  "types": "./dist/impls/supabase-vector.d.ts",
656
656
  "bun": "./dist/impls/supabase-vector.js",
657
- "node": "./dist/node/impls/supabase-vector.mjs",
657
+ "node": "./dist/node/impls/supabase-vector.js",
658
658
  "default": "./dist/impls/supabase-vector.js"
659
659
  },
660
660
  "./impls/tldv-meeting-recorder": {
661
661
  "types": "./dist/impls/tldv-meeting-recorder.d.ts",
662
662
  "bun": "./dist/impls/tldv-meeting-recorder.js",
663
- "node": "./dist/node/impls/tldv-meeting-recorder.mjs",
663
+ "node": "./dist/node/impls/tldv-meeting-recorder.js",
664
664
  "default": "./dist/impls/tldv-meeting-recorder.js"
665
665
  },
666
666
  "./impls/twilio-sms": {
667
667
  "types": "./dist/impls/twilio-sms.d.ts",
668
668
  "bun": "./dist/impls/twilio-sms.js",
669
- "node": "./dist/node/impls/twilio-sms.mjs",
669
+ "node": "./dist/node/impls/twilio-sms.js",
670
670
  "default": "./dist/impls/twilio-sms.js"
671
671
  },
672
672
  "./llm": {
673
673
  "types": "./dist/llm.d.ts",
674
674
  "bun": "./dist/llm.js",
675
- "node": "./dist/node/llm.mjs",
675
+ "node": "./dist/node/llm.js",
676
676
  "default": "./dist/llm.js"
677
677
  },
678
678
  "./meeting-recorder": {
679
679
  "types": "./dist/meeting-recorder.d.ts",
680
680
  "bun": "./dist/meeting-recorder.js",
681
- "node": "./dist/node/meeting-recorder.mjs",
681
+ "node": "./dist/node/meeting-recorder.js",
682
682
  "default": "./dist/meeting-recorder.js"
683
683
  },
684
684
  "./openbanking": {
685
685
  "types": "./dist/openbanking.d.ts",
686
686
  "bun": "./dist/openbanking.js",
687
- "node": "./dist/node/openbanking.mjs",
687
+ "node": "./dist/node/openbanking.js",
688
688
  "default": "./dist/openbanking.js"
689
689
  },
690
690
  "./payments": {
691
691
  "types": "./dist/payments.d.ts",
692
692
  "bun": "./dist/payments.js",
693
- "node": "./dist/node/payments.mjs",
693
+ "node": "./dist/node/payments.js",
694
694
  "default": "./dist/payments.js"
695
695
  },
696
696
  "./project-management": {
697
697
  "types": "./dist/project-management.d.ts",
698
698
  "bun": "./dist/project-management.js",
699
- "node": "./dist/node/project-management.mjs",
699
+ "node": "./dist/node/project-management.js",
700
700
  "default": "./dist/project-management.js"
701
701
  },
702
702
  "./runtime": {
703
703
  "types": "./dist/runtime.d.ts",
704
704
  "bun": "./dist/runtime.js",
705
- "node": "./dist/node/runtime.mjs",
705
+ "node": "./dist/node/runtime.js",
706
706
  "default": "./dist/runtime.js"
707
707
  },
708
708
  "./secrets/provider": {
709
709
  "types": "./dist/secrets/provider.d.ts",
710
710
  "bun": "./dist/secrets/provider.js",
711
- "node": "./dist/node/secrets/provider.mjs",
711
+ "node": "./dist/node/secrets/provider.js",
712
712
  "default": "./dist/secrets/provider.js"
713
713
  },
714
714
  "./sms": {
715
715
  "types": "./dist/sms.d.ts",
716
716
  "bun": "./dist/sms.js",
717
- "node": "./dist/node/sms.mjs",
717
+ "node": "./dist/node/sms.js",
718
718
  "default": "./dist/sms.js"
719
719
  },
720
720
  "./storage": {
721
721
  "types": "./dist/storage.d.ts",
722
722
  "bun": "./dist/storage.js",
723
- "node": "./dist/node/storage.mjs",
723
+ "node": "./dist/node/storage.js",
724
724
  "default": "./dist/storage.js"
725
725
  },
726
726
  "./vector-store": {
727
727
  "types": "./dist/vector-store.d.ts",
728
728
  "bun": "./dist/vector-store.js",
729
- "node": "./dist/node/vector-store.mjs",
729
+ "node": "./dist/node/vector-store.js",
730
730
  "default": "./dist/vector-store.js"
731
731
  },
732
732
  "./voice": {
733
733
  "types": "./dist/voice.d.ts",
734
734
  "bun": "./dist/voice.js",
735
- "node": "./dist/node/voice.mjs",
735
+ "node": "./dist/node/voice.js",
736
736
  "default": "./dist/voice.js"
737
737
  }
738
738
  },