@commercetools-frontend/sdk 21.19.0 → 21.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.
|
@@ -335,7 +335,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
335
335
|
});
|
|
336
336
|
|
|
337
337
|
// NOTE: This string will be replaced on build time with the package version.
|
|
338
|
-
var version = "21.
|
|
338
|
+
var version = "21.20.0";
|
|
339
339
|
|
|
340
340
|
/* eslint-disable no-console */
|
|
341
341
|
var isLoggerEnabled = function isLoggerEnabled() {
|
|
@@ -326,7 +326,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
326
326
|
});
|
|
327
327
|
|
|
328
328
|
// NOTE: This string will be replaced on build time with the package version.
|
|
329
|
-
var version = "21.
|
|
329
|
+
var version = "21.20.0";
|
|
330
330
|
|
|
331
331
|
var mcHostnameRegex = /^mc(-(\d){4,})?\.(.*)$/;
|
|
332
332
|
var mcPreviewHostnameRegex = /^.*\.mc-preview\.(.*)$/;
|
|
@@ -311,7 +311,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
311
311
|
});
|
|
312
312
|
|
|
313
313
|
// NOTE: This string will be replaced on build time with the package version.
|
|
314
|
-
var version = "21.
|
|
314
|
+
var version = "21.20.0";
|
|
315
315
|
|
|
316
316
|
/* eslint-disable no-console */
|
|
317
317
|
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.20.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.19.0",
|
|
25
25
|
"@babel/runtime-corejs3": "^7.19.0",
|
|
26
|
-
"@commercetools-frontend/constants": "21.
|
|
26
|
+
"@commercetools-frontend/constants": "21.20.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",
|