@commercetools-frontend/application-shell 20.10.4 → 20.10.5
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.
|
@@ -98,7 +98,7 @@ var _pt__default = /*#__PURE__*/_interopDefault(_pt);
|
|
|
98
98
|
var invariant__default = /*#__PURE__*/_interopDefault(invariant);
|
|
99
99
|
|
|
100
100
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
101
|
-
var version = '20.10.
|
|
101
|
+
var version = '20.10.5';
|
|
102
102
|
|
|
103
103
|
var SUPPORTED_HEADERS = {
|
|
104
104
|
ACCEPT_VERSION: 'Accept-version',
|
|
@@ -97,7 +97,7 @@ var _JSON$stringify__default = /*#__PURE__*/_interopDefault(_JSON$stringify);
|
|
|
97
97
|
var invariant__default = /*#__PURE__*/_interopDefault(invariant);
|
|
98
98
|
|
|
99
99
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
100
|
-
var version = '20.10.
|
|
100
|
+
var version = '20.10.5';
|
|
101
101
|
|
|
102
102
|
var SUPPORTED_HEADERS = {
|
|
103
103
|
ACCEPT_VERSION: 'Accept-version',
|
|
@@ -57,7 +57,7 @@ import { useApplicationContext } from '@commercetools-frontend/application-shell
|
|
|
57
57
|
import { PageNotFound } from '@commercetools-frontend/application-components';
|
|
58
58
|
|
|
59
59
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
60
|
-
var version = '20.10.
|
|
60
|
+
var version = '20.10.5';
|
|
61
61
|
|
|
62
62
|
var SUPPORTED_HEADERS = {
|
|
63
63
|
ACCEPT_VERSION: 'Accept-version',
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "20.10.
|
|
1
|
+
declare const _default: "20.10.5";
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-shell",
|
|
3
|
-
"version": "20.10.
|
|
3
|
+
"version": "20.10.5",
|
|
4
4
|
"description": "React component to bootstrap the general MC application logic",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@babel/runtime": "7.15.4",
|
|
30
30
|
"@babel/runtime-corejs3": "7.15.4",
|
|
31
31
|
"@commercetools-frontend/actions-global": "20.10.4",
|
|
32
|
-
"@commercetools-frontend/application-components": "20.10.
|
|
32
|
+
"@commercetools-frontend/application-components": "20.10.5",
|
|
33
33
|
"@commercetools-frontend/application-shell-connectors": "20.10.4",
|
|
34
34
|
"@commercetools-frontend/assets": "20.10.1",
|
|
35
35
|
"@commercetools-frontend/browser-history": "20.10.1",
|