swc-plugin-import-meta-env
Advanced tools
Comparing version 1.5.2 to 1.5.7
{ | ||
"name": "swc-plugin-import-meta-env", | ||
"version": "1.5.2", | ||
"version": "1.5.7", | ||
"description": "@swc plugin for handling the transformation of import.meta.env", | ||
@@ -37,3 +37,3 @@ "author": "Alex Miller <codex.nz@gmail.com>", | ||
"devDependencies": { | ||
"@swc/core": "^1.5.2", | ||
"@swc/core": "^1.5.7", | ||
"@swc/jest": "^0.2.36", | ||
@@ -43,7 +43,7 @@ "@types/jest": "^29.5.12", | ||
"jest": "^29.7.0", | ||
"release-it": "^17.2.1" | ||
"release-it": "^17.3.0" | ||
}, | ||
"peerDependencies": { | ||
"@swc/core": "^1.5.2" | ||
"@swc/core": "^1.5.7" | ||
} | ||
} |
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
442921