@scalar/fastify-api-reference 0.6.50 → 0.6.51
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 +13 -0
- package/README.md +3 -3
- package/dist/templates/fastify-api-reference.js +7751 -7731
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @scalar/fastify-api-reference
|
|
2
2
|
|
|
3
|
+
## 0.6.51
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [7fb2302]
|
|
8
|
+
- Updated dependencies [54098d7]
|
|
9
|
+
- Updated dependencies [dd06807]
|
|
10
|
+
- Updated dependencies [551aa7d]
|
|
11
|
+
- Updated dependencies [7fb2302]
|
|
12
|
+
- Updated dependencies [3eff44f]
|
|
13
|
+
- Updated dependencies [f0dca6c]
|
|
14
|
+
- @scalar/api-reference@1.0.4
|
|
15
|
+
|
|
3
16
|
## 0.6.50
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Scalar Fastify API Reference Plugin
|
|
2
2
|
|
|
3
|
-

|
|
4
|
-

|
|
5
|
-

|
|
3
|
+
[](https://www.npmjs.com/package/@scalar/fastify-api-reference)
|
|
4
|
+
[](https://www.npmjs.com/package/@scalar/fastify-api-reference)
|
|
5
|
+
[](https://www.npmjs.com/package/@scalar/fastify-api-reference)
|
|
6
6
|
[](https://discord.gg/8HeZcRGPFS)
|
|
7
7
|
|
|
8
8
|
This plugin provides an easy way to render a beautiful API reference based on a OpenAPI/Swagger file with Fastify.
|