@scalar/fastify-api-reference 1.40.3 → 1.40.4

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
@@ -1,5 +1,7 @@
1
1
  # @scalar/fastify-api-reference
2
2
 
3
+ ## 1.40.4
4
+
3
5
  ## 1.40.3
4
6
 
5
7
  ### Patch Changes
@@ -5,7 +5,7 @@
5
5
  * ___/ / /___/ ___ |/ /___/ ___ |/ _, _/
6
6
  * /____/\____/_/ |_/_____/_/ |_/_/ |_|
7
7
  *
8
- * @scalar/api-reference 1.40.3
8
+ * @scalar/api-reference 1.40.4
9
9
  *
10
10
  * Website: https://scalar.com
11
11
  * GitHub: https://github.com/scalar/scalar
@@ -35834,7 +35834,7 @@ console.warn("scalar:update-references-config event has been deprecated, please
35834
35834
  "detail"in e&&Object.assign(r,e.detail)}),!1);return{app:o,
35835
35835
  getConfiguration:()=>r.configuration??{},updateConfiguration:e=>{
35836
35836
  r.configuration=e},destroy:a}}
35837
- ;console.info("@scalar/api-reference@1.40.3"),"object"==typeof window&&(window.Scalar={
35837
+ ;console.info("@scalar/api-reference@1.40.4"),"object"==typeof window&&(window.Scalar={
35838
35838
  createApiReference:JJe}),function(e,t){
35839
35839
  const n=e.querySelector("[data-spec]"),r=e.querySelector("[data-spec-url]")
35840
35840
  ;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.40.3",
20
+ "version": "1.40.4",
21
21
  "engines": {
22
22
  "node": ">=20"
23
23
  },
@@ -55,8 +55,8 @@
55
55
  "fastify-plugin": "^4.5.1",
56
56
  "github-slugger": "^2.0.0",
57
57
  "@scalar/core": "0.3.26",
58
- "@scalar/openapi-types": "0.5.3",
59
- "@scalar/openapi-parser": "0.23.6"
58
+ "@scalar/openapi-parser": "0.23.6",
59
+ "@scalar/openapi-types": "0.5.3"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@fastify/basic-auth": "^5.1.1",
@@ -66,8 +66,8 @@
66
66
  "vite": "7.1.11",
67
67
  "vitest": "3.2.4",
68
68
  "yaml": "^2.8.0",
69
- "@scalar/build-tooling": "0.3.1",
70
- "@scalar/api-reference": "1.40.3"
69
+ "@scalar/api-reference": "1.40.4",
70
+ "@scalar/build-tooling": "0.3.1"
71
71
  },
72
72
  "scripts": {
73
73
  "build": "scalar-build-esbuild && pnpm copy:standalone",