@scalar/api-reference 1.17.14 → 1.17.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 +12 -0
- package/dist/browser/standalone.js +9 -9
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Authentication/CardFormButton.vue.d.ts.map +1 -1
- package/dist/components/Content/Authentication/SecuritySchemeScopes.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/MobileHeader.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
- package/dist/index-D-6YXdFT.js +227 -0
- package/dist/{index-DuYygTDh.js → index-WyPUQrGJ.js} +7492 -7301
- package/dist/index.js +2 -2
- package/package.json +5 -5
- package/dist/index-C9XLhF-G.js +0 -415
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.17.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3b672cc: fix: revert css changes to components lib
|
|
8
|
+
- 0f76d3d: style: fix padding and border for references
|
|
9
|
+
- Updated dependencies [3b672cc]
|
|
10
|
+
- @scalar/swagger-editor@0.10.15
|
|
11
|
+
- @scalar/swagger-parser@0.5.20
|
|
12
|
+
- @scalar/api-client@0.12.14
|
|
13
|
+
- @scalar/components@0.4.2
|
|
14
|
+
|
|
3
15
|
## 1.17.14
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|