@commercetools-frontend/sdk 22.0.1 → 22.2.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.
|
@@ -329,7 +329,7 @@ const mapDispatchToProps = dispatch => ({
|
|
|
329
329
|
var SdkGet$1 = reactRedux.connect(null, mapDispatchToProps)(SdkGet);
|
|
330
330
|
|
|
331
331
|
// NOTE: This string will be replaced on build time with the package version.
|
|
332
|
-
var version = "22.0
|
|
332
|
+
var version = "22.2.0";
|
|
333
333
|
|
|
334
334
|
/* eslint-disable no-console */
|
|
335
335
|
const isLoggerEnabled = () => {
|
|
@@ -320,7 +320,7 @@ const mapDispatchToProps = dispatch => ({
|
|
|
320
320
|
var SdkGet$1 = reactRedux.connect(null, mapDispatchToProps)(SdkGet);
|
|
321
321
|
|
|
322
322
|
// NOTE: This string will be replaced on build time with the package version.
|
|
323
|
-
var version = "22.0
|
|
323
|
+
var version = "22.2.0";
|
|
324
324
|
|
|
325
325
|
const mcHostnameRegex = /^mc(-(\d){4,})?\.(.*)$/;
|
|
326
326
|
const mcPreviewHostnameRegex = /^.*\.mc-preview\.(.*)$/;
|
|
@@ -305,7 +305,7 @@ const mapDispatchToProps = dispatch => ({
|
|
|
305
305
|
var SdkGet$1 = connect(null, mapDispatchToProps)(SdkGet);
|
|
306
306
|
|
|
307
307
|
// NOTE: This string will be replaced on build time with the package version.
|
|
308
|
-
var version = "22.0
|
|
308
|
+
var version = "22.2.0";
|
|
309
309
|
|
|
310
310
|
/* eslint-disable no-console */
|
|
311
311
|
const isLoggerEnabled = () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/sdk",
|
|
3
|
-
"version": "22.0
|
|
3
|
+
"version": "22.2.0",
|
|
4
4
|
"description": "Tools for declarative fetching",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@babel/runtime": "^7.20.13",
|
|
25
25
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
26
|
-
"@commercetools-frontend/constants": "22.0
|
|
26
|
+
"@commercetools-frontend/constants": "22.2.0",
|
|
27
27
|
"@commercetools/api-request-builder": "6.0.0",
|
|
28
28
|
"@commercetools/http-user-agent": "3.0.0",
|
|
29
29
|
"@commercetools/sdk-client": "3.0.0",
|