@paydock/client-sdk 1.141.0 → 1.142.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.
- package/bundles/index.cjs +47 -12
- package/bundles/index.cjs.d.ts +2 -1
- package/bundles/index.mjs +47 -12
- package/bundles/index.mjs.d.ts +2 -1
- package/bundles/types/open-wallets/services/apple-pay/apple-pay.open-wallet.service.d.ts.map +1 -1
- package/bundles/types/wallet-buttons/wallet-services/apple.wallet-service.d.ts +1 -0
- package/bundles/types/wallet-buttons/wallet-services/apple.wallet-service.d.ts.map +1 -1
- package/bundles/types/wallet-buttons-express/services/apple-pay/apple-pay.wallet-button-express.d.ts.map +1 -1
- package/bundles/widget.umd.js +47 -12
- package/bundles/widget.umd.js.d.ts +2 -1
- package/bundles/widget.umd.js.min.d.ts +2 -1
- package/bundles/widget.umd.min.js +1 -1
- package/package.json +8 -4
package/package.json
CHANGED
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"name": "@paydock/client-sdk",
|
|
107
|
-
"version": "1.
|
|
107
|
+
"version": "1.142.0",
|
|
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",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"grunt-jsdoc-to-markdown": "6.0.0",
|
|
187
187
|
"grunt-replace": "2.0.2",
|
|
188
188
|
"grunt-template-render": "0.0.1",
|
|
189
|
-
"happy-dom": "20.
|
|
189
|
+
"happy-dom": "20.8.9",
|
|
190
190
|
"highlight.js": "11.9.0",
|
|
191
191
|
"ieee754": "1.2.1",
|
|
192
192
|
"include-all": "4.0.3",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"process": "0.11.10",
|
|
210
210
|
"rimraf": "5.0.7",
|
|
211
211
|
"rollup": "4.59.0",
|
|
212
|
-
"rollup-plugin-dts": "6.1
|
|
212
|
+
"rollup-plugin-dts": "6.4.1",
|
|
213
213
|
"rxjs": "7.8.1",
|
|
214
214
|
"tsify": "3.0.4",
|
|
215
215
|
"tslib": "2.6.2",
|
|
@@ -231,7 +231,11 @@
|
|
|
231
231
|
"serialize-javascript": ">=7.0.3",
|
|
232
232
|
"underscore": ">=1.13.8",
|
|
233
233
|
"dompurify": ">=3.3.2",
|
|
234
|
-
"immutable": ">=5.1.5"
|
|
234
|
+
"immutable": ">=5.1.5",
|
|
235
|
+
"flatted": ">=3.4.2",
|
|
236
|
+
"node-forge": ">=1.4.0",
|
|
237
|
+
"picomatch": ">=2.3.2",
|
|
238
|
+
"socket.io-parser": ">=4.2.6"
|
|
235
239
|
},
|
|
236
240
|
"engines": {
|
|
237
241
|
"node": ">=16.0.0"
|