Skip to content

Commit

Permalink
refactor(nitrobase): rename helper.ts to client.ts and update exports
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 8, 2024
1 parent e1f87b0 commit c328892
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions packages/nitrobase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@
"import": "./dist/main.mjs",
"require": "./dist/main.cjs"
},
"./types": {
"types": "./dist/types.d.ts",
"import": "./dist/types.mjs",
"require": "./dist/types.cjs"
},
"./helper": {
"types": "./dist/helper.d.ts",
"import": "./dist/helper.mjs",
"require": "./dist/helper.cjs"
"./client": {
"types": "./dist/client.d.ts",
"import": "./dist/client.mjs",
"require": "./dist/client.cjs"
}
},
"license": "AGPL-3.0-only",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from '@alwatr/nitrobase-helper';
export * from '@alwatr/nitrobase-types';
1 change: 0 additions & 1 deletion packages/nitrobase/src/types.ts

This file was deleted.

0 comments on commit c328892

Please sign in to comment.