@scalar/fastify-api-reference 1.42.0 → 1.43.0
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 +10 -0
- package/dist/js/standalone.js +3 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/dist/js/standalone.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ___/ / /___/ ___ |/ /___/ ___ |/ _, _/
|
|
6
6
|
* /____/\____/_/ |_/_____/_/ |_/_/ |_|
|
|
7
7
|
*
|
|
8
|
-
* @scalar/api-reference 1.
|
|
8
|
+
* @scalar/api-reference 1.43.0
|
|
9
9
|
*
|
|
10
10
|
* Website: https://scalar.com
|
|
11
11
|
* GitHub: https://github.com/scalar/scalar
|
|
@@ -32425,7 +32425,7 @@ key:"Accept",value:"*/*",isDisabled:!1}})}),{immediate:!0})
|
|
|
32425
32425
|
;const o=Jg((()=>e.document?.["x-scalar-set-operation-security"]?{
|
|
32426
32426
|
type:"operation",path:e.path??"",method:e.method??"get"}:{type:"document"}))
|
|
32427
32427
|
;return(e,a)=>e.path&&e.method&&e.exampleName&&t.value?(mg(),Og(Yp(SWe),{key:0,
|
|
32428
|
-
appVersion:Yp("2.17.
|
|
32428
|
+
appVersion:Yp("2.17.5"),authMeta:o.value,
|
|
32429
32429
|
documentSecurity:e.document?.security??[],
|
|
32430
32430
|
documentSelectedSecurity:e.document?.["x-scalar-selected-security"],
|
|
32431
32431
|
documentUrl:e.document?.["x-scalar-original-source-url"],
|
|
@@ -35487,7 +35487,7 @@ console.warn("scalar:update-references-config event has been deprecated, please
|
|
|
35487
35487
|
"detail"in e&&Object.assign(r,e.detail)}),!1);return{app:o,
|
|
35488
35488
|
getConfiguration:()=>r.configuration??{},updateConfiguration:e=>{
|
|
35489
35489
|
r.configuration=e},destroy:a}}
|
|
35490
|
-
;console.info("@scalar/api-reference@1.
|
|
35490
|
+
;console.info("@scalar/api-reference@1.43.0"),"object"==typeof window&&(window.Scalar={
|
|
35491
35491
|
createApiReference:B2e}),function(e,t){
|
|
35492
35492
|
const n=e.querySelector("[data-spec]"),r=e.querySelector("[data-spec-url]")
|
|
35493
35493
|
;t?.darkMode?e.body?.classList.add("dark-mode"):e.body?.classList.add("light-mode")
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"openapi",
|
|
18
18
|
"swagger"
|
|
19
19
|
],
|
|
20
|
-
"version": "1.
|
|
20
|
+
"version": "1.43.0",
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=20"
|
|
23
23
|
},
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"fastify-plugin": "^4.5.1",
|
|
56
56
|
"github-slugger": "^2.0.0",
|
|
57
|
-
"@scalar/core": "0.3.
|
|
58
|
-
"@scalar/openapi-parser": "0.23.
|
|
57
|
+
"@scalar/core": "0.3.30",
|
|
58
|
+
"@scalar/openapi-parser": "0.23.11",
|
|
59
59
|
"@scalar/openapi-types": "0.5.3"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"vite": "7.1.11",
|
|
67
67
|
"vitest": "3.2.4",
|
|
68
68
|
"yaml": "^2.8.0",
|
|
69
|
-
"@scalar/
|
|
70
|
-
"@scalar/
|
|
69
|
+
"@scalar/api-reference": "1.43.0",
|
|
70
|
+
"@scalar/build-tooling": "0.4.1"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"build": "scalar-build-esbuild && pnpm copy:standalone",
|