swc-plugin-import-meta-env 0.1.6 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,7 +11,7 @@ The original purpose of this was to allow `@swc` usage in a large Jest test suit
11
11
  ## Install 🌱
12
12
 
13
13
  ```shell
14
- npm i -D swc-plugin-import-meta
14
+ npm i -D swc-plugin-import-meta-env
15
15
  ```
16
16
 
17
17
  ## Usage 🚀
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swc-plugin-import-meta-env",
3
- "version": "0.1.6",
3
+ "version": "0.2.0",
4
4
  "description": "@swc plugin for handling the transformation of import.meta.env",
5
5
  "author": "Alex Miller <codex.nz@gmail.com>",
6
6
  "homepage": "https://github.com/Codex-/swc-plugin-import-meta-env#readme",
@@ -26,11 +26,11 @@
26
26
  "swc_plugin_import_meta_env.wasm"
27
27
  ],
28
28
  "preferUnplugged": true,
29
- "packageManager": "pnpm@8.6.7",
29
+ "packageManager": "pnpm@8.12.0",
30
30
  "devDependencies": {
31
31
  "@swc/core": "^1.3.68",
32
32
  "auto-changelog": "^2.4.0",
33
- "release-it": "^16.1.0"
33
+ "release-it": "^17.0.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@swc/core": "^1.3.68"
Binary file