@scalar/api-client 2.3.23 → 2.3.24

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.
@@ -34,7 +34,7 @@ const W = { class: "col-1 flex-center relative gap-6 p-2 capitalize" }, $ = {
34
34
  }));
35
35
  }, k = (o) => {
36
36
  o != null && o.createNew && x.name === "request" && f();
37
- }, w = "2.3.23";
37
+ }, w = "2.3.24";
38
38
  return R(() => a.hotKeys.on(k)), v(() => a.hotKeys.off(k)), (o, e) => (l(), u("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.3.23",
21
+ "version": "2.3.24",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -189,22 +189,22 @@
189
189
  "whatwg-mimetype": "^4.0.0",
190
190
  "yaml": "^2.4.5",
191
191
  "zod": "^3.23.8",
192
- "@scalar/components": "0.13.50",
193
192
  "@scalar/draggable": "0.1.11",
194
- "@scalar/icons": "0.2.0",
195
- "@scalar/import": "0.3.16",
196
- "@scalar/oas-utils": "0.2.133",
193
+ "@scalar/icons": "0.3.0",
194
+ "@scalar/import": "0.3.17",
195
+ "@scalar/components": "0.13.51",
196
+ "@scalar/oas-utils": "0.2.134",
197
197
  "@scalar/object-utils": "1.1.13",
198
198
  "@scalar/openapi-parser": "0.10.16",
199
199
  "@scalar/openapi-types": "0.2.0",
200
+ "@scalar/postman-to-openapi": "0.2.7",
200
201
  "@scalar/snippetz": "0.2.19",
201
- "@scalar/postman-to-openapi": "0.2.6",
202
- "@scalar/types": "0.1.8",
203
- "@scalar/themes": "0.10.0",
204
- "@scalar/use-codemirror": "0.11.95",
205
- "@scalar/use-hooks": "0.1.42",
206
- "@scalar/use-tooltip": "1.0.6",
207
- "@scalar/use-toasts": "0.7.9"
202
+ "@scalar/types": "0.1.9",
203
+ "@scalar/use-codemirror": "0.11.96",
204
+ "@scalar/use-toasts": "0.7.9",
205
+ "@scalar/use-hooks": "0.1.43",
206
+ "@scalar/themes": "0.10.1",
207
+ "@scalar/use-tooltip": "1.0.6"
208
208
  },
209
209
  "devDependencies": {
210
210
  "@types/shell-quote": "^1.7.5",
@@ -219,8 +219,8 @@
219
219
  "vite": "^5.4.10",
220
220
  "vite-svg-loader": "^5.1.0",
221
221
  "vitest": "^1.6.0",
222
- "@scalar/galaxy": "0.3.1",
223
- "@scalar/build-tooling": "0.1.17"
222
+ "@scalar/build-tooling": "0.1.17",
223
+ "@scalar/galaxy": "0.3.1"
224
224
  },
225
225
  "scripts": {
226
226
  "build": "scalar-build-vite",