@commercetools-frontend/sdk 22.19.0 → 22.20.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.
|
@@ -299,7 +299,7 @@ const mapDispatchToProps = dispatch => ({
|
|
|
299
299
|
var SdkGet$1 = reactRedux.connect(null, mapDispatchToProps)(SdkGet);
|
|
300
300
|
|
|
301
301
|
// NOTE: This string will be replaced on build time with the package version.
|
|
302
|
-
var version = "22.
|
|
302
|
+
var version = "22.20.0";
|
|
303
303
|
|
|
304
304
|
/* eslint-disable no-console */
|
|
305
305
|
|
|
@@ -290,7 +290,7 @@ const mapDispatchToProps = dispatch => ({
|
|
|
290
290
|
var SdkGet$1 = reactRedux.connect(null, mapDispatchToProps)(SdkGet);
|
|
291
291
|
|
|
292
292
|
// NOTE: This string will be replaced on build time with the package version.
|
|
293
|
-
var version = "22.
|
|
293
|
+
var version = "22.20.0";
|
|
294
294
|
|
|
295
295
|
const mcHostnameRegex = /^mc(-(\d){4,})?\.(.*)$/;
|
|
296
296
|
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.20.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.20.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.20.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",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"uuid": "9.0.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@emotion/react": "^11.11.
|
|
59
|
+
"@emotion/react": "^11.11.4",
|
|
60
60
|
"@testing-library/react": "12.1.5",
|
|
61
61
|
"@types/uuid": "^9.0.3",
|
|
62
62
|
"jest-mock": "29.5.0",
|