@paydock/client-sdk 1.136.0-beta → 1.136.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 +1 -1
- package/bundles/index.mjs +1 -1
- package/bundles/widget.umd.js +1 -1
- package/bundles/widget.umd.min.js +1 -1
- package/package.json +1 -1
package/bundles/index.cjs
CHANGED
|
@@ -1189,7 +1189,7 @@ SDK.headerKeys = Object.freeze({
|
|
|
1189
1189
|
version: 'x-sdk-version',
|
|
1190
1190
|
type: 'x-sdk-type'
|
|
1191
1191
|
});
|
|
1192
|
-
SDK._version = 'v1.136.0
|
|
1192
|
+
SDK._version = 'v1.136.0';
|
|
1193
1193
|
|
|
1194
1194
|
function isFunction(value) {
|
|
1195
1195
|
return typeof value === 'function';
|
package/bundles/index.mjs
CHANGED
|
@@ -1187,7 +1187,7 @@ SDK.headerKeys = Object.freeze({
|
|
|
1187
1187
|
version: 'x-sdk-version',
|
|
1188
1188
|
type: 'x-sdk-type'
|
|
1189
1189
|
});
|
|
1190
|
-
SDK._version = 'v1.136.0
|
|
1190
|
+
SDK._version = 'v1.136.0';
|
|
1191
1191
|
|
|
1192
1192
|
function isFunction(value) {
|
|
1193
1193
|
return typeof value === 'function';
|
package/bundles/widget.umd.js
CHANGED