@scalar/api-client 2.5.24 → 2.5.26

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,33 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.5.26
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [50032be]
8
+ - @scalar/types@0.2.13
9
+ - @scalar/oas-utils@0.4.22
10
+ - @scalar/openapi-parser@0.20.1
11
+ - @scalar/snippetz@0.4.7
12
+ - @scalar/themes@0.13.14
13
+ - @scalar/components@0.14.27
14
+ - @scalar/postman-to-openapi@0.3.25
15
+ - @scalar/import@0.4.19
16
+ - @scalar/use-codemirror@0.12.28
17
+
18
+ ## 2.5.25
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [86d29c1]
23
+ - Updated dependencies [e2272a1]
24
+ - Updated dependencies [b6f4b60]
25
+ - @scalar/snippetz@0.4.6
26
+ - @scalar/oas-utils@0.4.21
27
+ - @scalar/components@0.14.26
28
+ - @scalar/postman-to-openapi@0.3.24
29
+ - @scalar/use-codemirror@0.12.27
30
+
3
31
  ## 2.5.24
4
32
 
5
33
  ### Patch Changes
@@ -34,7 +34,7 @@ const W = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
34
34
  }));
35
35
  }, k = (o) => {
36
36
  o != null && o.createNew && g.name === "request" && f();
37
- }, w = "2.5.24";
37
+ }, w = "2.5.26";
38
38
  return R(() => a.hotKeys.on(k)), v(() => a.hotKeys.off(k)), (o, e) => (u(), i("div", W, [
39
39
  s("div", {
40
40
  class: y(["flex h-[calc(100%_-_50px)] flex-col items-center justify-center", {
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "rest",
19
19
  "testing"
20
20
  ],
21
- "version": "2.5.24",
21
+ "version": "2.5.26",
22
22
  "engines": {
23
23
  "node": ">=20"
24
24
  },
@@ -205,20 +205,20 @@
205
205
  "whatwg-mimetype": "^4.0.0",
206
206
  "yaml": "2.8.0",
207
207
  "zod": "3.24.1",
208
- "@scalar/components": "0.14.25",
209
- "@scalar/helpers": "0.0.8",
210
- "@scalar/icons": "0.4.7",
211
- "@scalar/oas-utils": "0.4.20",
208
+ "@scalar/components": "0.14.27",
212
209
  "@scalar/draggable": "0.2.0",
210
+ "@scalar/icons": "0.4.7",
211
+ "@scalar/oas-utils": "0.4.22",
212
+ "@scalar/helpers": "0.0.8",
213
213
  "@scalar/object-utils": "1.2.4",
214
- "@scalar/import": "0.4.18",
214
+ "@scalar/import": "0.4.19",
215
+ "@scalar/openapi-parser": "0.20.1",
215
216
  "@scalar/openapi-types": "0.3.7",
216
- "@scalar/openapi-parser": "0.20.0",
217
- "@scalar/postman-to-openapi": "0.3.23",
218
- "@scalar/snippetz": "0.4.5",
219
- "@scalar/themes": "0.13.13",
220
- "@scalar/types": "0.2.12",
221
- "@scalar/use-codemirror": "0.12.26",
217
+ "@scalar/postman-to-openapi": "0.3.25",
218
+ "@scalar/snippetz": "0.4.7",
219
+ "@scalar/themes": "0.13.14",
220
+ "@scalar/types": "0.2.13",
221
+ "@scalar/use-codemirror": "0.12.28",
222
222
  "@scalar/use-hooks": "0.2.4",
223
223
  "@scalar/use-toasts": "0.8.0"
224
224
  },
@@ -233,8 +233,8 @@
233
233
  "vite": "6.1.6",
234
234
  "vite-svg-loader": "^5.1.0",
235
235
  "vitest": "^3.2.4",
236
- "@scalar/galaxy": "0.5.7",
237
- "@scalar/build-tooling": "0.2.6"
236
+ "@scalar/build-tooling": "0.2.6",
237
+ "@scalar/galaxy": "0.5.7"
238
238
  },
239
239
  "scripts": {
240
240
  "build": "scalar-build-vite",