@import-meta-env/babel
Advanced tools
Comparing version 0.1.10 to 0.2.0
@@ -86,7 +86,3 @@ "use strict"; | ||
// ../shared/constant.ts | ||
var placeholder = "'__import_meta_env_placeholder__'"; | ||
var uniqueVariableName = (() => { | ||
const uniqueVariableName2 = "import_meta_env_unique_id_"; | ||
return uniqueVariableName2 + Array(256 - uniqueVariableName2.length).fill("x").join(""); | ||
})(); | ||
var placeholder = `eval("var import_meta_env={};import_meta_env")`; | ||
var envFilePath = ".env"; | ||
@@ -93,0 +89,0 @@ |
{ | ||
"name": "@import-meta-env/babel", | ||
"version": "0.1.10", | ||
"version": "0.2.0", | ||
"description": "Load environment variables into import.meta.env object", | ||
@@ -32,4 +32,10 @@ "license": "MIT", | ||
"@babel/core": "^7.0.0-0", | ||
"@import-meta-env/cli": "^0.2.0", | ||
"dotenv": "^11.0.0 || ^12.0.4 || ^13.0.1 || ^14.3.2 || ^15.0.1 || ^16.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@import-meta-env/cli": { | ||
"optional": true | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -39,4 +45,4 @@ "picocolors": "^1.0.0" | ||
"devDependencies": { | ||
"@babel/core": "^7.17.8" | ||
"@babel/core": "7.19.3" | ||
} | ||
} |
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
10602
4
184