Skip to content

Commit

Permalink
feat: restructure nitrobase exports and add nitrobase/client
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 8, 2024
1 parent b1fe790 commit 2c141af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/alwatr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,14 @@
"require": "./dist/nanolib/node-fs.cjs"
},
"./nitrobase": {
"types": "./dist/nitrobase.d.ts",
"import": "./dist/nitrobase.mjs",
"require": "./dist/flux.cjs"
"types": "./dist/nitrobase/nitrobase.d.ts",
"import": "./dist/nitrobase/nitrobase.mjs",
"require": "./dist/nitrobase/nitrobase.cjs"
},
"./nitrobase/client": {
"types": "./dist/nitrobase/client.d.ts",
"import": "./dist/nitrobase/client.mjs",
"require": "./dist/nitrobase/client.cjs"
},
"./flux": {
"types": "./dist/flux.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/alwatr/src/nitrobase/client.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '@alwatr/nitrobase/client';
File renamed without changes.

0 comments on commit 2c141af

Please sign in to comment.