@scalar/api-reference 1.20.21 → 1.20.23
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 +14 -0
- package/dist/browser/standalone.js +2 -2
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +4 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -40228,6 +40228,10 @@ const kq = (r) => new Promise(async (e, t) => {
|
|
|
40228
40228
|
typeof ((b = r.tags[g]) == null ? void 0 : b.operations) > "u" && (r.tags[g].operations = []), r.tags[g].operations.push(a);
|
|
40229
40229
|
});
|
|
40230
40230
|
});
|
|
40231
|
+
}), r.tags.forEach((n, s) => {
|
|
40232
|
+
var o;
|
|
40233
|
+
const i = n["x-displayName"];
|
|
40234
|
+
i && ((o = r.tags) != null && o[s]) && (r.tags[s].name = i);
|
|
40231
40235
|
});
|
|
40232
40236
|
const t = {
|
|
40233
40237
|
...r,
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"vue",
|
|
16
16
|
"vue3"
|
|
17
17
|
],
|
|
18
|
-
"version": "1.20.
|
|
18
|
+
"version": "1.20.23",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=18"
|
|
21
21
|
},
|
|
@@ -69,11 +69,11 @@
|
|
|
69
69
|
"unhead": "^1.8.3",
|
|
70
70
|
"unified": "^11.0.4",
|
|
71
71
|
"vue-sonner": "^1.0.3",
|
|
72
|
-
"@scalar/api-client": "1.1.
|
|
72
|
+
"@scalar/api-client": "1.1.14",
|
|
73
|
+
"@scalar/components": "0.4.10",
|
|
74
|
+
"@scalar/oas-utils": "0.1.3",
|
|
73
75
|
"@scalar/themes": "0.6.7",
|
|
74
76
|
"@scalar/use-modal": "0.2.9",
|
|
75
|
-
"@scalar/components": "0.4.9",
|
|
76
|
-
"@scalar/oas-utils": "0.1.3",
|
|
77
77
|
"@scalar/use-tooltip": "0.5.12"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|