@scalar/api-client 2.33.0 → 2.34.0

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 +30 -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 +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.34.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#8365](https://github.com/scalar/scalar/pull/8365): feat: store oauth flow refresh tokens on the auth store
8
+
9
+ ### Patch Changes
10
+
11
+ - [#8356](https://github.com/scalar/scalar/pull/8356): fix: make fallback theme reactive
12
+
13
+ #### Updated Dependencies
14
+
15
+ - **@scalar/workspace-store@0.38.0**
16
+ - [#8347](https://github.com/scalar/scalar/pull/8347): chore: export server workspace type
17
+ - [#8365](https://github.com/scalar/scalar/pull/8365): feat: store oauth flow refresh tokens on the auth store
18
+
19
+ - **@scalar/json-magic@0.12.1**
20
+ - [#8357](https://github.com/scalar/scalar/pull/8357): chore: improve performance and memory usage of bundler
21
+
22
+ - **@scalar/components@0.20.2**
23
+ - [#8366](https://github.com/scalar/scalar/pull/8366): fix(components): clean up search components and add snapshots
24
+
25
+ - **@scalar/oas-utils@0.10.1**
26
+
27
+ - **@scalar/sidebar@0.8.2**
28
+
29
+ - **@scalar/openapi-parser@0.25.1**
30
+
31
+ - **@scalar/use-codemirror@0.14.2**
32
+
3
33
  ## 2.33.0
4
34
 
5
35
  ### Minor Changes