@deenruv/payments-plugin 1.0.3 → 1.0.4
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.
|
@@ -11,7 +11,7 @@ export type AdditionalEnabledPaymentMethodsParams = Partial<Omit<ListParameters,
|
|
|
11
11
|
export interface MolliePluginOptions {
|
|
12
12
|
/**
|
|
13
13
|
* @description
|
|
14
|
-
* The host of your Deenruv server, e.g. `'https://my-deenruv.
|
|
14
|
+
* The host of your Deenruv server, e.g. `'https://my-deenruv.com'`.
|
|
15
15
|
* This is used by Mollie to send webhook events to the Deenruv server
|
|
16
16
|
*/
|
|
17
17
|
deenruvHost: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deenruv/payments-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "package/index.js",
|
|
6
6
|
"types": "package/index.d.ts",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"body-parser": "^1.20.2",
|
|
28
28
|
"currency.js": "2.0.4",
|
|
29
29
|
"express": "^4.21.0",
|
|
30
|
-
"@deenruv/common": "^1.0.
|
|
31
|
-
"@deenruv/testing": "^1.0.
|
|
30
|
+
"@deenruv/common": "^1.0.4",
|
|
31
|
+
"@deenruv/testing": "^1.0.4"
|
|
32
32
|
},
|
|
33
33
|
"peerDependenciesMeta": {
|
|
34
34
|
"@deenruv/core": "^1.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"rimraf": "^5.0.5",
|
|
58
58
|
"stripe": "^13.3.0",
|
|
59
59
|
"typescript": "5.1.6",
|
|
60
|
-
"@deenruv/core": "^1.0.
|
|
60
|
+
"@deenruv/core": "^1.0.4"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"watch": "tsc -p ./tsconfig.build.json --watch",
|