@scalar/api-reference 1.22.44 → 1.22.46

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,21 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.22.46
4
+
5
+ ### Patch Changes
6
+
7
+ - 594ac4e: fix: useReactiveSpec does not rewrite old proxy url
8
+
9
+ ## 1.22.45
10
+
11
+ ### Patch Changes
12
+
13
+ - 5aa656f: feat: [BREAKING CHANGE] use new HTTP proxy (https://github.com/scalar/scalar/pull/1703)
14
+ - Updated dependencies [5aa656f]
15
+ - @scalar/api-client@1.2.31
16
+ - @scalar/oas-utils@0.1.13
17
+ - @scalar/components@0.7.11
18
+
3
19
  ## 1.22.44
4
20
 
5
21
  ### 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