@scalar/fastify-api-reference 1.43.1 → 1.43.3
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 +11 -0
- package/README.md +1 -1
- package/dist/js/standalone.js +1242 -1177
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @scalar/fastify-api-reference
|
|
2
2
|
|
|
3
|
+
## 1.43.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/openapi-parser@0.23.12**
|
|
10
|
+
- [#7719](https://github.com/scalar/scalar/pull/7719): fix: self-referencing causes infinite loop in `dereference`
|
|
11
|
+
|
|
12
|
+
## 1.43.2
|
|
13
|
+
|
|
3
14
|
## 1.43.1
|
|
4
15
|
|
|
5
16
|
## 1.43.0
|
package/README.md
CHANGED
|
@@ -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://guides.scalar.com/
|
|
19
|
+
[Read the documentation here](https://guides.scalar.com/products/api-references/integrations/fastify)
|
|
20
20
|
|
|
21
21
|
## Changelog
|
|
22
22
|
|