@contractspec/integration.providers-impls 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.
- package/package.json +6 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/integration.providers-impls",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.1",
|
|
4
4
|
"description": "Integration provider implementations for email, payments, storage, and more",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"typecheck": "tsc --noEmit"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@contractspec/lib.contracts-spec": "3.7.
|
|
36
|
-
"@contractspec/lib.contracts-integrations": "3.7.
|
|
37
|
-
"@contractspec/integration.runtime": "3.7.
|
|
35
|
+
"@contractspec/lib.contracts-spec": "3.7.1",
|
|
36
|
+
"@contractspec/lib.contracts-integrations": "3.7.1",
|
|
37
|
+
"@contractspec/integration.runtime": "3.7.1",
|
|
38
38
|
"@elevenlabs/elevenlabs-js": "^2.38.1",
|
|
39
39
|
"@fal-ai/client": "^1.9.4",
|
|
40
40
|
"@google-cloud/storage": "^7.19.0",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@types/bun": "1.3.10",
|
|
59
|
-
"@contractspec/tool.typescript": "3.7.
|
|
59
|
+
"@contractspec/tool.typescript": "3.7.1",
|
|
60
60
|
"typescript": "^5.9.3",
|
|
61
|
-
"@contractspec/tool.bun": "3.7.
|
|
61
|
+
"@contractspec/tool.bun": "3.7.1"
|
|
62
62
|
},
|
|
63
63
|
"exports": {
|
|
64
64
|
".": {
|
|
@@ -295,12 +295,6 @@
|
|
|
295
295
|
"node": "./dist/node/impls/health/providers.js",
|
|
296
296
|
"default": "./dist/impls/health/providers.js"
|
|
297
297
|
},
|
|
298
|
-
"./impls/index": {
|
|
299
|
-
"types": "./dist/impls/index.d.ts",
|
|
300
|
-
"bun": "./dist/impls/index.js",
|
|
301
|
-
"node": "./dist/node/impls/index.js",
|
|
302
|
-
"default": "./dist/impls/index.js"
|
|
303
|
-
},
|
|
304
298
|
"./impls/jira": {
|
|
305
299
|
"types": "./dist/impls/jira.d.ts",
|
|
306
300
|
"bun": "./dist/impls/jira.js",
|
|
@@ -761,12 +755,6 @@
|
|
|
761
755
|
"node": "./dist/node/impls/health/providers.js",
|
|
762
756
|
"default": "./dist/impls/health/providers.js"
|
|
763
757
|
},
|
|
764
|
-
"./impls/index": {
|
|
765
|
-
"types": "./dist/impls/index.d.ts",
|
|
766
|
-
"bun": "./dist/impls/index.js",
|
|
767
|
-
"node": "./dist/node/impls/index.js",
|
|
768
|
-
"default": "./dist/impls/index.js"
|
|
769
|
-
},
|
|
770
758
|
"./impls/jira": {
|
|
771
759
|
"types": "./dist/impls/jira.d.ts",
|
|
772
760
|
"bun": "./dist/impls/jira.js",
|