@commercetools-frontend/sdk 22.35.1 → 22.36.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.
|
@@ -298,7 +298,7 @@ const mapDispatchToProps = dispatch => ({
|
|
|
298
298
|
var SdkGet$1 = reactRedux.connect(null, mapDispatchToProps)(SdkGet);
|
|
299
299
|
|
|
300
300
|
// NOTE: This string will be replaced on build time with the package version.
|
|
301
|
-
var version = "22.
|
|
301
|
+
var version = "22.36.0";
|
|
302
302
|
|
|
303
303
|
/* eslint-disable no-console */
|
|
304
304
|
|
|
@@ -289,7 +289,7 @@ const mapDispatchToProps = dispatch => ({
|
|
|
289
289
|
var SdkGet$1 = reactRedux.connect(null, mapDispatchToProps)(SdkGet);
|
|
290
290
|
|
|
291
291
|
// NOTE: This string will be replaced on build time with the package version.
|
|
292
|
-
var version = "22.
|
|
292
|
+
var version = "22.36.0";
|
|
293
293
|
|
|
294
294
|
const mcHostnameRegex = /^mc(-(\d){4,})?\.(.*)$/;
|
|
295
295
|
const mcPreviewHostnameRegex = /^.*\.mc-preview\.(.*)$/;
|
|
@@ -275,7 +275,7 @@ const mapDispatchToProps = dispatch => ({
|
|
|
275
275
|
var SdkGet$1 = connect(null, mapDispatchToProps)(SdkGet);
|
|
276
276
|
|
|
277
277
|
// NOTE: This string will be replaced on build time with the package version.
|
|
278
|
-
var version = "22.
|
|
278
|
+
var version = "22.36.0";
|
|
279
279
|
|
|
280
280
|
/* eslint-disable no-console */
|
|
281
281
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/sdk",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.36.0",
|
|
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": "22.
|
|
40
|
+
"@commercetools-frontend/constants": "22.36.0",
|
|
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",
|