@scalar/api-client 2.5.7 → 2.5.8
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
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,aAAa,CAAA;AAC3B,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA"}
|
package/dist/hooks/index.js
CHANGED
|
@@ -2,10 +2,12 @@ import { keyMap as r } from "./useKeyMap.js";
|
|
|
2
2
|
import { useFileDialog as s } from "./useFileDialog.js";
|
|
3
3
|
import { LAYOUT_SYMBOL as f, useLayout as m } from "./useLayout.js";
|
|
4
4
|
import { useResponseBody as x } from "./useResponseBody.js";
|
|
5
|
+
import { useSidebar as i } from "./useSidebar.js";
|
|
5
6
|
export {
|
|
6
7
|
f as LAYOUT_SYMBOL,
|
|
7
8
|
r as keyMap,
|
|
8
9
|
s as useFileDialog,
|
|
9
10
|
m as useLayout,
|
|
10
|
-
x as useResponseBody
|
|
11
|
+
x as useResponseBody,
|
|
12
|
+
i as useSidebar
|
|
11
13
|
};
|
|
@@ -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.
|
|
37
|
+
}, w = "2.5.8";
|
|
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.
|
|
21
|
+
"version": "2.5.8",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=20"
|
|
24
24
|
},
|
|
@@ -206,21 +206,21 @@
|
|
|
206
206
|
"zod": "3.24.1",
|
|
207
207
|
"@scalar/components": "0.14.9",
|
|
208
208
|
"@scalar/draggable": "0.2.0",
|
|
209
|
-
"@scalar/
|
|
209
|
+
"@scalar/import": "0.4.11",
|
|
210
210
|
"@scalar/helpers": "0.0.4",
|
|
211
|
-
"@scalar/
|
|
212
|
-
"@scalar/oas-utils": "0.4.5",
|
|
213
|
-
"@scalar/openapi-parser": "0.17.0",
|
|
211
|
+
"@scalar/icons": "0.4.3",
|
|
214
212
|
"@scalar/object-utils": "1.2.1",
|
|
213
|
+
"@scalar/oas-utils": "0.4.5",
|
|
214
|
+
"@scalar/openapi-parser": "0.18.0",
|
|
215
215
|
"@scalar/openapi-types": "0.3.3",
|
|
216
|
+
"@scalar/snippetz": "0.3.1",
|
|
216
217
|
"@scalar/postman-to-openapi": "0.3.8",
|
|
217
|
-
"@scalar/use-codemirror": "0.12.10",
|
|
218
218
|
"@scalar/types": "0.2.3",
|
|
219
219
|
"@scalar/themes": "0.13.3",
|
|
220
|
-
"@scalar/use-
|
|
220
|
+
"@scalar/use-codemirror": "0.12.10",
|
|
221
221
|
"@scalar/use-toasts": "0.8.0",
|
|
222
222
|
"@scalar/use-tooltip": "1.1.0",
|
|
223
|
-
"@scalar/
|
|
223
|
+
"@scalar/use-hooks": "0.2.2"
|
|
224
224
|
},
|
|
225
225
|
"devDependencies": {
|
|
226
226
|
"@tailwindcss/vite": "^4.1.7",
|