@scalar/hono-api-reference 0.4.3 → 0.4.5

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.cjs CHANGED
@@ -159,10 +159,6 @@ var apiReference = (options) => async (c) => {
159
159
  name="viewport"
160
160
  content="width=device-width, initial-scale=1" />
161
161
  <style>
162
- body {
163
- margin: 0;
164
- }
165
-
166
162
  ${options.theme ? null : customThemeCSS}
167
163
  </style>
168
164
  </head>
package/dist/index.js CHANGED
@@ -131,10 +131,6 @@ var apiReference = (options) => async (c) => {
131
131
  name="viewport"
132
132
  content="width=device-width, initial-scale=1" />
133
133
  <style>
134
- body {
135
- margin: 0;
136
- }
137
-
138
134
  ${options.theme ? null : customThemeCSS}
139
135
  </style>
140
136
  </head>
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.4.3",
8
+ "version": "0.4.5",
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.19.3"
37
+ "@scalar/api-reference": "1.19.5"
38
38
  },
39
39
  "devDependencies": {
40
40
  "hono": "^3.11.7",