Version Packages (#833)

pull/834/head @hono/tsyringe@1.0.0
github-actions[bot] 2024-11-17 05:50:53 +09:00 committed by GitHub
parent 932d651aaf
commit 013e0ecf1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/tsyringe': major
---
add tsyringe middleware support

View File

@ -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

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/tsyringe", "name": "@hono/tsyringe",
"version": "0.1.0", "version": "1.0.0",
"description": "The tsyringe dependency injection middleware for Hono", "description": "The tsyringe dependency injection middleware for Hono",
"type": "module", "type": "module",
"module": "dist/index.js", "module": "dist/index.js",