@commercetools-frontend/application-shell-connectors 22.13.2 → 22.14.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.
@@ -81,7 +81,7 @@ var _Reflect$construct__default = /*#__PURE__*/_interopDefault(_Reflect$construc
81
81
  var _JSON$stringify__default = /*#__PURE__*/_interopDefault(_JSON$stringify);
82
82
 
83
83
  // NOTE: This string will be replaced on build time with the package version.
84
- var version = "22.13.2";
84
+ var version = "22.14.1";
85
85
 
86
86
  // From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
87
87
  const getDisplayName = Component => {
@@ -1018,7 +1018,7 @@ const createApolloClient = function () {
1018
1018
  appBar: {
1019
1019
  merge: mergeArraysObjects
1020
1020
  },
1021
- navBar: {
1021
+ navBarGroups: {
1022
1022
  merge: mergeArraysObjects
1023
1023
  }
1024
1024
  }
@@ -79,7 +79,7 @@ var _Reflect$construct__default = /*#__PURE__*/_interopDefault(_Reflect$construc
79
79
  var _JSON$stringify__default = /*#__PURE__*/_interopDefault(_JSON$stringify);
80
80
 
81
81
  // NOTE: This string will be replaced on build time with the package version.
82
- var version = "22.13.2";
82
+ var version = "22.14.1";
83
83
 
84
84
  // From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
85
85
  const getDisplayName = Component => {
@@ -995,7 +995,7 @@ const createApolloClient = function () {
995
995
  appBar: {
996
996
  merge: mergeArraysObjects
997
997
  },
998
- navBar: {
998
+ navBarGroups: {
999
999
  merge: mergeArraysObjects
1000
1000
  }
1001
1001
  }
@@ -46,7 +46,7 @@ import _JSON$stringify from '@babel/runtime-corejs3/core-js-stable/json/stringif
46
46
  import { RetryLink } from '@apollo/client/link/retry';
47
47
 
48
48
  // NOTE: This string will be replaced on build time with the package version.
49
- var version = "22.13.2";
49
+ var version = "22.14.1";
50
50
 
51
51
  // From https://github.com/acdlite/recompose/blob/master/src/packages/recompose/getDisplayName.js
52
52
  const getDisplayName = Component => {
@@ -983,7 +983,7 @@ const createApolloClient = function () {
983
983
  appBar: {
984
984
  merge: mergeArraysObjects
985
985
  },
986
- navBar: {
986
+ navBarGroups: {
987
987
  merge: mergeArraysObjects
988
988
  }
989
989
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-shell-connectors",
3
- "version": "22.13.2",
3
+ "version": "22.14.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": {
@@ -37,10 +37,10 @@
37
37
  "dependencies": {
38
38
  "@babel/runtime": "^7.22.15",
39
39
  "@babel/runtime-corejs3": "^7.22.15",
40
- "@commercetools-frontend/application-config": "22.13.2",
41
- "@commercetools-frontend/browser-history": "22.13.2",
42
- "@commercetools-frontend/constants": "22.13.2",
43
- "@commercetools-frontend/sentry": "22.13.2",
40
+ "@commercetools-frontend/application-config": "22.14.1",
41
+ "@commercetools-frontend/browser-history": "22.14.1",
42
+ "@commercetools-frontend/constants": "22.14.1",
43
+ "@commercetools-frontend/sentry": "22.14.1",
44
44
  "@commercetools/http-user-agent": "3.0.0",
45
45
  "@emotion/react": "^11.11.1",
46
46
  "@types/lodash": "^4.14.198",