parent
932d651aaf
commit
013e0ecf1b
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/tsyringe': major
|
||||
---
|
||||
|
||||
add tsyringe middleware support
|
|
@ -0,0 +1,7 @@
|
|||
# @hono/tsyringe
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#785](https://github.com/honojs/middleware/pull/785) [`932d651aafdc10f51cd8ddd4f60e3b96ce359084`](https://github.com/honojs/middleware/commit/932d651aafdc10f51cd8ddd4f60e3b96ce359084) Thanks [@elct9620](https://github.com/elct9620)! - add tsyringe middleware support
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/tsyringe",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"description": "The tsyringe dependency injection middleware for Hono",
|
||||
"type": "module",
|
||||
"module": "dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue