@scalar/api-client 2.19.0 → 2.19.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 +21 -0
  2. package/dist/style.css +1 -1
  3. package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js +12 -12
  4. package/dist/v2/blocks/request-block/components/RequestBodyForm.vue.d.ts.map +1 -1
  5. package/dist/v2/blocks/request-block/components/RequestBodyForm.vue.js +44 -47
  6. package/dist/v2/blocks/request-block/components/RequestParams.vue.d.ts +4 -22
  7. package/dist/v2/blocks/request-block/components/RequestParams.vue.d.ts.map +1 -1
  8. package/dist/v2/blocks/request-block/components/RequestParams.vue.js +30 -28
  9. package/dist/v2/blocks/request-block/components/RequestTable.vue.d.ts +10 -20
  10. package/dist/v2/blocks/request-block/components/RequestTable.vue.d.ts.map +1 -1
  11. package/dist/v2/blocks/request-block/components/RequestTable.vue.js +2 -2
  12. package/dist/v2/blocks/request-block/components/RequestTable.vue2.js +31 -40
  13. package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.d.ts +4 -12
  14. package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.d.ts.map +1 -1
  15. package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.js +27 -44
  16. package/dist/v2/blocks/request-block/helpers/get-default-headers.js +1 -1
  17. package/dist/v2/features/app/app-events.d.ts.map +1 -1
  18. package/dist/v2/features/app/app-events.js +24 -27
  19. package/dist/v2/features/operation/Operation.vue.js +1 -1
  20. package/dist/v2/workspace-events.d.ts.map +1 -1
  21. package/dist/v2/workspace-events.js +7 -10
  22. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  23. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.19.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7828](https://github.com/scalar/scalar/pull/7828): fix: switch to upsert params due to race condition
8
+ - [#7814](https://github.com/scalar/scalar/pull/7814): fix: additional properties generate invalid example
9
+
10
+ #### Updated Dependencies
11
+
12
+ - **@scalar/workspace-store@0.25.1**
13
+ - [#7828](https://github.com/scalar/scalar/pull/7828): fix: switch to upsert params due to race condition
14
+
15
+ - **@scalar/oas-utils@0.6.22**
16
+ - [#7814](https://github.com/scalar/scalar/pull/7814): fix: additional properties generate invalid example
17
+
18
+ - **@scalar/sidebar@0.7.15**
19
+
20
+ - **@scalar/components@0.16.25**
21
+
22
+ - **@scalar/use-codemirror@0.13.19**
23
+
3
24
  ## 2.19.0
4
25
 
5
26
  ### Minor Changes