@scalar/hono-api-reference 0.8.5 → 0.8.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -17,7 +17,7 @@ npm install @scalar/hono-api-reference
17
17
 
18
18
  ## Usage
19
19
 
20
- Set up [Zod OpenAPI Hono](https://github.com/honojs/middleware/tree/main/packages/zod-openapi) and pass the configured URL to the `Scalar` middleware:
20
+ Set up [Zod OpenAPI Hono](https://github.com/honojs/middleware/tree/main/packages/zod-openapi) or [Hono OpenAPI](https://github.com/rhinobase/hono-openapi) and pass the configured URL to the `Scalar` middleware:
21
21
 
22
22
  ```ts
23
23
  import { Hono } from 'hono'
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "git+https://github.com/scalar/scalar.git",
11
11
  "directory": "integrations/hono"
12
12
  },
13
- "version": "0.8.5",
13
+ "version": "0.8.7",
14
14
  "engines": {
15
15
  "node": ">=18"
16
16
  },
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "module": "dist/index.js",
31
31
  "dependencies": {
32
- "@scalar/core": "0.2.11"
32
+ "@scalar/core": "0.2.13"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@hono/node-server": "^1.11.0",
@@ -37,7 +37,7 @@
37
37
  "hono": "^4.6.5",
38
38
  "vite": "^5.4.10",
39
39
  "vitest": "^1.6.0",
40
- "@scalar/build-tooling": "0.1.17"
40
+ "@scalar/build-tooling": "0.1.18"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "hono": "^4.0.0"