@scalar/api-client 2.2.33 → 2.2.34

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.
@@ -17,7 +17,7 @@ const K = { 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 && v.name === "request" && f();
20
- }, b = "2.2.33";
20
+ }, b = "2.2.34";
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.33",
21
+ "version": "2.2.34",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -179,21 +179,21 @@
179
179
  "whatwg-mimetype": "^4.0.0",
180
180
  "yaml": "^2.4.5",
181
181
  "zod": "^3.23.8",
182
+ "@scalar/components": "0.13.14",
182
183
  "@scalar/draggable": "0.1.8",
183
184
  "@scalar/icons": "0.1.2",
184
185
  "@scalar/import": "0.2.17",
185
186
  "@scalar/oas-utils": "0.2.97",
186
- "@scalar/object-utils": "1.1.12",
187
187
  "@scalar/openapi-parser": "0.10.4",
188
188
  "@scalar/openapi-types": "0.1.6",
189
- "@scalar/themes": "0.9.60",
189
+ "@scalar/object-utils": "1.1.12",
190
190
  "@scalar/postman-to-openapi": "0.1.20",
191
+ "@scalar/themes": "0.9.60",
191
192
  "@scalar/types": "0.0.26",
192
- "@scalar/use-codemirror": "0.11.58",
193
+ "@scalar/use-codemirror": "0.11.59",
193
194
  "@scalar/use-hooks": "0.1.14",
194
195
  "@scalar/use-toasts": "0.7.8",
195
- "@scalar/use-tooltip": "1.0.5",
196
- "@scalar/components": "0.13.14"
196
+ "@scalar/use-tooltip": "1.0.5"
197
197
  },
198
198
  "devDependencies": {
199
199
  "@types/js-cookie": "^3.0.6",