@commercetools-frontend/cypress 20.9.2 → 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.9.2';
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.9.2';
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.9.2';
4
+ var version = '20.10.3';
5
5
 
6
6
  export { version };
@@ -1,11 +1,11 @@
1
- export declare type CommandLoginByOidcOptions = {
2
- entryPointUriPath: string;
3
- dotfiles?: string[];
4
- onBeforeLoad?: (win: Window) => void;
5
- initialRoute?: string;
6
- projectKey?: string;
7
- login?: {
8
- email: string;
9
- password: string;
10
- };
11
- };
1
+ export declare type CommandLoginByOidcOptions = {
2
+ entryPointUriPath: string;
3
+ dotfiles?: string[];
4
+ onBeforeLoad?: (win: Window) => void;
5
+ initialRoute?: string;
6
+ projectKey?: string;
7
+ login?: {
8
+ email: string;
9
+ password: string;
10
+ };
11
+ };
@@ -1,8 +1,8 @@
1
- import type { ApplicationOidcForDevelopmentConfig } from '@commercetools-frontend/constants';
2
- declare type BuilOidcScopeOptions = {
3
- projectKey?: ApplicationOidcForDevelopmentConfig['initialProjectKey'];
4
- oAuthScopes?: ApplicationOidcForDevelopmentConfig['oAuthScopes'];
5
- teamId?: ApplicationOidcForDevelopmentConfig['teamId'];
6
- };
7
- declare const buildOidcScope: (options: BuilOidcScopeOptions) => string;
8
- export default buildOidcScope;
1
+ import type { ApplicationOidcForDevelopmentConfig } from '@commercetools-frontend/constants';
2
+ declare type BuilOidcScopeOptions = {
3
+ projectKey?: ApplicationOidcForDevelopmentConfig['initialProjectKey'];
4
+ oAuthScopes?: ApplicationOidcForDevelopmentConfig['oAuthScopes'];
5
+ teamId?: ApplicationOidcForDevelopmentConfig['teamId'];
6
+ };
7
+ declare const buildOidcScope: (options: BuilOidcScopeOptions) => string;
8
+ export default buildOidcScope;
@@ -1,15 +1,15 @@
1
- export declare const STORAGE_KEYS: {
2
- readonly NONCE: "nonce";
3
- readonly SESSION_SCOPE: "sessionScope";
4
- readonly ACTIVE_PROJECT_KEY: "activeProjectKey";
5
- };
6
- export declare const OIDC_RESPONSE_TYPES: {
7
- ID_TOKEN: string;
8
- };
9
- export declare const OIDC_CLAIMS: {
10
- OPEN_ID: string;
11
- PROJECT_KEY: string;
12
- TEAM_ID: string;
13
- VIEW: string;
14
- MANAGE: string;
15
- };
1
+ export declare const STORAGE_KEYS: {
2
+ readonly NONCE: "nonce";
3
+ readonly SESSION_SCOPE: "sessionScope";
4
+ readonly ACTIVE_PROJECT_KEY: "activeProjectKey";
5
+ };
6
+ export declare const OIDC_RESPONSE_TYPES: {
7
+ ID_TOKEN: string;
8
+ };
9
+ export declare const OIDC_CLAIMS: {
10
+ OPEN_ID: string;
11
+ PROJECT_KEY: string;
12
+ TEAM_ID: string;
13
+ VIEW: string;
14
+ MANAGE: string;
15
+ };
@@ -1,2 +1,2 @@
1
- export { default as version } from './version';
2
- export * from './constants';
1
+ export { default as version } from './version';
2
+ export * from './constants';
@@ -1,7 +1,7 @@
1
- import type { ApplicationRuntimeConfig } from '@commercetools-frontend/application-config';
2
- declare type CustomApplicationConfigTaskOptions = {
3
- entryPointUriPath: string;
4
- dotfiles?: string[];
5
- };
6
- declare const customApplicationConfig: (options: CustomApplicationConfigTaskOptions) => Promise<ApplicationRuntimeConfig['env']>;
7
- export { customApplicationConfig };
1
+ import type { ApplicationRuntimeConfig } from '@commercetools-frontend/application-config';
2
+ declare type CustomApplicationConfigTaskOptions = {
3
+ entryPointUriPath: string;
4
+ dotfiles?: string[];
5
+ };
6
+ declare const customApplicationConfig: (options: CustomApplicationConfigTaskOptions) => Promise<ApplicationRuntimeConfig['env']>;
7
+ export { customApplicationConfig };
@@ -1,2 +1,2 @@
1
- declare const _default: "20.9.2";
2
- export default _default;
1
+ declare const _default: "20.10.3";
2
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/cypress",
3
- "version": "20.9.2",
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": {
@@ -39,16 +39,16 @@
39
39
  "prepare": "./../../scripts/version.js replace"
40
40
  },
41
41
  "dependencies": {
42
- "@babel/runtime": "7.14.8",
43
- "@babel/runtime-corejs3": "7.14.8",
44
- "@commercetools-frontend/application-config": "20.9.2",
42
+ "@babel/runtime": "7.15.4",
43
+ "@babel/runtime-corejs3": "7.15.4",
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": "7.7.0"
49
+ "cypress": "8.5.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "cypress": "5.x || 6.x || 7.x"
52
+ "cypress": "5.x || 6.x || 7.x || 8.x"
53
53
  }
54
54
  }