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