Skip to content

Commit

Permalink
feat(nitrobase): export nitrobase-user-management
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar committed Nov 9, 2024
1 parent bff7ab6 commit 338e9ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nitrobase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"@alwatr/nitrobase-engine": "workspace:^",
"@alwatr/nitrobase-helper": "workspace:^",
"@alwatr/nitrobase-reference": "workspace:^",
"@alwatr/nitrobase-types": "workspace:^"
"@alwatr/nitrobase-types": "workspace:^",
"@alwatr/nitrobase-user-management": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "^5.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/nitrobase/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export * from '@alwatr/nitrobase-engine';
export * from '@alwatr/nitrobase-reference';
export * from '@alwatr/nitrobase-helper';
export * from '@alwatr/nitrobase-types';
export * from '@alwatr/nitrobase-user-management';

__dev_mode__: packageTracer.add(__package_name__, __package_version__);

0 comments on commit 338e9ab

Please sign in to comment.