vite-plugin-environment
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -49,2 +49,2 @@ import { Plugin } from 'vite'; | ||
export { EnvironmentPlugin as default }; | ||
export { EnvOptions, EnvVarDefault, EnvVarDefaults, EnvVars, EnvironmentPlugin as default }; |
{ | ||
"name": "vite-plugin-environment", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Easily expose environment variables in Vite.js", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
"typescript": "^4.6.3", | ||
"vite": "^2.9.1", | ||
"vite": "^3.0.0", | ||
"vitest": "^0.8" | ||
@@ -57,0 +57,0 @@ }, |
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
14032