@scalar/hono-api-reference 0.9.34 → 0.9.35

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 +4 -4
package/README.md CHANGED
@@ -16,7 +16,7 @@ Hono middleware to serve beautiful, interactive API documentation from OpenAPI/S
16
16
 
17
17
  ## Documentation
18
18
 
19
- [Read the documentation here](https://guides.scalar.com/products/api-references/integrations/hono)
19
+ [Read the documentation here](https://scalar.com/products/api-references/integrations/hono)
20
20
 
21
21
  ## Changelog
22
22
 
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.9.34",
13
+ "version": "0.9.35",
14
14
  "engines": {
15
15
  "node": ">=20"
16
16
  },
@@ -41,7 +41,7 @@
41
41
  "type": "npm-license"
42
42
  }
43
43
  ],
44
- "documentation": "https://guides.scalar.com/products/api-references/integrations/hono"
44
+ "documentation": "https://scalar.com/products/api-references/integrations/hono"
45
45
  },
46
46
  "dependencies": {
47
47
  "@scalar/core": "0.3.32"
@@ -52,8 +52,8 @@
52
52
  "hono": "4.11.4",
53
53
  "vite": "^7.3.1",
54
54
  "vitest": "4.0.16",
55
- "@scalar/build-tooling": "0.4.1",
56
- "@scalar/openapi-to-markdown": "0.3.22"
55
+ "@scalar/openapi-to-markdown": "0.3.24",
56
+ "@scalar/build-tooling": "0.4.1"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "hono": "^4.10.3"