@scalar/api-client 2.3.4 → 2.3.5

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,11 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 0fb83f2: fix: the tj actions in ci reference commit
8
+
3
9
  ## 2.3.4
4
10
 
5
11
  ### Patch Changes
@@ -36,7 +36,7 @@ const P = { class: "col-1 flex-center relative gap-6 p-2 capitalize" }, T = {
36
36
  }));
37
37
  }, y = (s) => {
38
38
  s != null && s.createNew && w.name === "request" && k();
39
- }, N = "2.3.4";
39
+ }, N = "2.3.5";
40
40
  return B(() => r.hotKeys.on(y)), E(() => r.hotKeys.off(y)), (s, e) => (u(), i("div", P, [
41
41
  o("div", {
42
42
  class: q(["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.3.4",
21
+ "version": "2.3.5",
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/icons": "0.1.3",
192
191
  "@scalar/components": "0.13.37",
193
- "@scalar/import": "0.3.2",
192
+ "@scalar/icons": "0.1.3",
194
193
  "@scalar/draggable": "0.1.11",
194
+ "@scalar/import": "0.3.2",
195
195
  "@scalar/oas-utils": "0.2.120",
196
196
  "@scalar/object-utils": "1.1.13",
197
197
  "@scalar/openapi-parser": "0.10.10",
198
198
  "@scalar/openapi-types": "0.1.9",
199
- "@scalar/postman-to-openapi": "0.1.43",
200
199
  "@scalar/snippetz": "0.2.16",
201
200
  "@scalar/themes": "0.9.79",
202
201
  "@scalar/types": "0.1.1",
202
+ "@scalar/postman-to-openapi": "0.1.43",
203
203
  "@scalar/use-codemirror": "0.11.82",
204
204
  "@scalar/use-hooks": "0.1.33",
205
- "@scalar/use-toasts": "0.7.9",
206
- "@scalar/use-tooltip": "1.0.6"
205
+ "@scalar/use-tooltip": "1.0.6",
206
+ "@scalar/use-toasts": "0.7.9"
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/galaxy": "0.2.24",
223
- "@scalar/build-tooling": "0.1.17"
222
+ "@scalar/build-tooling": "0.1.17",
223
+ "@scalar/galaxy": "0.2.24"
224
224
  },
225
225
  "scripts": {
226
226
  "build": "scalar-build-vite",