Skip to content

Commit

Permalink
🔧 fix: wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Mar 17, 2023
1 parent 34fa583 commit 341e9fa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.3.0 - 17 Mar 2023
Fix:
- Wildcard fallback of Raikiri

# 0.3.0 - 17 Mar 2023
Feature:
- Elysia Fn
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "elysia",
"description": "Fast, and friendly Bun web framework",
"version": "0.3.0",
"version": "0.3.1",
"author": {
"name": "saltyAom",
"url": "https://github.com/SaltyAom",
Expand Down Expand Up @@ -95,7 +95,7 @@
"fast-querystring": "^1.1.1",
"nanoid": "^4.0.1",
"openapi-types": "^12.1.0",
"raikiri": "^0.1.0-beta.0",
"raikiri": "0.1.0-beta.1",
"superjson": "^1.12.2"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Expand Up @@ -61,8 +61,6 @@ import type {
import { type TSchema } from '@sinclair/typebox'
import { ElysiaWSContext, ElysiaWSOptions, WSTypedSchema } from './ws'

const ASYNC_FN = 'AsyncFunction'

/**
* ### Elysia Server
* Main instance to create web server using Elysia
Expand Down

0 comments on commit 341e9fa

Please sign in to comment.