@scalar/api-client 2.5.3 → 2.5.4

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,17 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8bc9f20]
8
+ - @scalar/helpers@0.0.3
9
+ - @scalar/import@0.4.8
10
+ - @scalar/oas-utils@0.4.4
11
+ - @scalar/postman-to-openapi@0.3.7
12
+ - @scalar/components@0.14.7
13
+ - @scalar/use-codemirror@0.12.8
14
+
3
15
  ## 2.5.3
4
16
 
5
17
  ### Patch Changes
package/dist/routes.d.ts CHANGED
@@ -49,7 +49,7 @@ export declare const modalRoutes: ({
49
49
  name: string;
50
50
  path: string;
51
51
  component: () => Promise<typeof import("./views/Request/RequestRoot.vue")>;
52
- redirect: (to: import("vue-router").RouteLocation) => {
52
+ redirect: (to: import("vue-router").RouteLocationGeneric) => {
53
53
  name: string;
54
54
  params: {
55
55
  request: string;
@@ -113,7 +113,7 @@ export declare const routes: ({
113
113
  name: string;
114
114
  path: string;
115
115
  component: () => Promise<typeof import("./views/Request/RequestRoot.vue")>;
116
- redirect: (to: import("vue-router").RouteLocation) => {
116
+ redirect: (to: import("vue-router").RouteLocationGeneric) => {
117
117
  name: string;
118
118
  params: {
119
119
  request: string;
@@ -151,7 +151,7 @@ export declare const routes: ({
151
151
  } | {
152
152
  name: string;
153
153
  path: string;
154
- redirect: (to: import("vue-router").RouteLocation) => {
154
+ redirect: (to: import("vue-router").RouteLocationGeneric) => {
155
155
  name: string;
156
156
  params: {
157
157
  environment: string;
@@ -174,7 +174,7 @@ export declare const routes: ({
174
174
  } | {
175
175
  name: string;
176
176
  path: string;
177
- redirect: (to: import("vue-router").RouteLocation) => {
177
+ redirect: (to: import("vue-router").RouteLocationGeneric) => {
178
178
  name: string;
179
179
  params: {
180
180
  cookies: string;
@@ -185,7 +185,7 @@ export declare const routes: ({
185
185
  } | {
186
186
  name: string;
187
187
  path: string;
188
- redirect: (to: import("vue-router").RouteLocation) => {
188
+ redirect: (to: import("vue-router").RouteLocationGeneric) => {
189
189
  name: string;
190
190
  params: {
191
191
  collection: string;
@@ -197,7 +197,7 @@ export declare const routes: ({
197
197
  } | {
198
198
  name: string;
199
199
  path: string;
200
- redirect: (to: import("vue-router").RouteLocation) => {
200
+ redirect: (to: import("vue-router").RouteLocationGeneric) => {
201
201
  name: string;
202
202
  params: {
203
203
  settings: string;
@@ -34,7 +34,7 @@ const W = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
34
34
  }));
35
35
  }, k = (o) => {
36
36
  o != null && o.createNew && g.name === "request" && f();
37
- }, w = "2.5.3";
37
+ }, w = "2.5.4";
38
38
  return R(() => a.hotKeys.on(k)), v(() => a.hotKeys.off(k)), (o, e) => (u(), i("div", W, [
39
39
  s("div", {
40
40
  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.5.3",
21
+ "version": "2.5.4",
22
22
  "engines": {
23
23
  "node": ">=20"
24
24
  },
@@ -204,22 +204,22 @@
204
204
  "whatwg-mimetype": "^4.0.0",
205
205
  "yaml": "^2.4.5",
206
206
  "zod": "3.24.1",
207
- "@scalar/components": "0.14.6",
207
+ "@scalar/helpers": "0.0.3",
208
208
  "@scalar/icons": "0.4.2",
209
209
  "@scalar/draggable": "0.2.0",
210
- "@scalar/import": "0.4.7",
211
- "@scalar/helpers": "0.0.2",
212
- "@scalar/oas-utils": "0.4.3",
213
- "@scalar/object-utils": "1.2.1",
210
+ "@scalar/import": "0.4.8",
211
+ "@scalar/components": "0.14.7",
212
+ "@scalar/oas-utils": "0.4.4",
214
213
  "@scalar/openapi-parser": "0.15.0",
214
+ "@scalar/object-utils": "1.2.1",
215
215
  "@scalar/openapi-types": "0.3.2",
216
- "@scalar/postman-to-openapi": "0.3.6",
216
+ "@scalar/postman-to-openapi": "0.3.7",
217
217
  "@scalar/snippetz": "0.3.0",
218
218
  "@scalar/types": "0.2.2",
219
- "@scalar/use-codemirror": "0.12.7",
220
- "@scalar/themes": "0.13.2",
219
+ "@scalar/use-codemirror": "0.12.8",
221
220
  "@scalar/use-hooks": "0.2.2",
222
221
  "@scalar/use-toasts": "0.8.0",
222
+ "@scalar/themes": "0.13.2",
223
223
  "@scalar/use-tooltip": "1.1.0"
224
224
  },
225
225
  "devDependencies": {