Skip to content

Commit 8eca773

Browse files
committed
chore: release v0.0.1-alpha.9
1 parent 8bf53c0 commit 8eca773

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enforce-direct-access",
3-
"version": "0.0.1-alpha.8",
3+
"version": "0.0.1-alpha.9",
44
"description": "Babel and SWC plugins for enforcing direct access patterns",
55
"private": true,
66
"scripts": {
@@ -47,5 +47,5 @@
4747
"write-pkg": "^7.0.0"
4848
},
4949
"readme": "ERROR: No README data found!",
50-
"_id": "enforce-direct-access@0.0.1-alpha.7"
50+
"_id": "enforce-direct-access@0.0.1-alpha.8"
5151
}

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-enforce-direct-access",
3-
"version": "0.0.1-alpha.8",
3+
"version": "0.0.1-alpha.9",
44
"description": "A Babel plugin to enforce direct access patterns",
55
"main": "./cjs/index.js",
66
"types": "./cjs/index.d.ts",
@@ -50,7 +50,7 @@
5050
"vitest": "^4.0.12"
5151
},
5252
"readme": "ERROR: No README data found!",
53-
"_id": "@shined/babel-plugin-enforce-direct-access@0.0.1-alpha.7",
53+
"_id": "@shined/babel-plugin-enforce-direct-access@0.0.1-alpha.8",
5454
"bugs": {
5555
"url": "https://github.com/ityuany/enforce-direct-access/issues"
5656
},

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-enforce-direct-access",
3-
"version": "0.0.1-alpha.8",
3+
"version": "0.0.1-alpha.9",
44
"description": "SWC plugin for enforcing direct access patterns",
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-enforce-direct-access@0.0.1-alpha.7",
42+
"_id": "@shined/swc-plugin-enforce-direct-access@0.0.1-alpha.8",
4343
"bugs": {
4444
"url": "https://github.com/ityuany/enforce-direct-access/issues"
4545
},

0 commit comments

Comments
 (0)