@scalar/api-client 2.33.0 → 2.34.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.
Files changed (23) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/dist/style.css +1 -1
  3. package/dist/v2/blocks/request-block/helpers/get-default-headers.js +1 -1
  4. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts.map +1 -1
  5. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +45 -39
  6. package/dist/v2/blocks/scalar-auth-selector-block/helpers/extract-security-scheme-secrets.d.ts.map +1 -1
  7. package/dist/v2/blocks/scalar-auth-selector-block/helpers/extract-security-scheme-secrets.js +41 -34
  8. package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts +6 -2
  9. package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts.map +1 -1
  10. package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.js +66 -66
  11. package/dist/v2/blocks/scalar-auth-selector-block/helpers/secret-types.d.ts +2 -2
  12. package/dist/v2/blocks/scalar-auth-selector-block/helpers/secret-types.d.ts.map +1 -1
  13. package/dist/v2/blocks/scalar-auth-selector-block/index.d.ts +1 -0
  14. package/dist/v2/blocks/scalar-auth-selector-block/index.d.ts.map +1 -1
  15. package/dist/v2/features/app/app-state.d.ts +1 -1
  16. package/dist/v2/features/app/app-state.d.ts.map +1 -1
  17. package/dist/v2/features/app/app-state.js +15 -15
  18. package/dist/v2/features/app/helpers/create-api-client-app.d.ts +1 -1
  19. package/dist/v2/features/app/helpers/create-api-client-app.d.ts.map +1 -1
  20. package/dist/v2/features/app/helpers/create-api-client-app.js +1 -1
  21. package/dist/v2/features/operation/Operation.vue.js +1 -1
  22. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  23. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.34.1
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/types@0.7.1**
10
+ - [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
11
+
12
+ - **@scalar/oas-utils@0.10.2**
13
+
14
+ - **@scalar/openapi-parser@0.25.1**
15
+
16
+ - **@scalar/snippetz@0.7.1**
17
+
18
+ - **@scalar/workspace-store@0.38.1**
19
+
20
+ - **@scalar/components@0.20.3**
21
+
22
+ - **@scalar/sidebar@0.8.3**
23
+
24
+ - **@scalar/use-codemirror@0.14.3**
25
+
26
+ ## 2.34.0
27
+
28
+ ### Minor Changes
29
+
30
+ - [#8365](https://github.com/scalar/scalar/pull/8365): feat: store oauth flow refresh tokens on the auth store
31
+
32
+ ### Patch Changes
33
+
34
+ - [#8356](https://github.com/scalar/scalar/pull/8356): fix: make fallback theme reactive
35
+
36
+ #### Updated Dependencies
37
+
38
+ - **@scalar/workspace-store@0.38.0**
39
+ - [#8347](https://github.com/scalar/scalar/pull/8347): chore: export server workspace type
40
+ - [#8365](https://github.com/scalar/scalar/pull/8365): feat: store oauth flow refresh tokens on the auth store
41
+
42
+ - **@scalar/json-magic@0.12.1**
43
+ - [#8357](https://github.com/scalar/scalar/pull/8357): chore: improve performance and memory usage of bundler
44
+
45
+ - **@scalar/components@0.20.2**
46
+ - [#8366](https://github.com/scalar/scalar/pull/8366): fix(components): clean up search components and add snapshots
47
+
48
+ - **@scalar/oas-utils@0.10.1**
49
+
50
+ - **@scalar/sidebar@0.8.2**
51
+
52
+ - **@scalar/openapi-parser@0.25.1**
53
+
54
+ - **@scalar/use-codemirror@0.14.2**
55
+
3
56
  ## 2.33.0
4
57
 
5
58
  ### Minor Changes