@scalar/api-reference 1.25.119 → 1.25.120
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/dist/browser/standalone.js +33 -31
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +66 -70
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +3 -3
- package/dist/features/Operation/components/ParameterListItem.vue2.js +49 -43
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.25.120
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 25209ee: feat: markdown for the response description
|
|
8
|
+
- d2b7ca8: fix: renders arrays with discriminators four times instead of once
|
|
9
|
+
- Updated dependencies [c62884d]
|
|
10
|
+
- Updated dependencies [ed92564]
|
|
11
|
+
- @scalar/api-client@2.2.49
|
|
12
|
+
- @scalar/oas-utils@0.2.106
|
|
13
|
+
|
|
3
14
|
## 1.25.119
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|