@vxrn/mdx 1.21.6 → 1.21.8

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.js CHANGED
@@ -22856,7 +22856,7 @@ var import_node_path2 = require("node:path");
22856
22856
  async function getSharp() {
22857
22857
  try {
22858
22858
  const sharpModule = await import("sharp");
22859
- return sharpModule.default || sharpModule;
22859
+ return sharpModule.default;
22860
22860
  } catch {
22861
22861
  return null;
22862
22862
  }