Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix(crypto): compatible with new logger api
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 23, 2023
1 parent bae3b9a commit f867317
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/crypto/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import {globalAlwatr} from '@alwatr/logger';
import {definePackage} from '@alwatr/logger';

export * from './hash.js';
export * from './token.js';
export * from './user.js';
export * from './type.js';
export * from './pre-config.js';

globalAlwatr.registeredList.push({
name: '@alwatr/crypto',
version: _ALWATR_VERSION_,
});
definePackage('crypto', '1.x');

0 comments on commit f867317

Please sign in to comment.