@scalar/hono-api-reference 0.3.62 → 0.3.63

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/dist/index.d.cts CHANGED
@@ -18,4 +18,4 @@ declare const javascript: (configuration: ReferenceConfiguration) => hono_utils_
18
18
  */
19
19
  declare const apiReference: <E extends Env>(options: ApiReferenceOptions) => MiddlewareHandler<E>;
20
20
 
21
- export { ApiReferenceOptions, apiReference, customThemeCSS, javascript };
21
+ export { type ApiReferenceOptions, apiReference, customThemeCSS, javascript };
package/dist/index.d.ts CHANGED
@@ -18,4 +18,4 @@ declare const javascript: (configuration: ReferenceConfiguration) => hono_utils_
18
18
  */
19
19
  declare const apiReference: <E extends Env>(options: ApiReferenceOptions) => MiddlewareHandler<E>;
20
20
 
21
- export { ApiReferenceOptions, apiReference, customThemeCSS, javascript };
21
+ export { type ApiReferenceOptions, apiReference, customThemeCSS, javascript };
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.3.62",
8
+ "version": "0.3.63",
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.17.11"
37
+ "@scalar/api-reference": "1.17.12"
38
38
  },
39
39
  "devDependencies": {
40
40
  "hono": "^3.11.7",