@vitejs/plugin-basic-ssl
Advanced tools
Comparing version 0.1.2 to 1.0.0
{ | ||
"name": "@vitejs/plugin-basic-ssl", | ||
"version": "0.1.2", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
@@ -19,2 +19,9 @@ "author": "Evan You and Vite Contributors", | ||
}, | ||
"scripts": { | ||
"dev": "unbuild --stub", | ||
"build": "unbuild && esno scripts/patchCJS.ts", | ||
"test": "vitest run", | ||
"release": "node scripts/release.js", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" | ||
}, | ||
"engines": { | ||
@@ -32,3 +39,3 @@ "node": ">=14.6.0" | ||
"peerDependencies": { | ||
"vite": "^3.0.0-beta.0" | ||
"vite": "^3.0.0 || ^4.0.0" | ||
}, | ||
@@ -53,13 +60,6 @@ "devDependencies": { | ||
"unbuild": "^0.7.4", | ||
"vite": "^3.0.0-beta.4", | ||
"vite": "^4.0.0", | ||
"vitest": "^0.15.1", | ||
"node-forge": "^1.3.1" | ||
}, | ||
"scripts": { | ||
"dev": "unbuild --stub", | ||
"build": "unbuild && esno scripts/patchCJS.ts", | ||
"test": "vitest run", | ||
"release": "node scripts/release.js", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" | ||
} | ||
} | ||
} |
@@ -5,3 +5,3 @@ # @vitejs/plugin-basic-ssl [![npm](https://img.shields.io/npm/v/@vitejs/plugin-basic-ssl.svg)](https://npmjs.com/package/@vitejs/plugin-basic-ssl) | ||
In most scenarios, it is recommended to generate a secure trusted certificate instead and use it to configure [`server.https`](https://vitejs.dev/config/#server-https) | ||
In most scenarios, it is recommended to generate a secure trusted certificate instead and use it to configure [`server.https`](https://vitejs.dev/config/server-options.html#server-https) | ||
@@ -8,0 +8,0 @@ ## Usage |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1185228
0
35524