@scalar/api-reference 1.22.43 → 1.22.45

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,31 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.22.45
4
+
5
+ ### Patch Changes
6
+
7
+ - 5aa656f: feat: [BREAKING CHANGE] use new HTTP proxy (https://github.com/scalar/scalar/pull/1703)
8
+ - Updated dependencies [5aa656f]
9
+ - @scalar/api-client@1.2.31
10
+ - @scalar/oas-utils@0.1.13
11
+ - @scalar/components@0.7.11
12
+
13
+ ## 1.22.44
14
+
15
+ ### Patch Changes
16
+
17
+ - 496bca4: fix: api client selector responsive
18
+ - f677ff5: feat: favor uppercase css style for sidebar heading
19
+ - 28c8dc5: fix: server url with variable is overwritten with current url
20
+ - Updated dependencies [dfe51b1]
21
+ - Updated dependencies [504ff7a]
22
+ - Updated dependencies [61b8ddc]
23
+ - Updated dependencies [165b901]
24
+ - Updated dependencies [925572f]
25
+ - @scalar/components@0.7.10
26
+ - @scalar/api-client@1.2.30
27
+ - @scalar/oas-utils@0.1.12
28
+
3
29
  ## 1.22.43
4
30
 
5
31
  ### Patch Changes
package/README.md CHANGED
@@ -136,8 +136,7 @@ Making requests to other domains is restricted in the browser and requires [CORS
136
136
  ℹ️ You can use [@scalar/api-client-proxy](https://github.com/scalar/scalar/tree/main/packages/api-client-proxy) to host your own proxy or you can just use ours:
137
137
 
138
138
  ```vue
139
- <ApiReference
140
- :configuration="{ proxy: 'https://api.scalar.com/request-proxy' }" />
139
+ <ApiReference :configuration="{ proxy: 'https://proxy.scalar.com' }" />
141
140
  ```
142
141
 
143
142
  #### showSidebar?: boolean