@scalar/api-client 2.31.2 → 2.32.0

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,119 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.32.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
8
+
9
+ ### Patch Changes
10
+
11
+ #### Updated Dependencies
12
+
13
+ - **@scalar/workspace-store@0.36.0**
14
+ - [#8340](https://github.com/scalar/scalar/pull/8340): feat: support navigation options on server store
15
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
16
+ - [#8340](https://github.com/scalar/scalar/pull/8340): chore: disable perf logs by default
17
+
18
+ - **@scalar/postman-to-openapi@0.5.0**
19
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
20
+
21
+ - **@scalar/analytics-client@1.1.0**
22
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
23
+
24
+ - **@scalar/openapi-parser@0.25.0**
25
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
26
+
27
+ - **@scalar/use-codemirror@0.14.0**
28
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
29
+
30
+ - **@scalar/openapi-types@0.6.0**
31
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
32
+
33
+ - **@scalar/object-utils@1.3.0**
34
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
35
+
36
+ - **@scalar/components@0.20.0**
37
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
38
+
39
+ - **@scalar/json-magic@0.12.0**
40
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
41
+
42
+ - **@scalar/use-toasts@0.10.0**
43
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
44
+
45
+ - **@scalar/draggable@0.4.0**
46
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
47
+
48
+ - **@scalar/oas-utils@0.9.0**
49
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
50
+
51
+ - **@scalar/use-hooks@0.4.0**
52
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
53
+
54
+ - **@scalar/snippetz@0.7.0**
55
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
56
+
57
+ - **@scalar/helpers@0.3.0**
58
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
59
+
60
+ - **@scalar/sidebar@0.8.0**
61
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
62
+
63
+ - **@scalar/import@0.5.0**
64
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
65
+
66
+ - **@scalar/themes@0.15.0**
67
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
68
+
69
+ - **@scalar/icons@0.6.0**
70
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
71
+
72
+ - **@scalar/types@0.7.0**
73
+ - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
74
+
75
+ ## 2.31.3
76
+
77
+ ### Patch Changes
78
+
79
+ - [#8313](https://github.com/scalar/scalar/pull/8313): fix: correctly cache schema examples
80
+ - [#8254](https://github.com/scalar/scalar/pull/8254): fix: resolve OAuth2 URLs against interpolated server URL
81
+
82
+ #### Updated Dependencies
83
+
84
+ - **@scalar/openapi-types@0.5.4**
85
+ - [#8275](https://github.com/scalar/scalar/pull/8275): fix(openapi-types): make the `$ref` property in the `ReferenceObject` type required
86
+
87
+ - **@scalar/components@0.19.15**
88
+ - [#8319](https://github.com/scalar/scalar/pull/8319): fix(components): fix adjust sidebar section line height
89
+
90
+ - **@scalar/json-magic@0.11.7**
91
+ - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
92
+
93
+ - **@scalar/oas-utils@0.8.3**
94
+ - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
95
+
96
+ - **@scalar/helpers@0.2.18**
97
+ - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
98
+
99
+ - **@scalar/openapi-parser@0.24.17**
100
+
101
+ - **@scalar/postman-to-openapi@0.4.10**
102
+
103
+ - **@scalar/sidebar@0.7.46**
104
+
105
+ - **@scalar/use-codemirror@0.13.50**
106
+
107
+ - **@scalar/workspace-store@0.35.3**
108
+
109
+ - **@scalar/import@0.4.55**
110
+
111
+ - **@scalar/object-utils@1.2.32**
112
+
113
+ - **@scalar/types@0.6.10**
114
+
115
+ - **@scalar/snippetz@0.6.19**
116
+
3
117
  ## 2.31.2
4
118
 
5
119
  ### Patch Changes