@cypress/vite-dev-server
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -5,4 +5,4 @@ /// <reference types="cypress" /> | ||
declare const ALL_FRAMEWORKS: readonly ["react", "vue"]; | ||
declare type ConfigHandler = UserConfig | (() => UserConfig | Promise<UserConfig>); | ||
export declare type ViteDevServerConfig = { | ||
type ConfigHandler = UserConfig | (() => UserConfig | Promise<UserConfig>); | ||
export type ViteDevServerConfig = { | ||
specs: Cypress.Spec[]; | ||
@@ -9,0 +9,0 @@ cypressConfig: Cypress.PluginConfigOptions; |
import type { ViteDevServerConfig } from './devServer'; | ||
export declare type Vite = typeof import('vite-5'); | ||
export type Vite = typeof import('vite-5'); | ||
export declare function getVite(config: ViteDevServerConfig): Vite; |
{ | ||
"name": "@cypress/vite-dev-server", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Launches Vite Dev Server for Component Testing", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"ts-node": "^10.9.2", | ||
"vite-4": "npm:vite@^4.5.2", | ||
"vite-4": "npm:vite@^4.5.3", | ||
"vite-5": "npm:vite@^5.2.8", | ||
@@ -33,0 +33,0 @@ "vite-plugin-inspect": "0.8.4" |
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
30327