@scalar/api-client 2.2.39 → 2.2.40
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 B = { class: "border-t relative col-1 flex-center gap-6 p-2 capitalize" },
|
|
|
17
17
|
a.commandPalette.emit({ commandName: "Create Request" });
|
|
18
18
|
}, y = (i) => {
|
|
19
19
|
i != null && i.createNew && g.name === "request" && f();
|
|
20
|
-
}, v = "2.2.
|
|
20
|
+
}, v = "2.2.40";
|
|
21
21
|
return _(() => a.hotKeys.on(y)), C(() => a.hotKeys.off(y)), (i, e) => (l(), n("div", B, [
|
|
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.40",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=18"
|
|
24
24
|
},
|
|
@@ -178,19 +178,19 @@
|
|
|
178
178
|
"whatwg-mimetype": "^4.0.0",
|
|
179
179
|
"yaml": "^2.4.5",
|
|
180
180
|
"zod": "^3.23.8",
|
|
181
|
-
"@scalar/components": "0.13.17",
|
|
182
181
|
"@scalar/draggable": "0.1.8",
|
|
182
|
+
"@scalar/components": "0.13.17",
|
|
183
183
|
"@scalar/icons": "0.1.2",
|
|
184
|
-
"@scalar/import": "0.2.20",
|
|
185
184
|
"@scalar/oas-utils": "0.2.100",
|
|
185
|
+
"@scalar/import": "0.2.20",
|
|
186
186
|
"@scalar/object-utils": "1.1.12",
|
|
187
187
|
"@scalar/openapi-parser": "0.10.4",
|
|
188
188
|
"@scalar/postman-to-openapi": "0.1.23",
|
|
189
|
+
"@scalar/openapi-types": "0.1.6",
|
|
189
190
|
"@scalar/themes": "0.9.62",
|
|
190
191
|
"@scalar/types": "0.0.28",
|
|
191
|
-
"@scalar/openapi-types": "0.1.6",
|
|
192
|
-
"@scalar/use-hooks": "0.1.16",
|
|
193
192
|
"@scalar/use-codemirror": "0.11.62",
|
|
193
|
+
"@scalar/use-hooks": "0.1.16",
|
|
194
194
|
"@scalar/use-toasts": "0.7.8",
|
|
195
195
|
"@scalar/use-tooltip": "1.0.5"
|
|
196
196
|
},
|