@scalar/api-client 2.2.52 → 2.2.53
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,20 @@
|
|
|
1
1
|
# @scalar/api-client
|
|
2
2
|
|
|
3
|
+
## 2.2.53
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [4db5161]
|
|
8
|
+
- @scalar/oas-utils@0.2.109
|
|
9
|
+
- @scalar/types@0.0.36
|
|
10
|
+
- @scalar/import@0.2.29
|
|
11
|
+
- @scalar/postman-to-openapi@0.1.32
|
|
12
|
+
- @scalar/openapi-parser@0.10.9
|
|
13
|
+
- @scalar/themes@0.9.70
|
|
14
|
+
- @scalar/components@0.13.27
|
|
15
|
+
- @scalar/use-codemirror@0.11.72
|
|
16
|
+
- @scalar/use-hooks@0.1.24
|
|
17
|
+
|
|
3
18
|
## 2.2.52
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -19,7 +19,7 @@ const V = { class: "col-1 flex-center relative gap-6 p-2 capitalize" }, _ = {
|
|
|
19
19
|
a.commandPalette.emit({ commandName: "Create Request" });
|
|
20
20
|
}, d = (o) => {
|
|
21
21
|
o != null && o.createNew && y.name === "request" && u();
|
|
22
|
-
}, k = "2.2.
|
|
22
|
+
}, k = "2.2.53";
|
|
23
23
|
return g(() => a.hotKeys.on(d)), R(() => a.hotKeys.off(d)), (o, e) => (n(), m("div", V, [
|
|
24
24
|
s("div", {
|
|
25
25
|
class: f(["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.
|
|
21
|
+
"version": "2.2.53",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=18"
|
|
24
24
|
},
|
|
@@ -188,22 +188,22 @@
|
|
|
188
188
|
"whatwg-mimetype": "^4.0.0",
|
|
189
189
|
"yaml": "^2.4.5",
|
|
190
190
|
"zod": "^3.23.8",
|
|
191
|
-
"@scalar/components": "0.13.26",
|
|
192
191
|
"@scalar/draggable": "0.1.11",
|
|
192
|
+
"@scalar/components": "0.13.27",
|
|
193
|
+
"@scalar/import": "0.2.29",
|
|
193
194
|
"@scalar/icons": "0.1.3",
|
|
194
|
-
"@scalar/
|
|
195
|
-
"@scalar/openapi-parser": "0.10.9",
|
|
196
|
-
"@scalar/oas-utils": "0.2.108",
|
|
195
|
+
"@scalar/oas-utils": "0.2.109",
|
|
197
196
|
"@scalar/object-utils": "1.1.13",
|
|
198
|
-
"@scalar/
|
|
197
|
+
"@scalar/openapi-parser": "0.10.9",
|
|
199
198
|
"@scalar/openapi-types": "0.1.9",
|
|
200
|
-
"@scalar/
|
|
199
|
+
"@scalar/postman-to-openapi": "0.1.32",
|
|
200
|
+
"@scalar/types": "0.0.36",
|
|
201
201
|
"@scalar/snippetz": "0.2.15",
|
|
202
|
-
"@scalar/
|
|
203
|
-
"@scalar/use-codemirror": "0.11.
|
|
204
|
-
"@scalar/
|
|
202
|
+
"@scalar/use-hooks": "0.1.24",
|
|
203
|
+
"@scalar/use-codemirror": "0.11.72",
|
|
204
|
+
"@scalar/themes": "0.9.70",
|
|
205
205
|
"@scalar/use-toasts": "0.7.9",
|
|
206
|
-
"@scalar/use-
|
|
206
|
+
"@scalar/use-tooltip": "1.0.6"
|
|
207
207
|
},
|
|
208
208
|
"devDependencies": {
|
|
209
209
|
"@types/shell-quote": "^1.7.5",
|
|
@@ -219,8 +219,8 @@
|
|
|
219
219
|
"vite": "^5.4.10",
|
|
220
220
|
"vite-svg-loader": "^5.1.0",
|
|
221
221
|
"vitest": "^1.6.0",
|
|
222
|
-
"@scalar/
|
|
223
|
-
"@scalar/
|
|
222
|
+
"@scalar/build-tooling": "0.1.15",
|
|
223
|
+
"@scalar/galaxy": "0.2.22"
|
|
224
224
|
},
|
|
225
225
|
"scripts": {
|
|
226
226
|
"build": "scalar-build-vite",
|