@scalar/api-client 2.2.19 → 2.2.20
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
|
@@ -17,7 +17,7 @@ const K = { class: "relative col-1 flex-center gap-6 p-2 capitalize" }, A = {
|
|
|
17
17
|
a.commandPalette.emit({ commandName: "Create Request" });
|
|
18
18
|
}, y = (i) => {
|
|
19
19
|
i != null && i.createNew && v.name === "request" && f();
|
|
20
|
-
}, h = "2.2.
|
|
20
|
+
}, h = "2.2.20";
|
|
21
21
|
return R(() => a.hotKeys.on(y)), C(() => a.hotKeys.off(y)), (i, e) => (r(), l("div", K, [
|
|
22
22
|
o("div", {
|
|
23
23
|
class: k(["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.2.
|
|
21
|
+
"version": "2.2.20",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=18"
|
|
24
24
|
},
|
|
@@ -169,21 +169,21 @@
|
|
|
169
169
|
"whatwg-mimetype": "^4.0.0",
|
|
170
170
|
"yaml": "^2.4.5",
|
|
171
171
|
"zod": "^3.23.8",
|
|
172
|
-
"@scalar/components": "0.13.9",
|
|
173
|
-
"@scalar/draggable": "0.1.7",
|
|
174
172
|
"@scalar/icons": "0.1.2",
|
|
173
|
+
"@scalar/components": "0.13.9",
|
|
175
174
|
"@scalar/import": "0.2.11",
|
|
176
|
-
"@scalar/
|
|
175
|
+
"@scalar/draggable": "0.1.8",
|
|
177
176
|
"@scalar/oas-utils": "0.2.91",
|
|
177
|
+
"@scalar/openapi-parser": "0.10.2",
|
|
178
178
|
"@scalar/object-utils": "1.1.12",
|
|
179
|
-
"@scalar/openapi-types": "0.1.5",
|
|
180
179
|
"@scalar/postman-to-openapi": "0.1.14",
|
|
181
|
-
"@scalar/
|
|
180
|
+
"@scalar/openapi-types": "0.1.5",
|
|
182
181
|
"@scalar/types": "0.0.25",
|
|
183
|
-
"@scalar/use-codemirror": "0.11.53",
|
|
184
182
|
"@scalar/use-hooks": "0.1.11",
|
|
185
|
-
"@scalar/
|
|
186
|
-
"@scalar/use-
|
|
183
|
+
"@scalar/themes": "0.9.58",
|
|
184
|
+
"@scalar/use-codemirror": "0.11.53",
|
|
185
|
+
"@scalar/use-toasts": "0.7.7",
|
|
186
|
+
"@scalar/use-tooltip": "1.0.4"
|
|
187
187
|
},
|
|
188
188
|
"devDependencies": {
|
|
189
189
|
"@types/js-cookie": "^3.0.6",
|