Skip to content

Commit a73d719

Browse files
committed
chore: release v0.0.6-alpha.0
1 parent 9783528 commit a73d719

3 files changed

Lines changed: 25 additions & 13 deletions

File tree

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "transform-import-declaration-plugin",
3-
"version": "0.0.5",
3+
"version": "0.0.6-alpha.0",
44
"description": "",
55
"private": true,
66
"scripts": {
@@ -17,7 +17,9 @@
1717
"prerelease": "node ./script/prerelease.mts"
1818
},
1919
"keywords": [],
20-
"author": "ityuany",
20+
"author": {
21+
"name": "ityuany"
22+
},
2123
"license": "MIT",
2224
"packageManager": "pnpm@10.20.0",
2325
"devDependencies": {
@@ -37,5 +39,7 @@
3739
"read-pkg": "^10.0.0",
3840
"semver": "^7.7.3",
3941
"write-pkg": "^7.0.0"
40-
}
42+
},
43+
"readme": "ERROR: No README data found!",
44+
"_id": "transform-import-declaration-plugin@0.0.5"
4145
}

packages/babel/package.json

Lines changed: 9 additions & 5 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.5",
3+
"version": "0.0.6-alpha.0",
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",
@@ -16,7 +16,9 @@
1616
"antd",
1717
"on-demand"
1818
],
19-
"author": "ityuany",
19+
"author": {
20+
"name": "ityuany"
21+
},
2022
"license": "MIT",
2123
"peerDependencies": {
2224
"@babel/core": "^7.0.0",
@@ -28,7 +30,7 @@
2830
"publishConfig": {
2931
"access": "public",
3032
"registry": "https://registry.npmjs.org",
31-
"tag": "latest"
33+
"tag": "alpha"
3234
},
3335
"scripts": {
3436
"build": "lecp",
@@ -44,8 +46,10 @@
4446
"@babel/types": "^7.28.5",
4547
"@shined/lecp": "^0.1.1",
4648
"@types/babel__core": "^7.20.5",
47-
"typescript": "^5.9.3",
4849
"clean-pkg-json": "^1.3.0",
50+
"typescript": "^5.9.3",
4951
"vitest": "^4.0.12"
50-
}
52+
},
53+
"readme": "ERROR: No README data found!",
54+
"_id": "@shined/babel-plugin-transform-import-declaration@0.0.5"
5155
}

packages/swc/package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "@shined/swc-plugin-transform-import-declaration",
3-
"version": "0.0.5",
3+
"version": "0.0.6-alpha.0",
44
"description": "SWC plugin for transforming import declarations",
5-
"author": "ityuany",
5+
"author": {
6+
"name": "ityuany"
7+
},
68
"license": "MIT",
79
"main": "swc_plugin_transform_import_declaration.wasm",
810
"files": [
@@ -20,7 +22,7 @@
2022
"publishConfig": {
2123
"access": "public",
2224
"registry": "https://registry.npmjs.org",
23-
"tag": "latest"
25+
"tag": "alpha"
2426
},
2527
"scripts": {
2628
"build": "cargo build --release --target wasm32-wasip1",
@@ -29,7 +31,9 @@
2931
"clean": "cargo clean",
3032
"prepublishOnly": "clean-pkg-json"
3133
},
32-
"devDependencies":{
34+
"devDependencies": {
3335
"clean-pkg-json": "^1.3.0"
34-
}
36+
},
37+
"readme": "ERROR: No README data found!",
38+
"_id": "@shined/swc-plugin-transform-import-declaration@0.0.5"
3539
}

0 commit comments

Comments
 (0)