Skip to content

Commit

Permalink
feat(nitrobase): export nitrobase-client
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar committed Nov 9, 2024
1 parent dff4499 commit 1b294ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nitrobase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
},
"dependencies": {
"@alwatr/nanolib": "^5.2.1",
"@alwatr/nitrobase-client": "workspace:^",
"@alwatr/nitrobase-engine": "workspace:^",
"@alwatr/nitrobase-helper": "workspace:^",
"@alwatr/nitrobase-reference": "workspace:^",
Expand Down
1 change: 1 addition & 0 deletions packages/nitrobase/src/client.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from '@alwatr/nitrobase-helper';
export * from '@alwatr/nitrobase-types';
export * from '@alwatr/nitrobase-client';

0 comments on commit 1b294ed

Please sign in to comment.