@commercetools-frontend/sdk 21.0.0 → 21.3.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.
|
@@ -323,7 +323,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
323
323
|
});
|
|
324
324
|
|
|
325
325
|
// NOTE: This string will be replaced on build time with the package version.
|
|
326
|
-
var version = "21.
|
|
326
|
+
var version = "21.3.0";
|
|
327
327
|
|
|
328
328
|
/* eslint-disable no-console */
|
|
329
329
|
var isLoggerEnabled = function isLoggerEnabled() {
|
|
@@ -314,7 +314,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
314
314
|
});
|
|
315
315
|
|
|
316
316
|
// NOTE: This string will be replaced on build time with the package version.
|
|
317
|
-
var version = "21.
|
|
317
|
+
var version = "21.3.0";
|
|
318
318
|
|
|
319
319
|
var removeMcPrefix = function removeMcPrefix(host) {
|
|
320
320
|
return host.replace(/^mc(-(\d){4,})?\.(.*)$/, '$3');
|
|
@@ -301,7 +301,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
301
301
|
});
|
|
302
302
|
|
|
303
303
|
// NOTE: This string will be replaced on build time with the package version.
|
|
304
|
-
var version = "21.
|
|
304
|
+
var version = "21.3.0";
|
|
305
305
|
|
|
306
306
|
/* eslint-disable no-console */
|
|
307
307
|
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.3.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.17.8",
|
|
25
|
+
"@babel/runtime-corejs3": "^7.17.8",
|
|
26
|
+
"@commercetools-frontend/constants": "21.3.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
|
-
"@commercetools/sdk-middleware-http": "6.
|
|
32
|
-
"@types/node-fetch": "2.
|
|
31
|
+
"@commercetools/sdk-middleware-http": "6.2.0",
|
|
32
|
+
"@types/node-fetch": "2.6.1",
|
|
33
33
|
"@types/prop-types": "^15.7.4",
|
|
34
|
-
"@types/react": "^17.0.
|
|
35
|
-
"@types/react-redux": "^7.1.
|
|
34
|
+
"@types/react": "^17.0.43",
|
|
35
|
+
"@types/react-redux": "^7.1.23",
|
|
36
36
|
"fast-equals": "2.0.4",
|
|
37
37
|
"prop-types": "15.8.1",
|
|
38
38
|
"qss": "2.0.3",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"uuid": "8.3.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@testing-library/react": "12.1.
|
|
43
|
+
"@testing-library/react": "12.1.4",
|
|
44
44
|
"@types/uuid": "8.3.4",
|
|
45
45
|
"react": "17.0.2",
|
|
46
46
|
"react-redux": "7.2.6",
|