@scalar/api-client 2.2.25 → 2.2.26

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,14 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a36fada]
8
+ - @scalar/oas-utils@0.2.94
9
+ - @scalar/import@0.2.14
10
+ - @scalar/postman-to-openapi@0.1.17
11
+
3
12
  ## 2.2.25
4
13
 
5
14
  ### Patch Changes
@@ -17,7 +17,7 @@ const K = { class: "relative col-1 flex-center gap-6 p-2 capitalize" }, A = {
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.25";
20
+ }, h = "2.2.26";
21
21
  return R(() => a.hotKeys.on(y)), C(() => a.hotKeys.off(y)), (i, e) => (r(), l("div", K, [
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.25",
21
+ "version": "2.2.26",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -171,18 +171,18 @@
171
171
  "zod": "^3.23.8",
172
172
  "@scalar/components": "0.13.10",
173
173
  "@scalar/icons": "0.1.2",
174
- "@scalar/import": "0.2.13",
175
174
  "@scalar/draggable": "0.1.8",
176
- "@scalar/object-utils": "1.1.12",
177
- "@scalar/oas-utils": "0.2.93",
178
175
  "@scalar/openapi-parser": "0.10.2",
176
+ "@scalar/import": "0.2.14",
177
+ "@scalar/object-utils": "1.1.12",
179
178
  "@scalar/openapi-types": "0.1.5",
180
- "@scalar/postman-to-openapi": "0.1.16",
179
+ "@scalar/postman-to-openapi": "0.1.17",
180
+ "@scalar/oas-utils": "0.2.94",
181
181
  "@scalar/themes": "0.9.58",
182
182
  "@scalar/types": "0.0.25",
183
183
  "@scalar/use-codemirror": "0.11.54",
184
- "@scalar/use-toasts": "0.7.7",
185
184
  "@scalar/use-hooks": "0.1.11",
185
+ "@scalar/use-toasts": "0.7.7",
186
186
  "@scalar/use-tooltip": "1.0.4"
187
187
  },
188
188
  "devDependencies": {
@@ -200,8 +200,8 @@
200
200
  "vite": "^5.4.10",
201
201
  "vite-svg-loader": "^5.1.0",
202
202
  "vitest": "^1.6.0",
203
- "@scalar/build-tooling": "0.1.12",
204
- "@scalar/galaxy": "0.2.16"
203
+ "@scalar/galaxy": "0.2.16",
204
+ "@scalar/build-tooling": "0.1.12"
205
205
  },
206
206
  "scripts": {
207
207
  "build": "vite build && pnpm types:build && tsc-alias -p tsconfig.build.json",