Skip to content

Commit 42927f1

Browse files
committed
chore: release v0.0.7
1 parent 44b27c2 commit 42927f1

5 files changed

Lines changed: 62 additions & 53 deletions

File tree

Cargo.lock

Lines changed: 54 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ rust-version = "1.82"
1515
heck = { version = "0.5" }
1616
regex = { version = "1.12.2" }
1717
serde = { version = "1.0.228" }
18-
serde_json = { version = "1.0.145" }
19-
swc_core = { version = "46.0.3" }
18+
serde_json = { version = "1.0.149" }
19+
swc_core = { version = "=54.0.0" }
2020
# .cargo/config defines few alias to build plugin.
2121
# cargo build-wasi generates wasm-wasi32 binary
2222
# cargo build-wasm32 generates wasm32-unknown-unknown binary.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "transform-import-declaration-plugin",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"private": true,
55
"scripts": {
66
"build": "pnpm -r --filter './packages/*' run build",
@@ -40,5 +40,5 @@
4040
"write-pkg": "^7.0.0"
4141
},
4242
"readme": "ERROR: No README data found!",
43-
"_id": "transform-import-declaration-plugin@0.0.6-alpha.2"
43+
"_id": "transform-import-declaration-plugin@0.0.6"
4444
}

packages/babel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shined/babel-plugin-transform-import-declaration",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "A Babel plugin to transform import declarations for tree-shaking and on-demand loading",
55
"main": "./cjs/index.js",
66
"types": "./cjs/index.d.ts",
@@ -55,7 +55,7 @@
5555
"vitest": "^4.0.12"
5656
},
5757
"readme": "ERROR: No README data found!",
58-
"_id": "@shined/babel-plugin-transform-import-declaration@0.0.6-alpha.2",
58+
"_id": "@shined/babel-plugin-transform-import-declaration@0.0.6",
5959
"bugs": {
6060
"url": "https://github.com/sheinsight/transform-import-declaration-plugin/issues"
6161
},

packages/swc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shined/swc-plugin-transform-import-declaration",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "SWC plugin for transforming import declarations",
55
"author": {
66
"name": "ityuany"
@@ -39,7 +39,7 @@
3939
"clean-pkg-json": "^1.3.0"
4040
},
4141
"readme": "ERROR: No README data found!",
42-
"_id": "@shined/swc-plugin-transform-import-declaration@0.0.6-alpha.2",
42+
"_id": "@shined/swc-plugin-transform-import-declaration@0.0.6",
4343
"bugs": {
4444
"url": "https://github.com/sheinsight/transform-import-declaration-plugin/issues"
4545
},

0 commit comments

Comments
 (0)