@ox-content/vite-plugin 2.14.0 → 2.15.0

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/dist/index.cjs CHANGED
@@ -773,7 +773,8 @@ function toRustDocsModules(docs) {
773
773
  file: entry.file,
774
774
  line: entry.line,
775
775
  endLine: entry.endLine,
776
- signature: entry.signature
776
+ signature: entry.signature,
777
+ members: entry.members
777
778
  }))
778
779
  }));
779
780
  }