@paydock/client-sdk 1.131.0 → 1.132.0-beta
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/bundles/index.cjs +3 -2
- package/bundles/index.mjs +3 -2
- package/bundles/types/checkout/v1/layout-widgets/payment-methods-template.d.ts.map +1 -1
- package/bundles/types/checkout/v3/instructions/instruction.card_form.show.d.ts.map +1 -1
- package/bundles/widget.umd.js +3 -2
- package/bundles/widget.umd.min.js +1 -1
- package/package.json +4 -1
package/package.json
CHANGED
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"name": "@paydock/client-sdk",
|
|
107
|
-
"version": "1.
|
|
107
|
+
"version": "1.132.0-beta",
|
|
108
108
|
"scripts": {
|
|
109
109
|
"build:doc": "node docs/html/marked.js",
|
|
110
110
|
"build:js": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
|
|
@@ -216,6 +216,9 @@
|
|
|
216
216
|
"vitest": "3.0.5",
|
|
217
217
|
"zod": "3.23.8"
|
|
218
218
|
},
|
|
219
|
+
"overrides": {
|
|
220
|
+
"sha.js@>=2.0.0 <=2.4.11": "2.4.12"
|
|
221
|
+
},
|
|
219
222
|
"engines": {
|
|
220
223
|
"node": ">=16.0.0"
|
|
221
224
|
},
|