@scalar/api-reference 0.7.8 → 0.7.9

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,11 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 0.7.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 45ac0aaa: fix missing property description
8
+
3
9
  ## 0.7.8
4
10
 
5
11
  ### Patch Changes
@@ -69667,7 +69667,7 @@ ${closingBraceIndent}]`;
69667
69667
  class: normalizeClass(["parameter-required", ((_a3 = _ctx.required) == null ? void 0 : _a3.includes(name2)) ? "parameter__required" : ""])
69668
69668
  }, toDisplayString(((_b2 = _ctx.required) == null ? void 0 : _b2.includes(name2)) ? "required" : "optional"), 3),
69669
69669
  createBaseVNode("span", _hoisted_2$f, toDisplayString(_ctx.contentProperties[name2].type), 1),
69670
- _ctx.contentProperties[name2].description ? (openBlock(), createElementBlock("p", _hoisted_3$c, " description ")) : createCommentVNode("", true),
69670
+ _ctx.contentProperties[name2].description ? (openBlock(), createElementBlock("p", _hoisted_3$c, toDisplayString(_ctx.contentProperties[name2].description), 1)) : createCommentVNode("", true),
69671
69671
  Object.keys(_ctx.contentProperties[name2].properties || {}).length > 0 ? (openBlock(), createElementBlock("div", {
69672
69672
  key: 1,
69673
69673
  class: normalizeClass(["parameter-child", { "parameter-child__open": open.value }])
@@ -1 +1 @@
1
- {"version":3,"file":"RequestBodyProperties.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/RequestBodyProperties.vue.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;;;;;;;;;;;;;;;;;;;;AAuMvD,wBAAkD"}
1
+ {"version":3,"file":"RequestBodyProperties.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ReferenceEndpoint/RequestBodyProperties.vue.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAA;;;;;;;;;;;;;;;;;;;;AAwMvD,wBAAkD"}
package/dist/index.js CHANGED
@@ -34002,7 +34002,7 @@ const is = /* @__PURE__ */ ie(EV, [["__scopeId", "data-v-d173780f"]]), XV = { cl
34002
34002
  class: he(["parameter-required", (i = t.required) != null && i.includes(o) ? "parameter__required" : ""])
34003
34003
  }, H((s = t.required) != null && s.includes(o) ? "required" : "optional"), 3),
34004
34004
  Q("span", YV, H(t.contentProperties[o].type), 1),
34005
- t.contentProperties[o].description ? (x(), C("p", LV, " description ")) : W("", !0),
34005
+ t.contentProperties[o].description ? (x(), C("p", LV, H(t.contentProperties[o].description), 1)) : W("", !0),
34006
34006
  Object.keys(t.contentProperties[o].properties || {}).length > 0 ? (x(), C("div", {
34007
34007
  key: 1,
34008
34008
  class: he(["parameter-child", { "parameter-child__open": e.value }])
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scalar/api-reference",
3
3
  "description": "generate beautiful API references from OpenAPI specs",
4
- "version": "0.7.8",
4
+ "version": "0.7.9",
5
5
  "author": "Scalar (https://github.com/scalar)",
6
6
  "browser": "./dist/browser/standalone.js",
7
7
  "bugs": "https://github.com/scalar/scalar/issues/new",