cypress-vite
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "cypress-vite", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Run Cypress specs using Vite", | ||
@@ -20,3 +20,3 @@ "author": "Mohammad Ataei", | ||
}, | ||
"main": "dist/index.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
@@ -26,3 +26,3 @@ "types": "dist/index.d.ts", | ||
".": { | ||
"require": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs", | ||
@@ -46,14 +46,14 @@ "types": "./dist/index.d.ts" | ||
"@types/debug": "^4.1.7", | ||
"@types/node": "^18.7.18", | ||
"@typescript-eslint/eslint-plugin": "^5.38.0", | ||
"@typescript-eslint/parser": "^5.38.0", | ||
"cypress": "^10.8.0", | ||
"eslint": "^8.23.1", | ||
"@types/node": "^18.11.2", | ||
"@typescript-eslint/eslint-plugin": "^5.40.1", | ||
"@typescript-eslint/parser": "^5.40.1", | ||
"cypress": "^10.10.0", | ||
"eslint": "^8.25.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"husky": "^8.0.1", | ||
"lint-staged": "^13.0.3", | ||
"prettier": "2.6.2", | ||
"prettier": "^2.7.1", | ||
"rollup": "2.78.1", | ||
"tsup": "^6.2.3", | ||
"typescript": "^4.8.3", | ||
"typescript": "^4.8.4", | ||
"unbuild": "^0.9.4", | ||
"vite": "^3.1.3" | ||
@@ -65,3 +65,3 @@ }, | ||
"scripts": { | ||
"build": "tsup", | ||
"build": "unbuild", | ||
"example": "pnpm --filter example", | ||
@@ -68,0 +68,0 @@ "test": "pnpm --filter example test", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
9917
159
1