@scalar/api-client 2.34.0 → 2.34.1
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,28 @@
|
|
|
1
1
|
# @scalar/api-client
|
|
2
2
|
|
|
3
|
+
## 2.34.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/types@0.7.1**
|
|
10
|
+
- [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
|
|
11
|
+
|
|
12
|
+
- **@scalar/oas-utils@0.10.2**
|
|
13
|
+
|
|
14
|
+
- **@scalar/openapi-parser@0.25.1**
|
|
15
|
+
|
|
16
|
+
- **@scalar/snippetz@0.7.1**
|
|
17
|
+
|
|
18
|
+
- **@scalar/workspace-store@0.38.1**
|
|
19
|
+
|
|
20
|
+
- **@scalar/components@0.20.3**
|
|
21
|
+
|
|
22
|
+
- **@scalar/sidebar@0.8.3**
|
|
23
|
+
|
|
24
|
+
- **@scalar/use-codemirror@0.14.3**
|
|
25
|
+
|
|
3
26
|
## 2.34.0
|
|
4
27
|
|
|
5
28
|
### Minor 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.34.
|
|
4
|
+
const l = "2.34.1", T = "application/json", C = "*/*", a = (n, s, o) => ({
|
|
5
5
|
name: n,
|
|
6
6
|
defaultValue: s,
|
|
7
7
|
isOverridden: o.has(n.toLowerCase())
|
|
@@ -83,7 +83,7 @@ const P = {
|
|
|
83
83
|
)
|
|
84
84
|
)), x = t(
|
|
85
85
|
() => b(a(e.options)?.hiddenClients)
|
|
86
|
-
), g = "2.34.
|
|
86
|
+
), g = "2.34.1";
|
|
87
87
|
return (n, o) => e.path && e.method && e.exampleName && r.value ? (m(), C(c(V), {
|
|
88
88
|
key: 0,
|
|
89
89
|
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.34.
|
|
36
|
+
}, v = "2.34.1";
|
|
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.34.
|
|
21
|
+
"version": "2.34.1",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=22"
|
|
24
24
|
},
|
|
@@ -335,25 +335,25 @@
|
|
|
335
335
|
"yaml": "^2.8.0",
|
|
336
336
|
"zod": "^4.3.5",
|
|
337
337
|
"@scalar/analytics-client": "1.1.0",
|
|
338
|
-
"@scalar/components": "0.20.2",
|
|
339
338
|
"@scalar/draggable": "0.4.0",
|
|
339
|
+
"@scalar/components": "0.20.3",
|
|
340
340
|
"@scalar/helpers": "0.3.0",
|
|
341
|
+
"@scalar/import": "0.5.0",
|
|
341
342
|
"@scalar/icons": "0.6.0",
|
|
342
|
-
"@scalar/
|
|
343
|
+
"@scalar/json-magic": "0.12.1",
|
|
344
|
+
"@scalar/oas-utils": "0.10.2",
|
|
343
345
|
"@scalar/object-utils": "1.3.0",
|
|
344
346
|
"@scalar/openapi-parser": "0.25.1",
|
|
345
|
-
"@scalar/openapi-types": "0.6.0",
|
|
346
347
|
"@scalar/postman-to-openapi": "0.5.0",
|
|
347
|
-
"@scalar/
|
|
348
|
-
"@scalar/sidebar": "0.8.
|
|
348
|
+
"@scalar/openapi-types": "0.6.0",
|
|
349
|
+
"@scalar/sidebar": "0.8.3",
|
|
350
|
+
"@scalar/snippetz": "0.7.1",
|
|
349
351
|
"@scalar/themes": "0.15.0",
|
|
350
|
-
"@scalar/types": "0.7.
|
|
351
|
-
"@scalar/use-codemirror": "0.14.
|
|
352
|
+
"@scalar/types": "0.7.1",
|
|
353
|
+
"@scalar/use-codemirror": "0.14.3",
|
|
352
354
|
"@scalar/use-hooks": "0.4.0",
|
|
353
|
-
"@scalar/
|
|
354
|
-
"@scalar/
|
|
355
|
-
"@scalar/json-magic": "0.12.1",
|
|
356
|
-
"@scalar/import": "0.5.0"
|
|
355
|
+
"@scalar/workspace-store": "0.38.1",
|
|
356
|
+
"@scalar/use-toasts": "0.10.0"
|
|
357
357
|
},
|
|
358
358
|
"devDependencies": {
|
|
359
359
|
"@tailwindcss/vite": "^4.1.18",
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
"vitest": "4.0.16",
|
|
371
371
|
"@scalar/galaxy": "0.6.0",
|
|
372
372
|
"@scalar/build-tooling": "0.5.0",
|
|
373
|
-
"@scalar/pre-post-request-scripts": "0.3.
|
|
373
|
+
"@scalar/pre-post-request-scripts": "0.3.3"
|
|
374
374
|
},
|
|
375
375
|
"scripts": {
|
|
376
376
|
"build": "scalar-build-vite",
|