@scalar/fastify-api-reference 0.6.32 → 0.6.33

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,12 @@
1
1
  # @scalar/fastify-api-reference
2
2
 
3
+ ## 0.6.33
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [45ac0aaa]
8
+ - @scalar/api-reference@0.7.9
9
+
3
10
  ## 0.6.32
4
11
 
5
12
  ### Patch Changes
@@ -51257,7 +51257,7 @@ ${o}]` : `[${t.join(a)}]`;
51257
51257
  class: st(["parameter-required", (o = r.required) != null && o.includes(i) ? "parameter__required" : ""])
51258
51258
  }, je((a = r.required) != null && a.includes(i) ? "required" : "optional"), 3),
51259
51259
  j("span", TAe, je(r.contentProperties[i].type), 1),
51260
- r.contentProperties[i].description ? (Y(), ie("p", CAe, " description ")) : De("", !0),
51260
+ r.contentProperties[i].description ? (Y(), ie("p", CAe, je(r.contentProperties[i].description), 1)) : De("", !0),
51261
51261
  Object.keys(r.contentProperties[i].properties || {}).length > 0 ? (Y(), ie("div", {
51262
51262
  key: 1,
51263
51263
  class: st(["parameter-child", { "parameter-child__open": e.value }])
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@scalar/fastify-api-reference",
3
3
  "description": "a fastify plugin to render an API reference from a Swagger spec",
4
- "version": "0.6.32",
4
+ "version": "0.6.33",
5
5
  "author": "Scalar (https://github.com/scalar)",
6
6
  "bugs": "https://github.com/scalar/scalar/issues/new",
7
7
  "dependencies": {
8
8
  "ejs": "3.1.9",
9
- "@scalar/api-reference": "0.7.8"
9
+ "@scalar/api-reference": "0.7.9"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@vitejs/plugin-vue": "4.3.4",