@scalar/fastify-api-reference 0.6.17 → 0.6.18
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/CHANGELOG.md
CHANGED
|
@@ -80587,7 +80587,7 @@ to {
|
|
|
80587
80587
|
cursor: pointer;
|
|
80588
80588
|
position: relative;
|
|
80589
80589
|
}
|
|
80590
|
-
.swagger-editor-title:hover:after {
|
|
80590
|
+
.swagger-editor-title:hover:not(.swagger-editor-active):after {
|
|
80591
80591
|
content: '';
|
|
80592
80592
|
position: absolute;
|
|
80593
80593
|
top: 3px;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scalar/fastify-api-reference",
|
|
3
3
|
"description": "a fastify plugin to render an API reference from a Swagger spec",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.18",
|
|
5
5
|
"author": "Scalar (https://github.com/scalar)",
|
|
6
6
|
"bugs": "https://github.com/scalar/scalar/issues/new",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"ejs": "3.1.9",
|
|
9
|
-
"@scalar/api-reference": "0.6.
|
|
9
|
+
"@scalar/api-reference": "0.6.18"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@vitejs/plugin-vue": "4.3.4",
|