@scalar/api-reference 1.22.46 → 1.22.47
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 +13 -0
- package/dist/browser/standalone.js +6 -6
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
- package/dist/{index-dKzMd2s1.js → index-BR8asmEo.js} +2 -2
- package/dist/{index-CFnbe-AR.js → index-D-ny20Bs.js} +1673 -1671
- package/dist/{index-fhGy0DpY.cjs → index-D6tr6iFy.cjs} +60 -60
- package/dist/{index-A-Erc230.cjs → index-g8Njc37c.cjs} +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.22.47
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4b78b40: fix: text transform folder as option + remove transforms from top level items
|
|
8
|
+
- 8865d12: fix: webhook operation parsing
|
|
9
|
+
- Updated dependencies [7205137]
|
|
10
|
+
- Updated dependencies [d369ac4]
|
|
11
|
+
- Updated dependencies [50480c7]
|
|
12
|
+
- @scalar/oas-utils@0.1.14
|
|
13
|
+
- @scalar/components@0.7.12
|
|
14
|
+
- @scalar/api-client@1.2.32
|
|
15
|
+
|
|
3
16
|
## 1.22.46
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|