swc-plugin-import-meta-env
Advanced tools
Comparing version 1.9.3 to 1.10.0
{ | ||
"name": "swc-plugin-import-meta-env", | ||
"version": "1.9.3", | ||
"version": "1.10.0", | ||
"description": "@swc plugin for handling the transformation of import.meta.env", | ||
@@ -21,10 +21,10 @@ "author": "Alex Miller <codex.nz@gmail.com>", | ||
"scripts": { | ||
"build": "cargo build-wasi", | ||
"build": "cargo build-wasip1", | ||
"build:release": "pnpm run build --release", | ||
"preinstall": "npx only-allow pnpm", | ||
"prepublishOnly": "cargo build-wasi --release", | ||
"prepack": "pnpm run build:release && cp target/wasm32-wasi/release/swc_plugin_import_meta_env.wasm .", | ||
"prepublishOnly": "cargo build-wasip1 --release", | ||
"prepack": "pnpm run build:release && cp target/wasm32-wasip1/release/swc_plugin_import_meta_env.wasm .", | ||
"release": "release-it", | ||
"test": "pnpm run test:setup && pnpm run test:unit && pnpm run test:integration", | ||
"test:setup": "pnpm run build && cp target/wasm32-wasi/debug/swc_plugin_import_meta_env.wasm .", | ||
"test:setup": "pnpm run build && cp target/wasm32-wasip1/debug/swc_plugin_import_meta_env.wasm .", | ||
"test:unit": "cargo test --color always", | ||
@@ -38,3 +38,3 @@ "test:integration": "pnpm exec jest --config ./tests/integration/jest.config.cjs --no-cache" | ||
"devDependencies": { | ||
"@swc/core": "^1.9.3", | ||
"@swc/core": "^1.10.0", | ||
"@swc/jest": "^0.2.37", | ||
@@ -47,4 +47,4 @@ "@types/jest": "^29.5.14", | ||
"peerDependencies": { | ||
"@swc/core": "^1.9.3" | ||
"@swc/core": "^1.10.0" | ||
} | ||
} |
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
355870