@paydock/client-sdk 1.138.1-beta → 1.138.1

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 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.138.1-beta';
1192
+ SDK._version = 'v1.138.1';
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.138.1-beta';
1190
+ SDK._version = 'v1.138.1';
1191
1191
 
1192
1192
  function isFunction(value) {
1193
1193
  return typeof value === 'function';
@@ -1193,7 +1193,7 @@
1193
1193
  version: 'x-sdk-version',
1194
1194
  type: 'x-sdk-type'
1195
1195
  });
1196
- SDK._version = 'v1.138.1-beta';
1196
+ SDK._version = 'v1.138.1';
1197
1197
 
1198
1198
  function isFunction(value) {
1199
1199
  return typeof value === 'function';