@commercetools-frontend/application-shell-connectors 20.10.1 → 20.10.3
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.
- package/dist/commercetools-frontend-application-shell-connectors.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-application-shell-connectors.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-application-shell-connectors.esm.js +1 -1
- package/dist/declarations/src/version.d.ts +1 -1
- package/package.json +5 -5
|
@@ -45,7 +45,7 @@ var _valuesInstanceProperty__default = /*#__PURE__*/_interopDefault(_valuesInsta
|
|
|
45
45
|
var _URL__default = /*#__PURE__*/_interopDefault(_URL);
|
|
46
46
|
|
|
47
47
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
48
|
-
var version = '20.10.
|
|
48
|
+
var version = '20.10.3';
|
|
49
49
|
|
|
50
50
|
// From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
|
|
51
51
|
var getDisplayName = function getDisplayName(Component) {
|
|
@@ -44,7 +44,7 @@ var _valuesInstanceProperty__default = /*#__PURE__*/_interopDefault(_valuesInsta
|
|
|
44
44
|
var _URL__default = /*#__PURE__*/_interopDefault(_URL);
|
|
45
45
|
|
|
46
46
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
47
|
-
var version = '20.10.
|
|
47
|
+
var version = '20.10.3';
|
|
48
48
|
|
|
49
49
|
// From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
|
|
50
50
|
var getDisplayName = function getDisplayName(Component) {
|
|
@@ -23,7 +23,7 @@ import { GRAPHQL_TARGETS } from '@commercetools-frontend/constants';
|
|
|
23
23
|
import { reportErrorToSentry } from '@commercetools-frontend/sentry';
|
|
24
24
|
|
|
25
25
|
// NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
|
|
26
|
-
var version = '20.10.
|
|
26
|
+
var version = '20.10.3';
|
|
27
27
|
|
|
28
28
|
// From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
|
|
29
29
|
var getDisplayName = function getDisplayName(Component) {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "20.10.
|
|
1
|
+
declare const _default: "20.10.3";
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-shell-connectors",
|
|
3
|
-
"version": "20.10.
|
|
3
|
+
"version": "20.10.3",
|
|
4
4
|
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
|
|
5
5
|
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
|
|
6
6
|
"repository": {
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"@babel/runtime": "7.15.4",
|
|
29
29
|
"@babel/runtime-corejs3": "7.15.4",
|
|
30
30
|
"@commercetools-frontend/constants": "20.10.1",
|
|
31
|
-
"@commercetools-frontend/sentry": "20.10.
|
|
31
|
+
"@commercetools-frontend/sentry": "20.10.3",
|
|
32
32
|
"@emotion/react": "11.4.1",
|
|
33
33
|
"@types/lodash": "^4.14.167",
|
|
34
34
|
"@types/prop-types": "^15.7.3",
|
|
35
35
|
"@types/react": "^17.0.16",
|
|
36
|
-
"graphql": "15.6.
|
|
36
|
+
"graphql": "15.6.1",
|
|
37
37
|
"lodash": "4.17.21",
|
|
38
38
|
"moment-timezone": "^0.5.32",
|
|
39
39
|
"prop-types": "15.7.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@apollo/client": "3.4.
|
|
43
|
-
"@testing-library/react": "12.1.
|
|
42
|
+
"@apollo/client": "3.4.16",
|
|
43
|
+
"@testing-library/react": "12.1.2",
|
|
44
44
|
"react": "17.0.2"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|