@scalar/api-reference 1.0.5 → 1.0.6
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 +9 -0
- package/dist/browser/standalone.js +25 -9
- package/dist/components/Content/Schema.vue.d.ts +6 -0
- package/dist/components/Content/Schema.vue.d.ts.map +1 -1
- package/dist/helpers/index.d.ts +1 -0
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/isValidUrl.d.ts +2 -0
- package/dist/helpers/isValidUrl.d.ts.map +1 -0
- package/dist/hooks/useSpec.d.ts.map +1 -1
- package/dist/index.js +4071 -4056
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.0.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 366b142: fix: ignore proxy when swagger spec is a path
|
|
8
|
+
- e1dc955: fix: add fallback to name for models if no xml attribute passed
|
|
9
|
+
- Updated dependencies [ceb7952]
|
|
10
|
+
- @scalar/api-client@0.7.31
|
|
11
|
+
|
|
3
12
|
## 1.0.5
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|