@scalar/api-reference 1.48.1 → 1.48.2

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 CHANGED
@@ -1,5 +1,34 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.48.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
8
+ - [#8375](https://github.com/scalar/scalar/pull/8375): feat(api-reference): export lazy bus queue helper
9
+ - [#8370](https://github.com/scalar/scalar/pull/8370): fix: hide the authentication panel when test requests are disabled
10
+
11
+ #### Updated Dependencies
12
+
13
+ - **@scalar/types@0.7.1**
14
+ - [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
15
+
16
+ - **@scalar/agent-chat@0.9.2**
17
+
18
+ - **@scalar/api-client@2.34.1**
19
+
20
+ - **@scalar/oas-utils@0.10.2**
21
+
22
+ - **@scalar/openapi-parser@0.25.1**
23
+
24
+ - **@scalar/snippetz@0.7.1**
25
+
26
+ - **@scalar/workspace-store@0.38.1**
27
+
28
+ - **@scalar/components@0.20.3**
29
+
30
+ - **@scalar/sidebar@0.8.3**
31
+
3
32
  ## 1.48.1
4
33
 
5
34
  ### Patch Changes