@vxrn/mdx 1.21.7 → 1.21.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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/processImageMeta.ts +2 -2
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
|
|
22859
|
+
return sharpModule.default;
|
|
22860
22860
|
} catch {
|
|
22861
22861
|
return null;
|
|
22862
22862
|
}
|