@scalar/api-reference 1.28.28 → 1.28.30
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 +31 -0
- package/dist/browser/standalone.js +2825 -2783
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Schema/SchemaPropertyExamples.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyExamples.vue.js +3 -3
- package/dist/components/Content/Schema/helpers/formatExample.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/formatExample.js +1 -1
- package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts +1 -1
- package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarHttpBadge.vue.js +2 -2
- package/dist/components/Sidebar/SidebarHttpBadge.vue2.js +13 -9
- package/dist/features/ApiClientModal/useApiClient.d.ts +364 -344
- package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue2.js +49 -43
- package/dist/helpers/get-request.d.ts +6 -5
- package/dist/helpers/get-request.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.28.30
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e8457cb]
|
|
8
|
+
- @scalar/themes@0.11.0
|
|
9
|
+
- @scalar/code-highlight@0.0.28
|
|
10
|
+
- @scalar/oas-utils@0.2.140
|
|
11
|
+
- @scalar/types@0.1.13
|
|
12
|
+
- @scalar/api-client@2.3.30
|
|
13
|
+
- @scalar/components@0.13.56
|
|
14
|
+
- @scalar/use-hooks@0.1.47
|
|
15
|
+
- @scalar/openapi-parser@0.10.16
|
|
16
|
+
- @scalar/snippetz@0.2.19
|
|
17
|
+
- @scalar/icons@0.3.4
|
|
18
|
+
|
|
19
|
+
## 1.28.29
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- d2f27f4: fix: updates parameter list item passed value
|
|
24
|
+
- f039486: feat: CSS class for HTTP methods
|
|
25
|
+
- d2f27f4: feat: adds external and object value format example
|
|
26
|
+
- Updated dependencies [a4e5a2e]
|
|
27
|
+
- Updated dependencies [d2f27f4]
|
|
28
|
+
- Updated dependencies [d2f27f4]
|
|
29
|
+
- Updated dependencies [701093e]
|
|
30
|
+
- @scalar/api-client@2.3.29
|
|
31
|
+
- @scalar/components@0.13.55
|
|
32
|
+
- @scalar/oas-utils@0.2.139
|
|
33
|
+
|
|
3
34
|
## 1.28.28
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|