parent
c608fa9532
commit
87c3795dc3
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/swagger-ui': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Create a package that provides swagger ui in hono
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# @hono/swagger-ui
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#230](https://github.com/honojs/middleware/pull/230) [`c608fa9`](https://github.com/honojs/middleware/commit/c608fa95324cc06a0de1f4ec9b67202ea724c52d) Thanks [@sor4chi](https://github.com/sor4chi)! - Create a package that provides swagger ui in hono
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/swagger-ui",
|
"name": "@hono/swagger-ui",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"description": "A middleware for using SwaggerUI in Hono",
|
"description": "A middleware for using SwaggerUI in Hono",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
|
Loading…
Reference in New Issue