@commercetools-frontend/sdk 21.8.0 → 21.10.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.
|
@@ -324,7 +324,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
324
324
|
});
|
|
325
325
|
|
|
326
326
|
// NOTE: This string will be replaced on build time with the package version.
|
|
327
|
-
var version = "21.
|
|
327
|
+
var version = "21.10.0";
|
|
328
328
|
|
|
329
329
|
/* eslint-disable no-console */
|
|
330
330
|
var isLoggerEnabled = function isLoggerEnabled() {
|
|
@@ -315,7 +315,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
315
315
|
});
|
|
316
316
|
|
|
317
317
|
// NOTE: This string will be replaced on build time with the package version.
|
|
318
|
-
var version = "21.
|
|
318
|
+
var version = "21.10.0";
|
|
319
319
|
|
|
320
320
|
var removeMcPrefix = function removeMcPrefix(host) {
|
|
321
321
|
return host.replace(/^mc(-(\d){4,})?\.(.*)$/, '$3');
|
|
@@ -302,7 +302,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
302
302
|
});
|
|
303
303
|
|
|
304
304
|
// NOTE: This string will be replaced on build time with the package version.
|
|
305
|
-
var version = "21.
|
|
305
|
+
var version = "21.10.0";
|
|
306
306
|
|
|
307
307
|
/* eslint-disable no-console */
|
|
308
308
|
var isLoggerEnabled = function isLoggerEnabled() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/sdk",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.10.0",
|
|
4
4
|
"description": "Tools for declarative fetching",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"module": "dist/commercetools-frontend-sdk.esm.js",
|
|
22
22
|
"files": ["dist", "test-utils", "package.json", "LICENSE", "README.md"],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@babel/runtime": "^7.
|
|
25
|
-
"@babel/runtime-corejs3": "^7.
|
|
26
|
-
"@commercetools-frontend/constants": "21.
|
|
24
|
+
"@babel/runtime": "^7.18.6",
|
|
25
|
+
"@babel/runtime-corejs3": "^7.18.6",
|
|
26
|
+
"@commercetools-frontend/constants": "21.10.0",
|
|
27
27
|
"@commercetools/api-request-builder": "5.6.3",
|
|
28
28
|
"@commercetools/http-user-agent": "2.1.2",
|
|
29
29
|
"@commercetools/sdk-client": "2.1.2",
|
|
30
30
|
"@commercetools/sdk-middleware-correlation-id": "2.1.4",
|
|
31
31
|
"@commercetools/sdk-middleware-http": "6.2.0",
|
|
32
|
-
"@types/node-fetch": "2.6.
|
|
32
|
+
"@types/node-fetch": "2.6.2",
|
|
33
33
|
"@types/prop-types": "^15.7.5",
|
|
34
|
-
"@types/react": "^17.0.
|
|
35
|
-
"@types/react-redux": "^7.1.
|
|
34
|
+
"@types/react": "^17.0.47",
|
|
35
|
+
"@types/react-redux": "^7.1.24",
|
|
36
36
|
"fast-equals": "2.0.4",
|
|
37
37
|
"prop-types": "15.8.1",
|
|
38
38
|
"qss": "2.0.3",
|