@commercetools-frontend/cypress 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.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var constants = require('./constants-c43c43f2.cjs.dev.js');
6
6
 
7
7
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
8
- var version = '20.10.1';
8
+ var version = '20.10.3';
9
9
 
10
10
  exports.OIDC_CLAIMS = constants.OIDC_CLAIMS;
11
11
  exports.OIDC_RESPONSE_TYPES = constants.OIDC_RESPONSE_TYPES;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var constants = require('./constants-b05c60de.cjs.prod.js');
6
6
 
7
7
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
8
- var version = '20.10.1';
8
+ var version = '20.10.3';
9
9
 
10
10
  exports.OIDC_CLAIMS = constants.OIDC_CLAIMS;
11
11
  exports.OIDC_RESPONSE_TYPES = constants.OIDC_RESPONSE_TYPES;
@@ -1,6 +1,6 @@
1
1
  export { a as OIDC_CLAIMS, O as OIDC_RESPONSE_TYPES, S as STORAGE_KEYS } from './constants-d5478c94.esm.js';
2
2
 
3
3
  // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
4
- var version = '20.10.1';
4
+ var version = '20.10.3';
5
5
 
6
6
  export { version };
@@ -1,2 +1,2 @@
1
- declare const _default: "20.10.1";
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/cypress",
3
- "version": "20.10.1",
3
+ "version": "20.10.3",
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,12 +41,12 @@
41
41
  "dependencies": {
42
42
  "@babel/runtime": "7.15.4",
43
43
  "@babel/runtime-corejs3": "7.15.4",
44
- "@commercetools-frontend/application-config": "20.10.1",
44
+ "@commercetools-frontend/application-config": "20.10.3",
45
45
  "@manypkg/get-packages": "1.1.1",
46
46
  "uuid": "8.3.2"
47
47
  },
48
48
  "devDependencies": {
49
- "cypress": "8.4.1"
49
+ "cypress": "8.5.0"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "cypress": "5.x || 6.x || 7.x || 8.x"