@scalar/api-client 2.31.1 → 2.31.2

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,22 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.31.2
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/themes@0.14.3**
10
+ - [#8315](https://github.com/scalar/scalar/pull/8315): feat(theme): standardize tailwind line height behavior
11
+
12
+ - **@scalar/components@0.19.14**
13
+
14
+ - **@scalar/oas-utils@0.8.2**
15
+
16
+ - **@scalar/sidebar@0.7.45**
17
+
18
+ - **@scalar/use-codemirror@0.13.49**
19
+
3
20
  ## 2.31.1
4
21
 
5
22
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  import { canMethodHaveBody as m } from "@scalar/helpers/http/can-method-have-body";
2
2
  import { getResolvedRef as r } from "@scalar/workspace-store/helpers/get-resolved-ref";
3
3
  import { isElectron as y } from "../../../../libs/electron.js";
4
- const l = "2.31.1", T = "application/json", C = "*/*", a = (n, s, o) => ({
4
+ const l = "2.31.2", T = "application/json", C = "*/*", a = (n, s, o) => ({
5
5
  name: n,
6
6
  defaultValue: s,
7
7
  isOverridden: o.has(n.toLowerCase())
@@ -81,7 +81,7 @@ const P = {
81
81
  )
82
82
  )), x = t(
83
83
  () => b(a(e.options)?.hiddenClients)
84
- ), g = "2.31.1";
84
+ ), g = "2.31.2";
85
85
  return (n, o) => e.path && e.method && e.exampleName && r.value ? (m(), C(c(V), {
86
86
  key: 0,
87
87
  activeEnvironment: e.workspaceStore.workspace["x-scalar-active-environment"],
@@ -33,7 +33,7 @@ const W = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
33
33
  }));
34
34
  }, f = (u) => {
35
35
  u?.createNew && g.name === "request" && p();
36
- }, v = "2.31.1";
36
+ }, v = "2.31.2";
37
37
  return q(() => a.hotKeys.on(f)), R(() => a.hotKeys.off(f)), (u, e) => (l(), n("div", W, [
38
38
  s("div", {
39
39
  class: y(["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.31.1",
21
+ "version": "2.31.2",
22
22
  "engines": {
23
23
  "node": ">=20"
24
24
  },
@@ -328,24 +328,24 @@
328
328
  "yaml": "^2.8.0",
329
329
  "zod": "^4.3.5",
330
330
  "@scalar/analytics-client": "1.0.1",
331
- "@scalar/components": "0.19.13",
331
+ "@scalar/components": "0.19.14",
332
332
  "@scalar/draggable": "0.3.0",
333
333
  "@scalar/helpers": "0.2.17",
334
334
  "@scalar/icons": "0.5.3",
335
- "@scalar/json-magic": "0.11.6",
336
335
  "@scalar/import": "0.4.54",
337
- "@scalar/oas-utils": "0.8.1",
338
- "@scalar/openapi-parser": "0.24.16",
336
+ "@scalar/oas-utils": "0.8.2",
337
+ "@scalar/json-magic": "0.11.6",
339
338
  "@scalar/object-utils": "1.2.31",
340
339
  "@scalar/openapi-types": "0.5.3",
340
+ "@scalar/openapi-parser": "0.24.16",
341
341
  "@scalar/postman-to-openapi": "0.4.9",
342
+ "@scalar/sidebar": "0.7.45",
342
343
  "@scalar/snippetz": "0.6.18",
343
- "@scalar/sidebar": "0.7.44",
344
- "@scalar/themes": "0.14.2",
345
344
  "@scalar/types": "0.6.9",
346
- "@scalar/use-hooks": "0.3.7",
345
+ "@scalar/themes": "0.14.3",
347
346
  "@scalar/use-toasts": "0.9.1",
348
- "@scalar/use-codemirror": "0.13.48",
347
+ "@scalar/use-hooks": "0.3.7",
348
+ "@scalar/use-codemirror": "0.13.49",
349
349
  "@scalar/workspace-store": "0.35.2"
350
350
  },
351
351
  "devDependencies": {
@@ -363,7 +363,7 @@
363
363
  "vitest": "4.0.16",
364
364
  "@scalar/build-tooling": "0.4.1",
365
365
  "@scalar/galaxy": "0.5.16",
366
- "@scalar/pre-post-request-scripts": "0.2.7"
366
+ "@scalar/pre-post-request-scripts": "0.2.8"
367
367
  },
368
368
  "scripts": {
369
369
  "build": "scalar-build-vite",