@scalar/api-client 2.2.2 → 2.2.3
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,16 @@
|
|
|
1
1
|
# @scalar/api-client
|
|
2
2
|
|
|
3
|
+
## 2.2.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [1fa0d20]
|
|
8
|
+
- @scalar/themes@0.9.52
|
|
9
|
+
- @scalar/components@0.12.76
|
|
10
|
+
- @scalar/oas-utils@0.2.81
|
|
11
|
+
- @scalar/use-hooks@0.1.5
|
|
12
|
+
- @scalar/use-codemirror@0.11.43
|
|
13
|
+
|
|
3
14
|
## 2.2.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -17,7 +17,7 @@ const B = { class: "relative col-1 flex-center gap-6 p-2 capitalize" }, E = {
|
|
|
17
17
|
a.commandPalette.emit({ commandName: "Create Request" });
|
|
18
18
|
}, y = (i) => {
|
|
19
19
|
i != null && i.createNew && v.name === "request" && f();
|
|
20
|
-
}, h = "2.2.
|
|
20
|
+
}, h = "2.2.3";
|
|
21
21
|
return R(() => a.hotKeys.on(y)), C(() => a.hotKeys.off(y)), (i, e) => (n(), l("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.
|
|
21
|
+
"version": "2.2.3",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=18"
|
|
24
24
|
},
|
|
@@ -155,20 +155,20 @@
|
|
|
155
155
|
"whatwg-mimetype": "^4.0.0",
|
|
156
156
|
"yaml": "^2.4.5",
|
|
157
157
|
"zod": "^3.23.8",
|
|
158
|
-
"@scalar/components": "0.12.
|
|
159
|
-
"@scalar/icons": "0.1.2",
|
|
158
|
+
"@scalar/components": "0.12.76",
|
|
160
159
|
"@scalar/draggable": "0.1.7",
|
|
160
|
+
"@scalar/oas-utils": "0.2.81",
|
|
161
161
|
"@scalar/import": "0.1.2",
|
|
162
|
-
"@scalar/oas-utils": "0.2.80",
|
|
163
162
|
"@scalar/object-utils": "1.1.12",
|
|
164
|
-
"@scalar/openapi-types": "0.1.5",
|
|
165
163
|
"@scalar/openapi-parser": "0.8.10",
|
|
166
|
-
"@scalar/
|
|
167
|
-
"@scalar/
|
|
164
|
+
"@scalar/icons": "0.1.2",
|
|
165
|
+
"@scalar/openapi-types": "0.1.5",
|
|
166
|
+
"@scalar/themes": "0.9.52",
|
|
167
|
+
"@scalar/use-codemirror": "0.11.43",
|
|
168
|
+
"@scalar/use-hooks": "0.1.5",
|
|
168
169
|
"@scalar/use-toasts": "0.7.7",
|
|
169
|
-
"@scalar/
|
|
170
|
-
"@scalar/use-tooltip": "1.0.4"
|
|
171
|
-
"@scalar/themes": "0.9.51"
|
|
170
|
+
"@scalar/types": "0.0.21",
|
|
171
|
+
"@scalar/use-tooltip": "1.0.4"
|
|
172
172
|
},
|
|
173
173
|
"devDependencies": {
|
|
174
174
|
"@types/js-cookie": "^3.0.6",
|