@scalar/api-reference 1.22.13 → 1.22.14
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 +10 -0
- package/dist/browser/standalone.js +3 -3
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/MarkdownRenderer/MarkdownRenderer.vue.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -41396,7 +41396,7 @@ const si = /* @__PURE__ */ te(Y8, [["render", B8], ["__scopeId", "data-v-dcabb13
|
|
|
41396
41396
|
innerHTML: t.value
|
|
41397
41397
|
}, null, 8, lV));
|
|
41398
41398
|
}
|
|
41399
|
-
}), yr = /* @__PURE__ */ te(cV, [["__scopeId", "data-v-
|
|
41399
|
+
}), yr = /* @__PURE__ */ te(cV, [["__scopeId", "data-v-a00e4bdd"]]), dV = ["title", "innerHTML"], uV = /* @__PURE__ */ F({
|
|
41400
41400
|
__name: "ServerItem",
|
|
41401
41401
|
props: {
|
|
41402
41402
|
value: {},
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"vue",
|
|
16
16
|
"vue3"
|
|
17
17
|
],
|
|
18
|
-
"version": "1.22.
|
|
18
|
+
"version": "1.22.14",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=18"
|
|
21
21
|
},
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"unhead": "^1.8.3",
|
|
70
70
|
"unified": "^11.0.4",
|
|
71
71
|
"vue-sonner": "^1.0.3",
|
|
72
|
-
"@scalar/api-client": "1.2.
|
|
72
|
+
"@scalar/api-client": "1.2.9",
|
|
73
73
|
"@scalar/components": "0.5.5",
|
|
74
74
|
"@scalar/oas-utils": "0.1.6",
|
|
75
|
-
"@scalar/themes": "0.7.
|
|
75
|
+
"@scalar/themes": "0.7.6",
|
|
76
76
|
"@scalar/use-modal": "0.3.0",
|
|
77
77
|
"@scalar/use-tooltip": "0.6.0"
|
|
78
78
|
},
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"storybook": "^8.0.8",
|
|
95
95
|
"storybook-dark-mode": "^4.0.1",
|
|
96
96
|
"tsc-alias": "^1.8.8",
|
|
97
|
-
"vite": "^5.2.9",
|
|
98
97
|
"vite-plugin-banner": "^0.7.1",
|
|
98
|
+
"vite": "^5.2.10",
|
|
99
99
|
"vite-plugin-css-injected-by-js": "^3.4.0",
|
|
100
100
|
"vite-plugin-lib-inject-css": "^2.0.1",
|
|
101
101
|
"vitest": "^1.5.0",
|