@scalar/api-reference 1.44.12 → 1.44.13
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 +21 -0
- package/dist/browser/standalone.js +3454 -3439
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/style.css +19 -19
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.44.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/workspace-store@0.28.4**
|
|
10
|
+
- [#8047](https://github.com/scalar/scalar/pull/8047): fix: unpack proxy when update an environment
|
|
11
|
+
|
|
12
|
+
- **@scalar/api-client@2.23.4**
|
|
13
|
+
- [#8058](https://github.com/scalar/scalar/pull/8058): fix: correctly drop changes when modal closes
|
|
14
|
+
- [#8059](https://github.com/scalar/scalar/pull/8059): fix: harden auth secret extraction plus tests
|
|
15
|
+
|
|
16
|
+
- **@scalar/agent-chat@0.5.4**
|
|
17
|
+
|
|
18
|
+
- **@scalar/oas-utils@0.6.35**
|
|
19
|
+
|
|
20
|
+
- **@scalar/sidebar@0.7.28**
|
|
21
|
+
|
|
22
|
+
- **@scalar/components@0.17.5**
|
|
23
|
+
|
|
3
24
|
## 1.44.12
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|