Skip to content

Commit 18f2735

Browse files
committed
chore: release v0.0.1-alpha.7
1 parent 87d0d97 commit 18f2735

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-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.6",
3+
"version": "0.0.1-alpha.7",
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.5"
50+
"_id": "enforce-direct-access@0.0.1-alpha.6"
5151
}

packages/babel/package.json

Lines changed: 6 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.6",
3+
"version": "0.0.1-alpha.7",
44
"description": "A Babel plugin to enforce direct access patterns",
55
"main": "./cjs/index.js",
66
"types": "./cjs/index.d.ts",
@@ -50,5 +50,9 @@
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.5"
53+
"_id": "@shined/babel-plugin-enforce-direct-access@0.0.1-alpha.6",
54+
"bugs": {
55+
"url": "https://github.com/ityuany/enforce-direct-access/issues"
56+
},
57+
"homepage": "https://github.com/ityuany/enforce-direct-access#readme"
5458
}

packages/swc/package.json

Lines changed: 6 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.6",
3+
"version": "0.0.1-alpha.7",
44
"description": "SWC plugin for enforcing direct access patterns",
55
"author": {
66
"name": "ityuany"
@@ -39,5 +39,9 @@
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.5"
42+
"_id": "@shined/swc-plugin-enforce-direct-access@0.0.1-alpha.6",
43+
"bugs": {
44+
"url": "https://github.com/ityuany/enforce-direct-access/issues"
45+
},
46+
"homepage": "https://github.com/ityuany/enforce-direct-access#readme"
4347
}

0 commit comments

Comments
 (0)