@commercetools-frontend/sdk 23.1.0 → 23.2.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.
@@ -163,7 +163,7 @@ var index = /*#__PURE__*/Object.freeze({
163
163
  forwardTo: forwardTo
164
164
  });
165
165
 
166
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = _Reflect$construct__default["default"](Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
166
+ function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = _Reflect$construct__default["default"](o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
167
167
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(_Reflect$construct__default["default"](Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function () { return !!t; })(); }
168
168
  const defaultProps = {
169
169
  actionCreatorArgs: [],
@@ -301,7 +301,7 @@ const mapDispatchToProps = dispatch => ({
301
301
  var SdkGet$1 = reactRedux.connect(null, mapDispatchToProps)(SdkGet);
302
302
 
303
303
  // NOTE: This string will be replaced on build time with the package version.
304
- var version = "23.1.0";
304
+ var version = "23.2.1";
305
305
 
306
306
  /* eslint-disable no-console */
307
307
 
@@ -162,7 +162,7 @@ var index = /*#__PURE__*/Object.freeze({
162
162
  forwardTo: forwardTo
163
163
  });
164
164
 
165
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = _Reflect$construct__default["default"](Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
165
+ function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = _Reflect$construct__default["default"](o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
166
166
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(_Reflect$construct__default["default"](Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function () { return !!t; })(); }
167
167
  const defaultProps = {
168
168
  actionCreatorArgs: [],
@@ -292,7 +292,7 @@ const mapDispatchToProps = dispatch => ({
292
292
  var SdkGet$1 = reactRedux.connect(null, mapDispatchToProps)(SdkGet);
293
293
 
294
294
  // NOTE: This string will be replaced on build time with the package version.
295
- var version = "23.1.0";
295
+ var version = "23.2.1";
296
296
 
297
297
  const mcHostnameRegex = /^mc(-(\d){4,})?\.(.*)$/;
298
298
  const mcPreviewHostnameRegex = /^.*\.mc-preview\.(.*)$/;
@@ -140,7 +140,7 @@ var index = /*#__PURE__*/Object.freeze({
140
140
  forwardTo: forwardTo
141
141
  });
142
142
 
143
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = _Reflect$construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
143
+ function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = _getPrototypeOf(t); if (r) { var s = _getPrototypeOf(this).constructor; e = _Reflect$construct(o, arguments, s); } else e = o.apply(this, arguments); return _possibleConstructorReturn(this, e); }; }
144
144
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(_Reflect$construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function () { return !!t; })(); }
145
145
  const defaultProps = {
146
146
  actionCreatorArgs: [],
@@ -278,7 +278,7 @@ const mapDispatchToProps = dispatch => ({
278
278
  var SdkGet$1 = connect(null, mapDispatchToProps)(SdkGet);
279
279
 
280
280
  // NOTE: This string will be replaced on build time with the package version.
281
- var version = "23.1.0";
281
+ var version = "23.2.1";
282
282
 
283
283
  /* eslint-disable no-console */
284
284
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/sdk",
3
- "version": "23.1.0",
3
+ "version": "23.2.1",
4
4
  "description": "Tools for declarative fetching",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "@babel/runtime": "^7.22.15",
39
39
  "@babel/runtime-corejs3": "^7.22.15",
40
- "@commercetools-frontend/constants": "23.1.0",
40
+ "@commercetools-frontend/constants": "23.2.1",
41
41
  "@commercetools/api-request-builder": "6.0.0",
42
42
  "@commercetools/http-user-agent": "3.0.0",
43
43
  "@commercetools/sdk-client": "3.0.0",