@scalar/api-reference 1.24.13 → 1.24.15
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 +15 -0
- package/dist/browser/standalone.js +10322 -10077
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +24 -24
- package/dist/components/ShowMoreButton.vue.d.ts.map +1 -1
- package/dist/components/ShowMoreButton.vue.js +1 -1
- package/dist/esm.d.ts.map +1 -1
- package/dist/esm.js +13 -11
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/hooks/useSidebar.js +64 -59
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.24.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d7a011a: fix: configuration metaData isn’t used
|
|
8
|
+
- 40d7c3d: fix: remove layers in docusaurus and fix precedence issue
|
|
9
|
+
|
|
10
|
+
## 1.24.14
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- fb9baa5: fix: doesn’t show webhooks when x-tagGroups is used
|
|
15
|
+
- Updated dependencies [b1fd179]
|
|
16
|
+
- @scalar/api-client@1.3.14
|
|
17
|
+
|
|
3
18
|
## 1.24.13
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|