File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shefing/authorization" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"private" : false ,
5
5
"bugs" : " https://github.com/shefing/payload-tools/issues" ,
6
6
"repository" : " https://github.com/shefing/payload-tools" ,
Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ import { ensurePath } from './utilities/ensurePath.js';
4
4
import { populateOptions } from './fields/populateOptions.js' ;
5
5
import { AuthorizationPluginConfig } from './types.js' ;
6
6
7
-
8
- export * from "./collection/Roles.js" ;
9
- export * from "./fields/userFields.js" ;
10
-
7
+ export * from './collection/Roles.js' ;
8
+ export * from './fields/userFields.js' ;
9
+ export { default as userFields } from './fields/userFields.js' ;
11
10
export const addAccess =
12
11
( pluginConfig : AuthorizationPluginConfig ) =>
13
12
( incomingConfig : Config ) : Config => {
You can’t perform that action at this time.
0 commit comments