parent
7b03c05178
commit
935560f677
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/bun-transpiler': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added @hono/bun-transpiler middleware
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# @hono/bun-transpiler
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#345](https://github.com/honojs/middleware/pull/345) [`3f39be7a27530967e2e7f320ac7118c6f6dd310e`](https://github.com/honojs/middleware/commit/3f39be7a27530967e2e7f320ac7118c6f6dd310e) Thanks [@floriankapaun](https://github.com/floriankapaun)! - Added @hono/bun-transpiler middleware
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/bun-transpiler",
|
"name": "@hono/bun-transpiler",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"description": "Bun Transpiler Middleware for Hono",
|
"description": "Bun Transpiler Middleware for Hono",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/index.mjs",
|
"module": "dist/index.mjs",
|
||||||
|
|
Loading…
Reference in New Issue