@scalar/api-client 2.2.43 → 2.2.44

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
@@ -1,5 +1,13 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.2.44
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0d8b4ea]
8
+ - @scalar/components@0.13.20
9
+ - @scalar/use-codemirror@0.11.65
10
+
3
11
  ## 2.2.43
4
12
 
5
13
  ### Patch Changes
@@ -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.43";
20
+ }, v = "2.2.44";
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.43",
21
+ "version": "2.2.44",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -189,20 +189,20 @@
189
189
  "yaml": "^2.4.5",
190
190
  "zod": "^3.23.8",
191
191
  "@scalar/draggable": "0.1.8",
192
- "@scalar/import": "0.2.22",
193
192
  "@scalar/icons": "0.1.2",
194
- "@scalar/openapi-parser": "0.10.4",
193
+ "@scalar/components": "0.13.20",
194
+ "@scalar/import": "0.2.22",
195
+ "@scalar/oas-utils": "0.2.102",
195
196
  "@scalar/object-utils": "1.1.12",
196
197
  "@scalar/openapi-types": "0.1.7",
197
198
  "@scalar/themes": "0.9.64",
199
+ "@scalar/openapi-parser": "0.10.4",
198
200
  "@scalar/postman-to-openapi": "0.1.25",
199
- "@scalar/use-codemirror": "0.11.64",
200
- "@scalar/use-hooks": "0.1.18",
201
+ "@scalar/types": "0.0.30",
202
+ "@scalar/use-codemirror": "0.11.65",
201
203
  "@scalar/use-toasts": "0.7.8",
202
- "@scalar/components": "0.13.19",
203
- "@scalar/use-tooltip": "1.0.5",
204
- "@scalar/oas-utils": "0.2.102",
205
- "@scalar/types": "0.0.30"
204
+ "@scalar/use-hooks": "0.1.18",
205
+ "@scalar/use-tooltip": "1.0.5"
206
206
  },
207
207
  "devDependencies": {
208
208
  "@types/shell-quote": "^1.7.5",