@scalar/api-client 2.5.0 → 2.5.1

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,17 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [85877aa]
8
+ - @scalar/themes@0.13.1
9
+ - @scalar/components@0.14.4
10
+ - @scalar/oas-utils@0.4.1
11
+ - @scalar/use-codemirror@0.12.5
12
+ - @scalar/import@0.4.5
13
+ - @scalar/postman-to-openapi@0.3.4
14
+
3
15
  ## 2.5.0
4
16
 
5
17
  ### Minor 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.0";
37
+ }, w = "2.5.1";
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.0",
21
+ "version": "2.5.1",
22
22
  "engines": {
23
23
  "node": ">=20"
24
24
  },
@@ -204,22 +204,22 @@
204
204
  "whatwg-mimetype": "^4.0.0",
205
205
  "yaml": "^2.4.5",
206
206
  "zod": "3.24.1",
207
- "@scalar/components": "0.14.3",
208
- "@scalar/icons": "0.4.2",
207
+ "@scalar/components": "0.14.4",
209
208
  "@scalar/draggable": "0.2.0",
210
- "@scalar/import": "0.4.4",
211
- "@scalar/oas-utils": "0.4.0",
209
+ "@scalar/icons": "0.4.2",
210
+ "@scalar/oas-utils": "0.4.1",
212
211
  "@scalar/object-utils": "1.2.1",
213
212
  "@scalar/openapi-parser": "0.13.0",
214
213
  "@scalar/openapi-types": "0.3.1",
215
- "@scalar/postman-to-openapi": "0.3.3",
214
+ "@scalar/postman-to-openapi": "0.3.4",
215
+ "@scalar/import": "0.4.5",
216
216
  "@scalar/snippetz": "0.3.0",
217
- "@scalar/themes": "0.13.0",
218
217
  "@scalar/types": "0.2.1",
218
+ "@scalar/themes": "0.13.1",
219
+ "@scalar/use-codemirror": "0.12.5",
219
220
  "@scalar/use-hooks": "0.2.2",
220
- "@scalar/use-tooltip": "1.1.0",
221
- "@scalar/use-codemirror": "0.12.4",
222
- "@scalar/use-toasts": "0.8.0"
221
+ "@scalar/use-toasts": "0.8.0",
222
+ "@scalar/use-tooltip": "1.1.0"
223
223
  },
224
224
  "devDependencies": {
225
225
  "@tailwindcss/vite": "^4.1.7",