File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ rust-version = "1.82"
1515heck = { version = " 0.5" }
1616regex = { version = " 1.12.2" }
1717serde = { 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.
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 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" ,
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 },
Original file line number Diff line number Diff line change 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"
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 },
You can’t perform that action at this time.
0 commit comments