@scalar/api-reference 1.43.9 → 1.43.10

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 CHANGED
@@ -1,5 +1,28 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.43.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7820](https://github.com/scalar/scalar/pull/7820): fix: correctly restore the auth from persistance
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/api-client@2.19.1**
16
+ - [#7828](https://github.com/scalar/scalar/pull/7828): fix: switch to upsert params due to race condition
17
+ - [#7814](https://github.com/scalar/scalar/pull/7814): fix: additional properties generate invalid example
18
+
19
+ - **@scalar/oas-utils@0.6.22**
20
+ - [#7814](https://github.com/scalar/scalar/pull/7814): fix: additional properties generate invalid example
21
+
22
+ - **@scalar/sidebar@0.7.15**
23
+
24
+ - **@scalar/components@0.16.25**
25
+
3
26
  ## 1.43.9
4
27
 
5
28
  ### Patch Changes