Skip to content

Commit

Permalink
Update package version and add utils module
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPlayz0 committed Dec 22, 2023
1 parent ccf48b0 commit eec1f69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ashmwtech/dapir",
"version": "1.0.7",
"version": "1.0.8",
"type": "module",
"description": "An api wrapper",
"source": "src/index.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './types';
export * from './Server';
export * from './utils';
3 changes: 3 additions & 0 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './httpStatus';
export * from './log';
export * from './snowflake';

0 comments on commit eec1f69

Please sign in to comment.