@scalar/api-client 2.38.0 → 2.38.1
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 +24 -0
- package/dist/style.css +1 -1
- package/dist/v2/blocks/operation-block/components/Header.vue.js +2 -2
- package/dist/v2/blocks/operation-block/components/Header.vue2.js +5 -5
- package/dist/v2/blocks/request-block/RequestBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue.js +2 -2
- package/dist/v2/blocks/request-block/RequestBlock.vue2.js +83 -80
- package/dist/v2/blocks/request-block/helpers/get-default-headers.js +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts +2 -0
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +23 -21
- package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts.map +1 -1
- package/dist/v2/components/sidebar/SidebarMenu.vue.js +24 -22
- package/dist/v2/features/app/app-events.js +2 -2
- package/dist/v2/features/collection/components/Form.vue.d.ts +1 -0
- package/dist/v2/features/collection/components/Form.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Form.vue.js +23 -23
- package/dist/v2/features/collection/components/Servers.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Servers.vue.js +5 -4
- package/dist/v2/features/operation/Operation.vue.js +1 -1
- package/dist/v2/features/settings/components/Section.vue.d.ts.map +1 -1
- package/dist/v2/features/settings/components/Section.vue.js +10 -10
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @scalar/api-client
|
|
2
2
|
|
|
3
|
+
## 2.38.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#8468](https://github.com/scalar/scalar/pull/8468): fix: example extraction, environment navigation and general UI fixes
|
|
8
|
+
- [#8451](https://github.com/scalar/scalar/pull/8451): fix(api-client): default-close auth when not required
|
|
9
|
+
|
|
10
|
+
#### Updated Dependencies
|
|
11
|
+
|
|
12
|
+
- **@scalar/workspace-store@0.40.2**
|
|
13
|
+
- [#8468](https://github.com/scalar/scalar/pull/8468): fix: ignore response examples when generating navigation
|
|
14
|
+
|
|
15
|
+
- **@scalar/openapi-parser@0.25.4**
|
|
16
|
+
- [#8448](https://github.com/scalar/scalar/pull/8448): fix parser validation for unused path parameters
|
|
17
|
+
|
|
18
|
+
- **@scalar/components@0.20.9**
|
|
19
|
+
- [#8453](https://github.com/scalar/scalar/pull/8453): refactor: remove @ts-expect-error from ScalarTextArea
|
|
20
|
+
|
|
21
|
+
- **@scalar/oas-utils@0.10.8**
|
|
22
|
+
|
|
23
|
+
- **@scalar/sidebar@0.8.9**
|
|
24
|
+
|
|
25
|
+
- **@scalar/use-codemirror@0.14.9**
|
|
26
|
+
|
|
3
27
|
## 2.38.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|