@scalar/api-client 2.2.29 → 2.2.30

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.
@@ -0,0 +1,2 @@
1
+ export { default as RequestSection } from './RequestSection.vue.js';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./RequestSection.vue.js";
2
+ export {
3
+ o as RequestSection
4
+ };
@@ -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.29";
20
+ }, h = "2.2.30";
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", {
@@ -0,0 +1,2 @@
1
+ export { default as ResponseSection } from './ResponseSection.vue.js';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/ResponseSection/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { default as s } from "./ResponseSection.vue.js";
2
+ export {
3
+ s as ResponseSection
4
+ };
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "rest",
19
19
  "testing"
20
20
  ],
21
- "version": "2.2.29",
21
+ "version": "2.2.30",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -50,6 +50,16 @@
50
50
  "types": "./dist/views/Request/components/index.d.ts",
51
51
  "default": "./dist/views/Request/components/index.js"
52
52
  },
53
+ "./views/Request/ResponseSection": {
54
+ "import": "./dist/views/Request/ResponseSection/index.js",
55
+ "types": "./dist/views/Request/ResponseSection/index.d.ts",
56
+ "default": "./dist/views/Request/ResponseSection/index.js"
57
+ },
58
+ "./views/Request/RequestSection": {
59
+ "import": "./dist/views/Request/RequestSection/index.js",
60
+ "types": "./dist/views/Request/RequestSection/index.d.ts",
61
+ "default": "./dist/views/Request/RequestSection/index.js"
62
+ },
53
63
  "./views/Request/RequestSection/RequestAuth": {
54
64
  "import": "./dist/views/Request/RequestSection/RequestAuth/index.js",
55
65
  "types": "./dist/views/Request/RequestSection/RequestAuth/index.d.ts",
@@ -169,21 +179,21 @@
169
179
  "whatwg-mimetype": "^4.0.0",
170
180
  "yaml": "^2.4.5",
171
181
  "zod": "^3.23.8",
172
- "@scalar/draggable": "0.1.8",
173
182
  "@scalar/components": "0.13.12",
174
- "@scalar/import": "0.2.15",
183
+ "@scalar/draggable": "0.1.8",
175
184
  "@scalar/icons": "0.1.2",
176
185
  "@scalar/oas-utils": "0.2.95",
177
186
  "@scalar/object-utils": "1.1.12",
187
+ "@scalar/import": "0.2.15",
178
188
  "@scalar/openapi-parser": "0.10.2",
179
189
  "@scalar/openapi-types": "0.1.5",
180
190
  "@scalar/postman-to-openapi": "0.1.18",
181
191
  "@scalar/themes": "0.9.58",
182
192
  "@scalar/types": "0.0.25",
183
- "@scalar/use-hooks": "0.1.12",
184
193
  "@scalar/use-codemirror": "0.11.56",
185
- "@scalar/use-toasts": "0.7.8",
186
- "@scalar/use-tooltip": "1.0.5"
194
+ "@scalar/use-hooks": "0.1.12",
195
+ "@scalar/use-tooltip": "1.0.5",
196
+ "@scalar/use-toasts": "0.7.8"
187
197
  },
188
198
  "devDependencies": {
189
199
  "@types/js-cookie": "^3.0.6",