@scalar/api-reference 1.20.16 → 1.20.17
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 +6 -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 +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -42164,7 +42164,7 @@ const ml = /* @__PURE__ */ te(QV, [["render", CV], ["__scopeId", "data-v-b630668
|
|
|
42164
42164
|
]);
|
|
42165
42165
|
};
|
|
42166
42166
|
}
|
|
42167
|
-
}), Pz = /* @__PURE__ */ te($z, [["__scopeId", "data-v-
|
|
42167
|
+
}), Pz = /* @__PURE__ */ te($z, [["__scopeId", "data-v-b81fa822"]]), _z = (r) => (Yt("data-v-ca3a59c4"), r = r(), Lt(), r), xz = {
|
|
42168
42168
|
key: 0,
|
|
42169
42169
|
class: "property-description"
|
|
42170
42170
|
}, Qz = {
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"vue",
|
|
16
16
|
"vue3"
|
|
17
17
|
],
|
|
18
|
-
"version": "1.20.
|
|
18
|
+
"version": "1.20.17",
|
|
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/components": "0.4.8",
|
|
73
|
+
"@scalar/api-client": "1.1.11",
|
|
72
74
|
"@scalar/oas-utils": "0.1.2",
|
|
73
75
|
"@scalar/themes": "0.6.7",
|
|
74
|
-
"@scalar/api-client": "1.1.11",
|
|
75
76
|
"@scalar/use-modal": "0.2.9",
|
|
76
|
-
"@scalar/components": "0.4.8",
|
|
77
77
|
"@scalar/use-tooltip": "0.5.12"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|