@scalar/api-reference 1.22.44 → 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 +10 -0
- package/README.md +1 -2
- package/dist/browser/standalone.js +6 -6
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/hooks/useDeprecationWarnings.d.ts.map +1 -1
- package/dist/{index-N9CCMqKW.js → index-C_zvFKL8.js} +7697 -7680
- package/dist/{index-hCOPaElV.cjs → index-D7BhJVRt.cjs} +99 -99
- package/dist/{index-DRHKUGWf.js → index-D_SQ62_x.js} +1787 -1790
- package/dist/index-v18GWjZf.cjs +44 -0
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
- package/dist/index-I6PS1cl8.cjs +0 -44
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
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
|
+
|
|
3
13
|
## 1.22.44
|
|
4
14
|
|
|
5
15
|
### 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
|