@commercetools-frontend/cypress 22.22.0 → 22.23.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.
@@ -195,8 +195,9 @@ function loginByOidc(commandOptions) {
195
195
  query: {}
196
196
  }));
197
197
  win.sessionStorage.setItem(constants.STORAGE_KEYS.SESSION_SCOPE, sessionScope);
198
- // Disable redesign announcement
199
- win.localStorage.setItem('isNewDesignReleaseNotificationClosed', 'true');
198
+ // To hide the dialog for the rebranding colors.
199
+ // TODO: remove once the dialog has been removed from App Kit.
200
+ win.localStorage.setItem('isRecolouringNotificationClosed', String(true));
200
201
  if (commandOptions.onBeforeLoad) {
201
202
  commandOptions.onBeforeLoad(win);
202
203
  }
@@ -195,8 +195,9 @@ function loginByOidc(commandOptions) {
195
195
  query: {}
196
196
  }));
197
197
  win.sessionStorage.setItem(constants.STORAGE_KEYS.SESSION_SCOPE, sessionScope);
198
- // Disable redesign announcement
199
- win.localStorage.setItem('isNewDesignReleaseNotificationClosed', 'true');
198
+ // To hide the dialog for the rebranding colors.
199
+ // TODO: remove once the dialog has been removed from App Kit.
200
+ win.localStorage.setItem('isRecolouringNotificationClosed', String(true));
200
201
  if (commandOptions.onBeforeLoad) {
201
202
  commandOptions.onBeforeLoad(win);
202
203
  }
@@ -176,8 +176,9 @@ function loginByOidc(commandOptions) {
176
176
  query: {}
177
177
  }));
178
178
  win.sessionStorage.setItem(STORAGE_KEYS.SESSION_SCOPE, sessionScope);
179
- // Disable redesign announcement
180
- win.localStorage.setItem('isNewDesignReleaseNotificationClosed', 'true');
179
+ // To hide the dialog for the rebranding colors.
180
+ // TODO: remove once the dialog has been removed from App Kit.
181
+ win.localStorage.setItem('isRecolouringNotificationClosed', String(true));
181
182
  if (commandOptions.onBeforeLoad) {
182
183
  commandOptions.onBeforeLoad(win);
183
184
  }
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var constants = require('./constants-c657705e.cjs.dev.js');
6
6
 
7
7
  // NOTE: This string will be replaced on build time with the package version.
8
- var version = "22.22.0";
8
+ var version = "22.23.0";
9
9
 
10
10
  exports.OIDC_RESPONSE_TYPES = constants.OIDC_RESPONSE_TYPES;
11
11
  exports.STORAGE_KEYS = constants.STORAGE_KEYS;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var constants = require('./constants-8ad2a50e.cjs.prod.js');
6
6
 
7
7
  // NOTE: This string will be replaced on build time with the package version.
8
- var version = "22.22.0";
8
+ var version = "22.23.0";
9
9
 
10
10
  exports.OIDC_RESPONSE_TYPES = constants.OIDC_RESPONSE_TYPES;
11
11
  exports.STORAGE_KEYS = constants.STORAGE_KEYS;
@@ -1,6 +1,6 @@
1
1
  export { O as OIDC_RESPONSE_TYPES, S as STORAGE_KEYS } from './constants-18b165fc.esm.js';
2
2
 
3
3
  // NOTE: This string will be replaced on build time with the package version.
4
- var version = "22.22.0";
4
+ var version = "22.23.0";
5
5
 
6
6
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/cypress",
3
- "version": "22.22.0",
3
+ "version": "22.23.0",
4
4
  "description": "Cypress commands and utilities for Custom Applications",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {
@@ -41,13 +41,13 @@
41
41
  "dependencies": {
42
42
  "@babel/runtime": "^7.22.15",
43
43
  "@babel/runtime-corejs3": "^7.22.15",
44
- "@commercetools-frontend/application-config": "22.22.0",
45
- "@commercetools-frontend/application-shell": "22.22.0",
46
- "@commercetools-frontend/constants": "22.22.0",
44
+ "@commercetools-frontend/application-config": "22.23.0",
45
+ "@commercetools-frontend/application-shell": "22.23.0",
46
+ "@commercetools-frontend/constants": "22.23.0",
47
47
  "@manypkg/get-packages": "1.1.3",
48
48
  "@types/semver": "^7.5.1",
49
- "semver": "7.5.2",
50
- "uuid": "9.0.0"
49
+ "semver": "7.6.0",
50
+ "uuid": "9.0.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@tsconfig/node16": "^16.1.1",