@scalar/api-reference 1.43.2 → 1.43.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 +22 -0
- package/dist/browser/standalone.js +1239 -1174
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/helpers/storage.d.ts +12 -16
- package/dist/helpers/storage.d.ts.map +1 -1
- package/dist/style.css +8 -76
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.43.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/workspace-store@0.24.5**
|
|
10
|
+
- [#7699](https://github.com/scalar/scalar/pull/7699): feat: added ui for oauth2 credentials location
|
|
11
|
+
|
|
12
|
+
- **@scalar/api-client@2.17.8**
|
|
13
|
+
- [#7699](https://github.com/scalar/scalar/pull/7699): feat: added ui for oauth2 credentials location
|
|
14
|
+
- [#7715](https://github.com/scalar/scalar/pull/7715): fix: remove scrollbar from buttons
|
|
15
|
+
|
|
16
|
+
- **@scalar/openapi-parser@0.23.12**
|
|
17
|
+
- [#7719](https://github.com/scalar/scalar/pull/7719): fix: self-referencing causes infinite loop in `dereference`
|
|
18
|
+
|
|
19
|
+
- **@scalar/oas-utils@0.6.15**
|
|
20
|
+
|
|
21
|
+
- **@scalar/sidebar@0.7.8**
|
|
22
|
+
|
|
23
|
+
- **@scalar/components@0.16.18**
|
|
24
|
+
|
|
3
25
|
## 1.43.2
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|