@vxrn/mdx 1.1.358 → 1.1.359
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 +2 -2
- package/dist/index.js.map +2 -2
- package/dist/index.native.js +2 -2
- package/dist/index.native.js.map +2 -2
- package/package.json +1 -1
package/dist/index.native.js
CHANGED
|
@@ -28638,9 +28638,9 @@ var require_parser = __commonJS({
|
|
|
28638
28638
|
}
|
|
28639
28639
|
});
|
|
28640
28640
|
|
|
28641
|
-
// ../../node_modules/is-buffer/index.js
|
|
28641
|
+
// ../../node_modules/unified/node_modules/is-buffer/index.js
|
|
28642
28642
|
var require_is_buffer = __commonJS({
|
|
28643
|
-
"../../node_modules/is-buffer/index.js"(exports2, module2) {
|
|
28643
|
+
"../../node_modules/unified/node_modules/is-buffer/index.js"(exports2, module2) {
|
|
28644
28644
|
module2.exports = function(obj) {
|
|
28645
28645
|
return obj != null && obj.constructor != null && typeof obj.constructor.isBuffer == "function" && obj.constructor.isBuffer(obj);
|
|
28646
28646
|
};
|