@scalar/api-reference 1.13.5 → 1.13.7
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 +16 -0
- package/dist/browser/standalone.js +7 -7
- package/dist/components/Content/ReferenceEndpoint/PathResponses/ExampleResponse.vue.d.ts.map +1 -1
- package/dist/components/Content/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/helpers/getExampleFromSchema.d.ts +5 -0
- package/dist/helpers/getExampleFromSchema.d.ts.map +1 -1
- package/dist/helpers/getRequestBodyFromOperation.d.ts.map +1 -1
- package/dist/{index-cc881514.js → index-58aed194.js} +2 -2
- package/dist/{index-2d76d450.js → index-82954169.js} +6486 -6443
- package/dist/index.js +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.13.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [479a7e3e]
|
|
8
|
+
- @scalar/swagger-editor@0.9.7
|
|
9
|
+
- @scalar/use-codemirror@0.7.18
|
|
10
|
+
- @scalar/api-client@0.9.1
|
|
11
|
+
|
|
12
|
+
## 1.13.6
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- b53b28c1: fix: toggle icon does not toggle
|
|
17
|
+
- 460e25c0: feat: show/hide readOnly and writeOnly attributes in requests/responses
|
|
18
|
+
|
|
3
19
|
## 1.13.5
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|