@paydock/client-sdk 1.131.0-beta → 1.131.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
|
@@ -954,7 +954,7 @@ SDK.headerKeys = Object.freeze({
|
|
|
954
954
|
version: 'x-sdk-version',
|
|
955
955
|
type: 'x-sdk-type'
|
|
956
956
|
});
|
|
957
|
-
SDK._version = 'v1.131.0
|
|
957
|
+
SDK._version = 'v1.131.0';
|
|
958
958
|
|
|
959
959
|
/******************************************************************************
|
|
960
960
|
Copyright (c) Microsoft Corporation.
|
package/bundles/index.mjs
CHANGED
|
@@ -952,7 +952,7 @@ SDK.headerKeys = Object.freeze({
|
|
|
952
952
|
version: 'x-sdk-version',
|
|
953
953
|
type: 'x-sdk-type'
|
|
954
954
|
});
|
|
955
|
-
SDK._version = 'v1.131.0
|
|
955
|
+
SDK._version = 'v1.131.0';
|
|
956
956
|
|
|
957
957
|
/******************************************************************************
|
|
958
958
|
Copyright (c) Microsoft Corporation.
|
package/bundles/widget.umd.js
CHANGED
|
@@ -958,7 +958,7 @@
|
|
|
958
958
|
version: 'x-sdk-version',
|
|
959
959
|
type: 'x-sdk-type'
|
|
960
960
|
});
|
|
961
|
-
SDK._version = 'v1.131.0
|
|
961
|
+
SDK._version = 'v1.131.0';
|
|
962
962
|
|
|
963
963
|
/******************************************************************************
|
|
964
964
|
Copyright (c) Microsoft Corporation.
|