@scalar/fastify-api-reference 1.25.36 → 1.25.38
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 +15 -0
- package/README.md +9 -1
- package/dist/fastifyApiReference.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +6456 -1087
- package/dist/js/standalone.js +14184 -13904
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @scalar/fastify-api-reference
|
|
2
2
|
|
|
3
|
+
## 1.25.38
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dbbe38f: feat: add framework identifier for debugging purposes
|
|
8
|
+
- Updated dependencies [dbbe38f]
|
|
9
|
+
- @scalar/types@0.0.16
|
|
10
|
+
|
|
11
|
+
## 1.25.37
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 0c34a18: chore: updated vue package to 3.5
|
|
16
|
+
- @scalar/types@0.0.15
|
|
17
|
+
|
|
3
18
|
## 1.25.36
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Scalar Fastify
|
|
1
|
+
# Scalar for Fastify
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@scalar/fastify-api-reference)
|
|
4
4
|
[](https://www.npmjs.com/package/@scalar/fastify-api-reference)
|
|
@@ -90,3 +90,11 @@ await fastify.register(require('@scalar/fastify-api-reference'), {
|
|
|
90
90
|
},
|
|
91
91
|
})
|
|
92
92
|
```
|
|
93
|
+
|
|
94
|
+
## Community
|
|
95
|
+
|
|
96
|
+
We are API nerds. You too? Let’s chat on Discord: <https://discord.gg/scalar>
|
|
97
|
+
|
|
98
|
+
## License
|
|
99
|
+
|
|
100
|
+
The source code in this repository is licensed under [MIT](https://github.com/scalar/scalar/blob/main/LICENSE).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fastifyApiReference.d.ts","sourceRoot":"","sources":["../src/fastifyApiReference.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,iBAAiB,EACjB,0BAA0B,EAC1B,gBAAgB,EACjB,MAAM,SAAS,CAAA;AAIhB,OAAO,KAAK,EAEV,0BAA0B,EAC3B,MAAM,SAAS,CAAA;AA+BhB;;GAEG;AACH,eAAO,MAAM,UAAU,s4EAwEtB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,YAAa,0BAA0B,WAkB7D,CAAA;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,OAAO,EAAE,0BAA0B,UAgB/D;AAED,QAAA,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"fastifyApiReference.d.ts","sourceRoot":"","sources":["../src/fastifyApiReference.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,iBAAiB,EACjB,0BAA0B,EAC1B,gBAAgB,EACjB,MAAM,SAAS,CAAA;AAIhB,OAAO,KAAK,EAEV,0BAA0B,EAC3B,MAAM,SAAS,CAAA;AA+BhB;;GAEG;AACH,eAAO,MAAM,UAAU,s4EAwEtB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,YAAa,0BAA0B,WAkB7D,CAAA;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,OAAO,EAAE,0BAA0B,UAgB/D;AAED,QAAA,MAAM,mBAAmB,sIA0MxB,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|