@vitejs/plugin-basic-ssl
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@vitejs/plugin-basic-ssl", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -14,3 +14,2 @@ "author": "Evan You and Vite Contributors", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
@@ -21,5 +20,4 @@ "require": "./dist/index.cjs" | ||
"engines": { | ||
"node": ">=14.6.0" | ||
"node": ">=14.21.3" | ||
}, | ||
"packageManager": "pnpm@8.10.5", | ||
"repository": { | ||
@@ -34,33 +32,26 @@ "type": "git", | ||
"peerDependencies": { | ||
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0" | ||
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/pluginutils": "^4.2.1", | ||
"@types/fs-extra": "^9.0.13", | ||
"conventional-changelog-cli": "^2.2.2", | ||
"debug": "^4.3.4", | ||
"enquirer": "^2.3.6", | ||
"esno": "^0.16.3", | ||
"execa": "^4.1.0", | ||
"fs-extra": "^10.1.0", | ||
"hash-sum": "^2.0.0", | ||
"minimist": "^1.2.6", | ||
"picocolors": "^1.0.0", | ||
"prettier": "^2.7.1", | ||
"rollup": "^2.75.6", | ||
"semver": "^7.3.7", | ||
"slash": "^3.0.0", | ||
"source-map": "^0.6.1", | ||
"unbuild": "^0.7.4", | ||
"vite": "^5.0.0", | ||
"vitest": "^0.15.1", | ||
"node-forge": "^1.3.1" | ||
"@types/node": "^22.10.0", | ||
"conventional-changelog-cli": "^5.0.0", | ||
"enquirer": "^2.4.1", | ||
"execa": "^9.5.1", | ||
"minimist": "^1.2.8", | ||
"node-forge": "^1.3.1", | ||
"picocolors": "^1.1.1", | ||
"prettier": "^3.4.1", | ||
"semver": "^7.6.3", | ||
"tsx": "^4.19.2", | ||
"unbuild": "^2.0.0", | ||
"vite": "^6.0.1", | ||
"vitest": "^2.1.6" | ||
}, | ||
"scripts": { | ||
"dev": "unbuild --stub", | ||
"build": "unbuild && esno scripts/patchCJS.ts", | ||
"build": "unbuild && tsx scripts/patchCJS.ts", | ||
"test": "vitest run", | ||
"release": "node scripts/release.js", | ||
"release": "tsx -C import scripts/release.ts", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
13
10
35583
1187895