@commercetools-frontend/sdk 24.7.0 → 24.7.2

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.
@@ -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 = "24.7.0";
304
+ var version = "24.7.2";
305
305
 
306
306
  /* eslint-disable no-console */
307
307
 
@@ -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 = "24.7.0";
295
+ var version = "24.7.2";
296
296
 
297
297
  const mcHostnameRegex = /^mc(-(\d){4,})?\.(.*)$/;
298
298
  const mcPreviewHostnameRegex = /^.*\.mc-preview\.(.*)$/;
@@ -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 = "24.7.0";
281
+ var version = "24.7.2";
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": "24.7.0",
3
+ "version": "24.7.2",
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": "24.7.0",
40
+ "@commercetools-frontend/constants": "24.7.2",
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",