@scalar/api-client 2.1.44 → 2.1.45

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.
@@ -14,7 +14,7 @@ const B = { class: "relative col-1 flex-center gap-6 p-2 capitalize" }, S = { cl
14
14
  s.commandPalette.emit({ commandName: "Create Request" });
15
15
  }, c = (n) => {
16
16
  n != null && n.createNew && y.name === "request" && m();
17
- }, k = "2.1.44";
17
+ }, k = "2.1.45";
18
18
  return _(() => s.hotKeys.on(c)), b(() => s.hotKeys.off(c)), (n, e) => (r(), l("div", B, [
19
19
  t("div", S, [
20
20
  o(f).isReadOnly ? u("", !0) : (r(), l("div", h, [
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "rest",
19
19
  "testing"
20
20
  ],
21
- "version": "2.1.44",
21
+ "version": "2.1.45",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -153,19 +153,19 @@
153
153
  "whatwg-mimetype": "^4.0.0",
154
154
  "yaml": "^2.4.5",
155
155
  "zod": "^3.23.8",
156
- "@scalar/components": "0.12.64",
157
- "@scalar/draggable": "0.1.6",
156
+ "@scalar/components": "0.12.65",
157
+ "@scalar/draggable": "0.1.7",
158
+ "@scalar/import": "0.0.6",
159
+ "@scalar/oas-utils": "0.2.71",
160
+ "@scalar/object-utils": "1.1.12",
158
161
  "@scalar/icons": "0.1.1",
159
- "@scalar/import": "0.0.5",
160
- "@scalar/oas-utils": "0.2.70",
161
- "@scalar/object-utils": "1.1.11",
162
162
  "@scalar/openapi-parser": "0.8.9",
163
163
  "@scalar/openapi-types": "0.1.5",
164
- "@scalar/themes": "0.9.46",
164
+ "@scalar/themes": "0.9.47",
165
165
  "@scalar/types": "0.0.19",
166
- "@scalar/use-codemirror": "0.11.31",
167
- "@scalar/use-tooltip": "1.0.3",
168
- "@scalar/use-toasts": "0.7.7"
166
+ "@scalar/use-codemirror": "0.11.32",
167
+ "@scalar/use-toasts": "0.7.7",
168
+ "@scalar/use-tooltip": "1.0.4"
169
169
  },
170
170
  "devDependencies": {
171
171
  "@types/js-cookie": "^3.0.6",
@@ -182,7 +182,7 @@
182
182
  "vite": "^5.4.9",
183
183
  "vite-svg-loader": "^5.1.0",
184
184
  "vitest": "^1.6.0",
185
- "@scalar/build-tooling": "0.1.11",
185
+ "@scalar/build-tooling": "0.1.12",
186
186
  "@scalar/galaxy": "0.2.16"
187
187
  },
188
188
  "scripts": {