@commercetools-frontend/application-shell-connectors 21.0.0 → 21.2.1

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.
@@ -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 on build time with the package version.
48
- var version = "21.0.0";
48
+ var version = "21.2.1";
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 on build time with the package version.
47
- var version = "21.0.0";
47
+ var version = "21.2.1";
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 on build time with the package version.
26
- var version = "21.0.0";
26
+ var version = "21.2.1";
27
27
 
28
28
  // From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
29
29
  var getDisplayName = function getDisplayName(Component) {
@@ -44,50 +44,9 @@ export declare const createFetchProjectExtensionImageRegexMock: (customMock?: Pa
44
44
  data: Maybe<ReturnType<typeof createGraphqlResponseForProjectExtensionImageRegexQuery>>;
45
45
  }>;
46
46
  }>) => {
47
- result: {
47
+ result: Maybe<{
48
48
  data: Maybe<ReturnType<typeof createGraphqlResponseForProjectExtensionImageRegexQuery>>;
49
- } | {
50
- data: {
51
- __typename?: "Query" | undefined;
52
- projectExtension: {
53
- __typename?: "ProjectExtension" | undefined;
54
- id: string;
55
- imageRegex?: {
56
- __typename?: "ImageRegex" | undefined;
57
- thumb?: {
58
- __typename?: "ImageRegexOptions" | undefined;
59
- flag: string;
60
- search: string;
61
- replace: string;
62
- } | null | undefined;
63
- small?: {
64
- __typename?: "ImageRegexOptions" | undefined;
65
- flag: string;
66
- search: string;
67
- replace: string;
68
- } | null | undefined;
69
- } | null | undefined;
70
- } | {
71
- __typename: string;
72
- id: string;
73
- imageRegex: {
74
- __typename: string;
75
- thumb: {
76
- __typename: string;
77
- flag: string;
78
- replace: string;
79
- search: string;
80
- };
81
- small: {
82
- __typename: string;
83
- flag: string;
84
- replace: string;
85
- search: string;
86
- };
87
- };
88
- } | null;
89
- };
90
- } | null;
49
+ }>;
91
50
  request: {
92
51
  query: import("graphql").DocumentNode;
93
52
  context: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-shell-connectors",
3
- "version": "21.0.0",
3
+ "version": "21.2.1",
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": {
@@ -24,8 +24,8 @@
24
24
  "@babel/runtime": "^7.16.7",
25
25
  "@babel/runtime-corejs3": "^7.16.8",
26
26
  "@commercetools-frontend/constants": "21.0.0",
27
- "@commercetools-frontend/sentry": "21.0.0",
28
- "@emotion/react": "11.7.1",
27
+ "@commercetools-frontend/sentry": "21.2.1",
28
+ "@emotion/react": "11.8.2",
29
29
  "@types/lodash": "^4.14.178",
30
30
  "@types/prop-types": "^15.7.4",
31
31
  "@types/react": "^17.0.38",
@@ -35,8 +35,8 @@
35
35
  "prop-types": "15.8.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@apollo/client": "3.5.7",
39
- "@testing-library/react": "12.1.2",
38
+ "@apollo/client": "3.5.10",
39
+ "@testing-library/react": "12.1.4",
40
40
  "react": "17.0.2"
41
41
  },
42
42
  "peerDependencies": {