@scalar/api-client 2.1.36 → 2.1.37

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,12 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 2.1.37
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [931106f]
8
+ - @scalar/oas-utils@0.2.64
9
+
3
10
  ## 2.1.36
4
11
 
5
12
  ### Patch Changes
@@ -14,7 +14,7 @@ const v = { class: "relative col-1 flex-center gap-6 p-2 capitalize" }, V = { cl
14
14
  s.commandPalette.emit({ commandName: "Create Request" });
15
15
  }, c = (n) => {
16
16
  n != null && n.createNew && x.name === "request" && m();
17
- }, y = "2.1.36";
17
+ }, y = "2.1.37";
18
18
  return R(() => s.hotKeys.on(c)), g(() => s.hotKeys.off(c)), (n, e) => (a(), l("div", v, [
19
19
  t("div", V, [
20
20
  o(f).isReadOnly ? u("", !0) : (a(), l("div", B, [
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "rest",
19
19
  "testing"
20
20
  ],
21
- "version": "2.1.36",
21
+ "version": "2.1.37",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -156,14 +156,14 @@
156
156
  "@scalar/components": "0.12.62",
157
157
  "@scalar/draggable": "0.1.6",
158
158
  "@scalar/icons": "0.1.1",
159
- "@scalar/oas-utils": "0.2.63",
159
+ "@scalar/oas-utils": "0.2.64",
160
160
  "@scalar/object-utils": "1.1.10",
161
161
  "@scalar/openapi-parser": "0.8.8",
162
+ "@scalar/openapi-types": "0.1.4",
162
163
  "@scalar/themes": "0.9.44",
163
- "@scalar/types": "0.0.17",
164
164
  "@scalar/use-codemirror": "0.11.29",
165
- "@scalar/openapi-types": "0.1.4",
166
165
  "@scalar/use-toasts": "0.7.7",
166
+ "@scalar/types": "0.0.17",
167
167
  "@scalar/use-tooltip": "1.0.3"
168
168
  },
169
169
  "devDependencies": {