@scalar/api-reference 1.17.2 → 1.17.3
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 +20 -0
- package/dist/browser/standalone.js +13 -13
- package/dist/components/ApiReferenceBase.vue.d.ts.map +1 -1
- package/dist/components/CustomToaster.vue.d.ts +3 -0
- package/dist/components/CustomToaster.vue.d.ts.map +1 -0
- package/dist/helpers/getRequestFromAuthentication.d.ts.map +1 -1
- package/dist/helpers/getUrlFromServerState.d.ts +1 -1
- package/dist/helpers/getUrlFromServerState.d.ts.map +1 -1
- package/dist/hooks/useClipboard.d.ts.map +1 -1
- package/dist/{index-aMPr7Gbp.js → index-C9MvHhGK.js} +5 -5
- package/dist/{index-DeqU-hiW.js → index-CCoBlGeV.js} +16715 -20877
- package/dist/index.js +2 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.17.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1669b27: chore: update dependencies
|
|
8
|
+
- d96253a: fix: http basic auth empty credentials should not be encoded
|
|
9
|
+
- 1669b27: refactor: migrate from use-toasts to vue-sonner
|
|
10
|
+
- 9d43b0a: fix: urls with dynamic protocol are prefixed with the window location origin
|
|
11
|
+
- a64c389: fix: onSpecUpdate is not called
|
|
12
|
+
- 7ea052b: chore: remove some languages from CodeMirror
|
|
13
|
+
- Updated dependencies [1669b27]
|
|
14
|
+
- Updated dependencies [7ea052b]
|
|
15
|
+
- @scalar/swagger-editor@0.10.8
|
|
16
|
+
- @scalar/swagger-parser@0.5.18
|
|
17
|
+
- @scalar/use-tooltip@0.5.11
|
|
18
|
+
- @scalar/api-client@0.12.5
|
|
19
|
+
- @scalar/components@0.2.5
|
|
20
|
+
- @scalar/use-modal@0.2.8
|
|
21
|
+
- @scalar/themes@0.5.8
|
|
22
|
+
|
|
3
23
|
## 1.17.2
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|