@scalar/fastify-api-reference 1.43.8 → 1.43.9
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/README.md +2 -2
- package/dist/js/standalone.js +13326 -13033
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @scalar/fastify-api-reference
|
|
2
2
|
|
|
3
|
+
## 1.43.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7810](https://github.com/scalar/scalar/pull/7810): docs: update documentation domain
|
|
8
|
+
|
|
9
|
+
#### Updated Dependencies
|
|
10
|
+
|
|
11
|
+
- **@scalar/openapi-parser@0.24.2**
|
|
12
|
+
|
|
3
13
|
## 1.43.8
|
|
4
14
|
|
|
5
15
|
## 1.43.7
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!--
|
|
2
2
|
This file is auto-generated by the Scalar README generator.
|
|
3
3
|
Command: pnpm --filter @scalar-internal/build-scripts start generate-readme
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
Do not edit this file manually. Changes will be lost when the file is regenerated.
|
|
6
6
|
-->
|
|
7
7
|
|
|
@@ -16,7 +16,7 @@ A Fastify plugin to render beautiful, interactive API documentation from OpenAPI
|
|
|
16
16
|
|
|
17
17
|
## Documentation
|
|
18
18
|
|
|
19
|
-
[Read the documentation here](https://
|
|
19
|
+
[Read the documentation here](https://scalar.com/products/api-references/integrations/fastify)
|
|
20
20
|
|
|
21
21
|
## Changelog
|
|
22
22
|
|