Skip to content

Commit

Permalink
fix(nanotro): update imports & remove extra exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar authored and alimd committed Oct 11, 2024
1 parent e2e3c2b commit 2bc4d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
1 change: 1 addition & 0 deletions packages/nanotron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"clean": "rm -rfv dist *.tsbuildinfo"
},
"dependencies": {
"@alwatr/crypto": "workspace:^",
"@alwatr/nanolib": "^1.0.2",
"@alwatr/nanotron-api-server": "workspace:^"
},
Expand Down
19 changes: 1 addition & 18 deletions packages/nanotron/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
import {packageTracer} from '@alwatr/package-tracer';
import '@alwatr/polyfill-has-own';
import {packageTracer} from '@alwatr/nanolib';

export * from '@alwatr/nanotron-api-server';
export * from '@alwatr/crypto';

export * from '@alwatr/async-queue';
export * from '@alwatr/delay';
export * from '@alwatr/global-scope';
export * from '@alwatr/logger';
export * from '@alwatr/package-tracer';
export * from '@alwatr/dedupe';
export * from '@alwatr/flatomise';
export * from '@alwatr/is-number';
export * from '@alwatr/parse-duration';
export * from '@alwatr/deep-clone';
export * from '@alwatr/exit-hook';
export * from '@alwatr/flat-string';
export * from '@alwatr/local-storage';
export * from '@alwatr/node-fs';
export * from '@alwatr/platform-info';

packageTracer.add(__package_name__, __package_version__);

0 comments on commit 2bc4d2e

Please sign in to comment.