@scalar/hono-api-reference 0.5.18 → 0.5.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@scalar/hono-api-reference)
|
|
4
4
|
[](https://www.npmjs.com/package/@scalar/hono-api-reference)
|
|
5
5
|
[](https://www.npmjs.com/package/@scalar/hono-api-reference)
|
|
6
|
-
[](https://discord.gg/
|
|
6
|
+
[](https://discord.gg/scalar)
|
|
7
7
|
|
|
8
8
|
This middleware provides an easy way to render a beautiful API reference based on an OpenAPI/Swagger file with Hono.
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"author": "Scalar (https://github.com/scalar)",
|
|
6
6
|
"homepage": "https://github.com/scalar/scalar",
|
|
7
7
|
"bugs": "https://github.com/scalar/scalar/issues/new/choose",
|
|
8
|
-
"version": "0.5.
|
|
8
|
+
"version": "0.5.20",
|
|
9
9
|
"engines": {
|
|
10
10
|
"node": ">=18"
|
|
11
11
|
},
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"directory": "packages/hono-api-reference"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@scalar/api-reference": "1.22.
|
|
37
|
+
"@scalar/api-reference": "1.22.20"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"hono": "^4.2.7",
|