Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xeaone committed Oct 4, 2022
1 parent 021a29b commit 2802dc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"name": "@xeaone/server",
"type": "module",
"version": "1.1.0",
"version": "1.2.0",
"description": "[![Total alerts](https://img.shields.io/lgtm/alerts/g/xeaone/server.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/xeaone/server/alerts/)\r [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/xeaone/server.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/xeaone/server/context:javascript)",
"main": "src/mod.ts",
"module": "src/mod.ts",
Expand Down
5 changes: 5 additions & 0 deletions src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Context from './context.ts';
import Handler from './handler.ts';
import Session from './session.ts';
import Router from './router.ts';
import Socket from './socket.ts';
import Cors from './cors.ts';
import File from './file.ts';
import Mime from './mime.ts';
Expand All @@ -24,6 +25,7 @@ export {
Router,
Handle,
Plugin,
Socket,
Cors,
File,
Mime,
Expand All @@ -37,6 +39,7 @@ export {
Router as router,
Handle as handle,
Plugin as plugin,
Socket as socket,
Cors as cors,
File as file,
Mime as mime,
Expand All @@ -54,6 +57,7 @@ export default Object.freeze({
Router,
Handle,
Plugin,
Socket,
Cors,
File,
Mime,
Expand All @@ -67,6 +71,7 @@ export default Object.freeze({
router: Router,
handle: Handle,
plugin: Plugin,
socket: Socket,
cors: Cors,
file: File,
mime: Mime,
Expand Down

0 comments on commit 2802dc4

Please sign in to comment.