@vxrn/mdx 1.1.358 → 1.1.360
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.js
CHANGED
|
@@ -7504,9 +7504,9 @@ var require_parser = __commonJS({
|
|
|
7504
7504
|
}
|
|
7505
7505
|
});
|
|
7506
7506
|
|
|
7507
|
-
// ../../node_modules/is-buffer/index.js
|
|
7507
|
+
// ../../node_modules/unified/node_modules/is-buffer/index.js
|
|
7508
7508
|
var require_is_buffer = __commonJS({
|
|
7509
|
-
"../../node_modules/is-buffer/index.js"(exports2, module2) {
|
|
7509
|
+
"../../node_modules/unified/node_modules/is-buffer/index.js"(exports2, module2) {
|
|
7510
7510
|
module2.exports = function(obj) {
|
|
7511
7511
|
return obj != null && obj.constructor != null && typeof obj.constructor.isBuffer == "function" && obj.constructor.isBuffer(obj);
|
|
7512
7512
|
};
|