Skip to content

Commit

Permalink
fix: export defaut AccessControl
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Jun 21, 2024
1 parent 750889b commit 3ada439
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## AccessControl - Change Log

## 2.3.2

### Patch Changes

- fix: export defaut AccessControl

## 2.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sellerartifact/accesscontrol",
"version": "2.3.1",
"version": "2.3.2",
"types": "./dist/types/index.d.ts",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.js",
Expand Down
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
import { AccessControl } from './AccessControl';

export * from './AccessControl';
export * from './core';

export default AccessControl;

0 comments on commit 3ada439

Please sign in to comment.