@scalar/api-reference 1.34.5 → 1.34.6
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 +20 -0
- package/dist/browser/standalone.js +2489 -2476
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.js +2 -2
- package/dist/components/Content/Schema/Schema.vue2.js +84 -81
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts +3 -0
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +49 -41
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/dist/v2/helpers/map-configuration.d.ts.map +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.34.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 50032be: feat: added config options for sorting schema properties
|
|
8
|
+
- 88385b1: chore: added circular ref to sources for testing
|
|
9
|
+
- Updated dependencies [443c507]
|
|
10
|
+
- Updated dependencies [88385b1]
|
|
11
|
+
- Updated dependencies [50032be]
|
|
12
|
+
- @scalar/workspace-store@0.14.2
|
|
13
|
+
- @scalar/json-magic@0.3.1
|
|
14
|
+
- @scalar/types@0.2.13
|
|
15
|
+
- @scalar/oas-utils@0.4.22
|
|
16
|
+
- @scalar/openapi-parser@0.20.1
|
|
17
|
+
- @scalar/api-client@2.5.26
|
|
18
|
+
- @scalar/snippetz@0.4.7
|
|
19
|
+
- @scalar/themes@0.13.14
|
|
20
|
+
- @scalar/components@0.14.27
|
|
21
|
+
- @scalar/code-highlight@0.1.9
|
|
22
|
+
|
|
3
23
|
## 1.34.5
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|