Skip to content

Commit

Permalink
feat: export rules
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Jul 27, 2024
1 parent 7a8af93 commit 50298c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/feiyun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "feiyun",
"repository": "https://github.com/hxg2050/feiyun.git",
"version": "0.2.19",
"version": "0.2.20",
"private": false,
"type": "module",
"main": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@feiyun/server",
"repository": "https://github.com/hxg2050/feiyun.git",
"private": false,
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"main": "./src/index.ts",
"engines": {
Expand Down
5 changes: 4 additions & 1 deletion packages/server/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export * from './feiyun'
export * from './socket'
export * from './socket'
export * from './IServer'
export * from './server'
export * from './tcp/TcpServer'

0 comments on commit 50298c9

Please sign in to comment.