@cypress/vite-dev-server
Advanced tools
Comparing version 2.0.8 to 2.1.0
@@ -0,1 +1,8 @@ | ||
# [@cypress/vite-dev-server-v2.1.0](https://github.com/cypress-io/cypress/compare/@cypress/vite-dev-server-v2.0.8...@cypress/vite-dev-server-v2.1.0) (2021-09-10) | ||
### Features | ||
* allow usage of @react/plugins with cypress.config.js ([#17738](https://github.com/cypress-io/cypress/issues/17738)) ([da4b1e0](https://github.com/cypress-io/cypress/commit/da4b1e06ce33945aabddda0e6e175dc0e1b488a5)) | ||
# [@cypress/vite-dev-server-v2.0.8](https://github.com/cypress-io/cypress/compare/@cypress/vite-dev-server-v2.0.7...@cypress/vite-dev-server-v2.0.8) (2021-08-30) | ||
@@ -2,0 +9,0 @@ |
@@ -0,8 +1,4 @@ | ||
/// <reference types="cypress" /> | ||
import { StartDevServerOptions } from './startServer'; | ||
export { StartDevServerOptions }; | ||
declare type DoneCallback = () => unknown; | ||
export interface ResolvedDevServerConfig { | ||
port: number; | ||
close: (done?: DoneCallback) => void; | ||
} | ||
export declare function startDevServer(startDevServerArgs: StartDevServerOptions): Promise<ResolvedDevServerConfig>; | ||
export declare function startDevServer(startDevServerArgs: StartDevServerOptions): Promise<Cypress.ResolvedDevServerConfig>; |
@@ -5,5 +5,5 @@ /// <reference types="cypress" /> | ||
/** | ||
* the Cypress options object | ||
* the Cypress dev server configuration object | ||
*/ | ||
options: Cypress.DevServerOptions; | ||
options: Cypress.DevServerConfig; | ||
/** | ||
@@ -10,0 +10,0 @@ * By default, vite will use your vite.config file to |
{ | ||
"name": "@cypress/vite-dev-server", | ||
"version": "2.0.8", | ||
"version": "2.1.0", | ||
"description": "Launches Vite Dev Server for Component Testing", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29162
262