@lowdefy/connection-stripe 4.0.0-rc.1 → 4.0.0-rc.11
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.
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/ import { get } from '@lowdefy/helpers';
|
|
16
16
|
import Stripe from 'stripe';
|
|
17
17
|
import schema from './schema.js';
|
|
18
|
-
async function StripeRequest({ request
|
|
18
|
+
async function StripeRequest({ request, connection }) {
|
|
19
19
|
const stripe = new Stripe(connection.secretKey, {
|
|
20
20
|
apiVersion: connection.apiVersion,
|
|
21
21
|
maxNetworkRetries: connection.maxNetworkRetries,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lowdefy/connection-stripe",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.11",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"homepage": "https://lowdefy.com",
|
|
@@ -41,19 +41,19 @@
|
|
|
41
41
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@lowdefy/helpers": "4.0.0-rc.
|
|
45
|
-
"stripe": "
|
|
44
|
+
"@lowdefy/helpers": "4.0.0-rc.11",
|
|
45
|
+
"stripe": "13.6.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@jest/globals": "28.1.
|
|
49
|
-
"@lowdefy/ajv": "4.0.0-rc.
|
|
50
|
-
"@swc/cli": "0.1.
|
|
51
|
-
"@swc/core": "1.3.
|
|
52
|
-
"@swc/jest": "0.2.
|
|
53
|
-
"jest": "28.1.
|
|
48
|
+
"@jest/globals": "28.1.3",
|
|
49
|
+
"@lowdefy/ajv": "4.0.0-rc.11",
|
|
50
|
+
"@swc/cli": "0.1.62",
|
|
51
|
+
"@swc/core": "1.3.92",
|
|
52
|
+
"@swc/jest": "0.2.29",
|
|
53
|
+
"jest": "28.1.3"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "dbc49d3688a6d2f44de25cc3f4bc071627f7ebfa"
|
|
59
59
|
}
|