@scalar/api-client 2.3.4 → 2.3.6
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 +29 -0
- package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBar.vue.js +1 -1
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +2 -2
- package/dist/components/CodeInput/CodeInput.vue2.js +2 -2
- package/dist/components/CommandPalette/CommandActionInput.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandActionInput.vue.js +2 -1
- package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteImport.vue.js +2 -2
- package/dist/components/CommandPalette/CommandPaletteImportCurl.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteImportCurl.vue.js +2 -2
- package/dist/components/CommandPalette/CommandPaletteImportCurl.vue2.js +6 -4
- package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteTag.vue.js +2 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +2 -2
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +1 -1
- package/dist/components/DataTable/DataTableInput.vue.js +1 -1
- package/dist/components/DataTable/DataTableInput.vue2.js +5 -7
- package/dist/components/ImportCollection/DropEventListener.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/DropEventListener.vue.js +2 -1
- package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportCollectionModal.vue.js +2 -1
- package/dist/components/ImportCollection/ImportNowButton.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/IntegrationLogo.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/IntegrationLogo.vue.js +2 -1
- package/dist/components/ImportCollection/OpenAppButton.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -1
- package/dist/components/OpenApiClientButton.vue.d.ts.map +1 -1
- package/dist/components/OpenApiClientButton.vue.js +2 -2
- package/dist/components/ScalarAsciiArt.vue.d.ts.map +1 -1
- package/dist/components/ScalarAsciiArt.vue.js +3 -3
- package/dist/components/SectionFilter.vue.d.ts.map +1 -1
- package/dist/components/SectionFilter.vue.js +2 -2
- package/dist/components/Server/ServerDropdown.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerDropdown.vue.js +2 -1
- package/dist/components/Server/ServerDropdownItem.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerDropdownItem.vue.js +2 -2
- package/dist/components/Server/ServerDropdownItem.vue2.js +2 -1
- package/dist/components/Server/ServerSelector.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerSelector.vue.js +4 -2
- package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNav.vue.js +4 -3
- package/dist/hooks/useFileDialog.d.ts.map +1 -1
- package/dist/hooks/useFileDialog.js +2 -1
- package/dist/hooks/useLayout.d.ts.map +1 -1
- package/dist/hooks/useResponseBody.d.ts.map +1 -1
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/hooks/useSidebar.js +2 -1
- package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
- package/dist/layouts/App/create-api-client-app.d.ts +1 -2
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.d.ts +2 -4
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Web/ApiClientWeb.vue.d.ts.map +1 -1
- package/dist/layouts/Web/create-api-client-web.d.ts +1 -2
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +2 -4
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/create-client.js +110 -112
- package/dist/libs/errors.d.ts.map +1 -1
- package/dist/libs/find-request.d.ts.map +1 -1
- package/dist/libs/find-request.js +4 -2
- package/dist/libs/formatters.d.ts.map +1 -1
- package/dist/libs/formatters.js +4 -3
- package/dist/libs/getOpenApiDocumentDetails.d.ts.map +1 -1
- package/dist/libs/hot-keys.d.ts.map +1 -1
- package/dist/libs/hot-keys.js +2 -1
- package/dist/libs/isUrl.d.ts.map +1 -1
- package/dist/libs/local-storage.d.ts.map +1 -1
- package/dist/libs/send-request/build-request-security.d.ts.map +1 -1
- package/dist/libs/send-request/create-fetch-body.d.ts.map +1 -1
- package/dist/libs/send-request/create-fetch-body.js +2 -1
- package/dist/libs/send-request/create-fetch-headers.d.ts.map +1 -1
- package/dist/libs/send-request/create-request-operation.d.ts.map +1 -1
- package/dist/libs/send-request/create-request-operation.js +2 -1
- package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
- package/dist/libs/send-request/set-request-cookies.d.ts.map +1 -1
- package/dist/libs/send-request/set-request-cookies.js +2 -1
- package/dist/libs/string-template.d.ts.map +1 -1
- package/dist/libs/validate-parameters.d.ts.map +1 -1
- package/dist/store/active-entities.d.ts.map +1 -1
- package/dist/store/active-entities.js +13 -8
- package/dist/store/collections.d.ts.map +1 -1
- package/dist/store/request-example.d.ts.map +1 -1
- package/dist/store/requests.d.ts.map +1 -1
- package/dist/store/requests.js +4 -2
- package/dist/store/router-params.d.ts.map +1 -1
- package/dist/store/security-schemes.d.ts.map +1 -1
- package/dist/store/servers.d.ts.map +1 -1
- package/dist/store/store.d.ts.map +1 -1
- package/dist/store/store.js +2 -1
- package/dist/store/tags.d.ts.map +1 -1
- package/dist/store/tags.js +2 -1
- package/dist/style.css +1 -1
- package/dist/views/Collection/CollectionInfoForm.vue.d.ts.map +1 -1
- package/dist/views/Collection/CollectionInfoForm.vue.js +2 -2
- package/dist/views/Collection/CollectionInfoForm.vue2.js +1 -1
- package/dist/views/Collection/CollectionOverview.vue.d.ts.map +1 -1
- package/dist/views/Collection/CollectionOverview.vue2.js +3 -3
- package/dist/views/Collection/CollectionServerForm.vue.d.ts.map +1 -1
- package/dist/views/Collection/CollectionServerForm.vue.js +4 -2
- package/dist/views/Collection/CollectionServers.vue.d.ts.map +1 -1
- package/dist/views/Collection/CollectionSettings.vue.d.ts.map +1 -1
- package/dist/views/Collection/CollectionSettings.vue.js +1 -1
- package/dist/views/Collection/CollectionSettings.vue2.js +2 -1
- package/dist/views/Collection/components/MarkdownInput.vue.js +2 -2
- package/dist/views/Collection/components/MarkdownInput.vue2.js +6 -6
- package/dist/views/Components/CodeSnippet/CodeSnippet.vue.d.ts.map +1 -1
- package/dist/views/Components/CodeSnippet/helpers/convert-to-har-request.d.ts.map +1 -1
- package/dist/views/Components/CodeSnippet/helpers/get-snippet.d.ts.map +1 -1
- package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
- package/dist/views/Environment/Environment.vue2.js +2 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +2 -1
- package/dist/views/Request/RequestRoot.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestRoot.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +2 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +6 -3
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.js +3 -3
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue2.js +2 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.js +3 -3
- package/dist/views/Request/RequestSection/RequestBody.vue2.js +3 -8
- package/dist/views/Request/RequestSection/RequestCodeExample.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestCodeExample.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestParams.vue.js +9 -7
- package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestPathParams.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.js +2 -2
- package/dist/views/Request/RequestSection/helpers/getting-started.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/helpers/getting-started.js +4 -2
- package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebar.vue.js +2 -2
- package/dist/views/Request/RequestSidebar.vue2.js +6 -3
- package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
- package/dist/views/Request/RequestSidebarItem.vue2.js +38 -36
- package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItemMenu.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +3 -2
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.js +2 -2
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.js +9 -9
- package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue.js +2 -2
- package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +2 -1
- package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
- package/dist/views/Request/handle-drag.d.ts.map +1 -1
- package/dist/views/Request/handle-drag.js +4 -2
- package/dist/views/Request/hooks/useOpenApiWatcher.d.ts.map +1 -1
- package/dist/views/Request/hooks/useOpenApiWatcher.js +4 -2
- package/dist/views/Request/libs/auth.d.ts.map +1 -1
- package/dist/views/Request/libs/auth.js +2 -1
- package/dist/views/Request/libs/oauth2.d.ts.map +1 -1
- package/dist/views/Request/libs/oauth2.js +6 -3
- package/dist/views/Request/libs/request.d.ts.map +1 -1
- package/dist/views/Request/libs/request.js +2 -1
- package/dist/views/Request/libs/watch-mode.d.ts.map +1 -1
- package/dist/views/Request/libs/watch-mode.js +50 -25
- package/package.json +14 -14
|
@@ -46,7 +46,8 @@ const G = (e, s = []) => {
|
|
|
46
46
|
}, v = (e, s, t) => {
|
|
47
47
|
for (const a of e) {
|
|
48
48
|
const u = s[a];
|
|
49
|
-
if (u && t(u))
|
|
49
|
+
if (u && t(u))
|
|
50
|
+
return u;
|
|
50
51
|
}
|
|
51
52
|
return null;
|
|
52
53
|
}, d = (e) => e instanceof i.ZodOptional ? d(e.unwrap()) : e instanceof i.ZodDefault ? d(e._def.innerType) : e instanceof i.ZodEffects ? d(e._def.schema) : e instanceof i.ZodCatch ? d(e._def.innerType) : e, _ = (e, s) => {
|
|
@@ -75,7 +76,8 @@ const G = (e, s = []) => {
|
|
|
75
76
|
return t;
|
|
76
77
|
}, E = (e, s) => {
|
|
77
78
|
const t = _(e, s.path);
|
|
78
|
-
if (!t)
|
|
79
|
+
if (!t)
|
|
80
|
+
return null;
|
|
79
81
|
const a = s.path.join("."), u = s.path.slice(0, -1).join(".");
|
|
80
82
|
if (s.type === "REMOVE")
|
|
81
83
|
return {
|
|
@@ -90,18 +92,21 @@ const G = (e, s = []) => {
|
|
|
90
92
|
value: n
|
|
91
93
|
} : null;
|
|
92
94
|
}, L = (e, { activeCollection: s }, { collectionMutators: t }) => {
|
|
93
|
-
if (!s.value)
|
|
95
|
+
if (!s.value)
|
|
96
|
+
return !1;
|
|
94
97
|
if (typeof e.path[e.path.length - 1] == "number" && (e.type === "CREATE" || e.type === "REMOVE")) {
|
|
95
98
|
const a = E(M, {
|
|
96
99
|
...e,
|
|
97
100
|
path: e.path
|
|
98
101
|
});
|
|
99
|
-
if (!a)
|
|
102
|
+
if (!a)
|
|
103
|
+
return !1;
|
|
100
104
|
const u = [...D(s.value, a.pathMinusOne)];
|
|
101
105
|
e.type === "CREATE" ? u.push(a.value) : e.type === "REMOVE" && u.pop(), t.edit(s.value.uid, a.pathMinusOne, u);
|
|
102
106
|
} else {
|
|
103
107
|
const a = E(M, e);
|
|
104
|
-
if (!a)
|
|
108
|
+
if (!a)
|
|
109
|
+
return !1;
|
|
105
110
|
t.edit(s.value.uid, a.path, a.value);
|
|
106
111
|
}
|
|
107
112
|
return !0;
|
|
@@ -116,7 +121,8 @@ const G = (e, s = []) => {
|
|
|
116
121
|
});
|
|
117
122
|
});
|
|
118
123
|
}, P = (e, { activeCollection: s }, t) => {
|
|
119
|
-
if (!s.value)
|
|
124
|
+
if (!s.value)
|
|
125
|
+
return !1;
|
|
120
126
|
const { requests: a, requestMutators: u } = t, [, n, r, ...l] = e.path;
|
|
121
127
|
if (n === "path" && e.type === "CHANGE")
|
|
122
128
|
s.value.requests.forEach((p) => {
|
|
@@ -137,7 +143,8 @@ const G = (e, s = []) => {
|
|
|
137
143
|
...e,
|
|
138
144
|
path: e.path.slice(3)
|
|
139
145
|
});
|
|
140
|
-
if (!p || !o)
|
|
146
|
+
if (!p || !o)
|
|
147
|
+
return !1;
|
|
141
148
|
const h = [...D(p, o.pathMinusOne)];
|
|
142
149
|
e.type === "CREATE" ? h.push(o.value) : e.type === "REMOVE" && h.pop(), u.edit(p.uid, o.pathMinusOne, h), (e.path[3] === "parameters" || e.path[3] === "requestBody") && T(p.uid, t);
|
|
143
150
|
} else if (e.type === "CREATE") {
|
|
@@ -158,7 +165,8 @@ const G = (e, s = []) => {
|
|
|
158
165
|
return m;
|
|
159
166
|
}));
|
|
160
167
|
const b = R(A, V, !1);
|
|
161
|
-
if (!b)
|
|
168
|
+
if (!b)
|
|
169
|
+
return !1;
|
|
162
170
|
u.add(b, s.value.uid);
|
|
163
171
|
} else if (e.type === "REMOVE") {
|
|
164
172
|
const p = v(
|
|
@@ -166,7 +174,8 @@ const G = (e, s = []) => {
|
|
|
166
174
|
a,
|
|
167
175
|
(o) => o.path === n && o.method === r
|
|
168
176
|
);
|
|
169
|
-
if (!p)
|
|
177
|
+
if (!p)
|
|
178
|
+
return !1;
|
|
170
179
|
u.delete(p, s.value.uid);
|
|
171
180
|
} else if (e.type === "CHANGE") {
|
|
172
181
|
const p = v(
|
|
@@ -174,47 +183,59 @@ const G = (e, s = []) => {
|
|
|
174
183
|
a,
|
|
175
184
|
(h) => h.path === n && h.method === r
|
|
176
185
|
), o = E(V, { ...e, path: l });
|
|
177
|
-
if (!p || !o)
|
|
186
|
+
if (!p || !o)
|
|
187
|
+
return !1;
|
|
178
188
|
u.edit(p.uid, o.path, o.value), (e.path[3] === "parameters" || e.path[3] === "requestBody") && T(p.uid, t);
|
|
179
189
|
}
|
|
180
190
|
return !0;
|
|
181
191
|
}, W = (e, { activeCollection: s }, { servers: t, serverMutators: a }) => {
|
|
182
|
-
if (!s.value)
|
|
192
|
+
if (!s.value)
|
|
193
|
+
return !1;
|
|
183
194
|
const [, u, ...n] = e.path;
|
|
184
195
|
if (n != null && n.length) {
|
|
185
196
|
const r = s.value.servers[u];
|
|
186
|
-
if (!r)
|
|
197
|
+
if (!r)
|
|
198
|
+
return !1;
|
|
187
199
|
const l = t[r], p = E(q, { ...e, path: n });
|
|
188
|
-
if (!l || !p)
|
|
200
|
+
if (!l || !p)
|
|
201
|
+
return !1;
|
|
189
202
|
const h = e.type === "REMOVE" && n[n.length - 1] === "variables" ? {} : p.value;
|
|
190
203
|
a.edit(r, p.path, h);
|
|
191
204
|
} else if (e.type === "REMOVE") {
|
|
192
|
-
if (!s.value.servers[u])
|
|
205
|
+
if (!s.value.servers[u])
|
|
206
|
+
return !1;
|
|
193
207
|
a.delete(s.value.servers[u], s.value.uid);
|
|
194
208
|
} else if (e.type === "CREATE") {
|
|
195
209
|
const r = R(e.value, q, !1);
|
|
196
|
-
if (!r)
|
|
210
|
+
if (!r)
|
|
211
|
+
return !1;
|
|
197
212
|
a.add(r, s.value.uid);
|
|
198
213
|
}
|
|
199
214
|
return !0;
|
|
200
215
|
}, I = (e, { activeCollection: s }, { tags: t, tagMutators: a }) => {
|
|
201
|
-
if (!s.value)
|
|
216
|
+
if (!s.value)
|
|
217
|
+
return !1;
|
|
202
218
|
const [, u, ...n] = e.path;
|
|
203
219
|
if (n != null && n.length) {
|
|
204
220
|
const r = s.value.tags[u];
|
|
205
|
-
if (!r)
|
|
221
|
+
if (!r)
|
|
222
|
+
return !1;
|
|
206
223
|
const l = t[r], p = E(S, { ...e, path: n });
|
|
207
|
-
if (!l || !p)
|
|
224
|
+
if (!l || !p)
|
|
225
|
+
return !1;
|
|
208
226
|
a.edit(r, p.path, p.value);
|
|
209
227
|
} else if (e.type === "REMOVE") {
|
|
210
228
|
const r = s.value.tags[u];
|
|
211
|
-
if (!r)
|
|
229
|
+
if (!r)
|
|
230
|
+
return !1;
|
|
212
231
|
const l = t[r];
|
|
213
|
-
if (!l)
|
|
232
|
+
if (!l)
|
|
233
|
+
return !1;
|
|
214
234
|
a.delete(l, s.value.uid);
|
|
215
235
|
} else if (e.type === "CREATE") {
|
|
216
236
|
const r = R(e.value, S, !1);
|
|
217
|
-
if (!r)
|
|
237
|
+
if (!r)
|
|
238
|
+
return !1;
|
|
218
239
|
a.add(r, s.value.uid);
|
|
219
240
|
}
|
|
220
241
|
return !0;
|
|
@@ -227,7 +248,8 @@ const G = (e, s = []) => {
|
|
|
227
248
|
}
|
|
228
249
|
return null;
|
|
229
250
|
}, J = (e, { activeCollection: s }, { securitySchemes: t, securitySchemeMutators: a }) => {
|
|
230
|
-
if (!s.value)
|
|
251
|
+
if (!s.value)
|
|
252
|
+
return !1;
|
|
231
253
|
const [, , u, ...n] = e.path, r = t[u] ?? v(
|
|
232
254
|
s.value.securitySchemes,
|
|
233
255
|
t,
|
|
@@ -235,13 +257,16 @@ const G = (e, s = []) => {
|
|
|
235
257
|
);
|
|
236
258
|
if (n != null && n.length) {
|
|
237
259
|
const l = w(Z, "type", (r == null ? void 0 : r.type) ?? "");
|
|
238
|
-
if (!l || !r)
|
|
260
|
+
if (!l || !r)
|
|
261
|
+
return !1;
|
|
239
262
|
const p = E(l, { ...e, path: n });
|
|
240
|
-
if (!p)
|
|
263
|
+
if (!p)
|
|
264
|
+
return !1;
|
|
241
265
|
const o = p.path;
|
|
242
266
|
a.edit(r.uid, o, p.value);
|
|
243
267
|
} else if (e.type === "REMOVE") {
|
|
244
|
-
if (!r)
|
|
268
|
+
if (!r)
|
|
269
|
+
return !1;
|
|
245
270
|
a.delete(r.uid);
|
|
246
271
|
} else e.type === "CREATE" && a.add(Z.parse(e.value), s.value.uid);
|
|
247
272
|
return !0;
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"rest",
|
|
19
19
|
"testing"
|
|
20
20
|
],
|
|
21
|
-
"version": "2.3.
|
|
21
|
+
"version": "2.3.6",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=18"
|
|
24
24
|
},
|
|
@@ -188,20 +188,20 @@
|
|
|
188
188
|
"whatwg-mimetype": "^4.0.0",
|
|
189
189
|
"yaml": "^2.4.5",
|
|
190
190
|
"zod": "^3.23.8",
|
|
191
|
+
"@scalar/components": "0.13.38",
|
|
191
192
|
"@scalar/icons": "0.1.3",
|
|
192
|
-
"@scalar/
|
|
193
|
-
"@scalar/import": "0.3.2",
|
|
194
|
-
"@scalar/draggable": "0.1.11",
|
|
195
|
-
"@scalar/oas-utils": "0.2.120",
|
|
193
|
+
"@scalar/import": "0.3.3",
|
|
196
194
|
"@scalar/object-utils": "1.1.13",
|
|
197
|
-
"@scalar/openapi-parser": "0.10.
|
|
198
|
-
"@scalar/
|
|
199
|
-
"@scalar/postman-to-openapi": "0.1.
|
|
195
|
+
"@scalar/openapi-parser": "0.10.11",
|
|
196
|
+
"@scalar/oas-utils": "0.2.121",
|
|
197
|
+
"@scalar/postman-to-openapi": "0.1.44",
|
|
200
198
|
"@scalar/snippetz": "0.2.16",
|
|
201
|
-
"@scalar/
|
|
202
|
-
"@scalar/
|
|
203
|
-
"@scalar/use-codemirror": "0.11.
|
|
204
|
-
"@scalar/
|
|
199
|
+
"@scalar/openapi-types": "0.1.9",
|
|
200
|
+
"@scalar/themes": "0.9.80",
|
|
201
|
+
"@scalar/use-codemirror": "0.11.83",
|
|
202
|
+
"@scalar/types": "0.1.2",
|
|
203
|
+
"@scalar/use-hooks": "0.1.34",
|
|
204
|
+
"@scalar/draggable": "0.1.11",
|
|
205
205
|
"@scalar/use-toasts": "0.7.9",
|
|
206
206
|
"@scalar/use-tooltip": "1.0.6"
|
|
207
207
|
},
|
|
@@ -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.17",
|
|
223
|
+
"@scalar/galaxy": "0.2.24"
|
|
224
224
|
},
|
|
225
225
|
"scripts": {
|
|
226
226
|
"build": "scalar-build-vite",
|