@readme/markdown 6.66.0-beta.1 → 6.66.0-beta.2
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/main.js +2 -4
- package/dist/main.node.js +2 -4
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -15218,12 +15218,10 @@ function visit(tree, test, visitor, reverse) {
|
|
|
15218
15218
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15219
15219
|
|
|
15220
15220
|
"use strict";
|
|
15221
|
-
// ESM COMPAT FLAG
|
|
15222
|
-
__webpack_require__.r(__webpack_exports__);
|
|
15223
15221
|
|
|
15224
15222
|
// EXPORTS
|
|
15225
15223
|
__webpack_require__.d(__webpack_exports__, {
|
|
15226
|
-
"
|
|
15224
|
+
"Z": () => (/* binding */ esm)
|
|
15227
15225
|
});
|
|
15228
15226
|
|
|
15229
15227
|
// EXTERNAL MODULE: external {"amd":"react","commonjs":"react","commonjs2":"react","root":"React","umd":"react"}
|
|
@@ -156039,7 +156037,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
156039
156037
|
/* eslint-disable no-param-reassign */
|
|
156040
156038
|
|
|
156041
156039
|
__webpack_require__(72787);
|
|
156042
|
-
var MDXRuntime = __webpack_require__(32930);
|
|
156040
|
+
var MDXRuntime = (__webpack_require__(32930)/* ["default"] */ .Z);
|
|
156043
156041
|
var Variable = __webpack_require__(93689);
|
|
156044
156042
|
var generateTOC = __webpack_require__(33263);
|
|
156045
156043
|
var React = __webpack_require__(94466);
|
package/dist/main.node.js
CHANGED
|
@@ -16019,12 +16019,10 @@ function visit(tree, test, visitor, reverse) {
|
|
|
16019
16019
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16020
16020
|
|
|
16021
16021
|
"use strict";
|
|
16022
|
-
// ESM COMPAT FLAG
|
|
16023
|
-
__webpack_require__.r(__webpack_exports__);
|
|
16024
16022
|
|
|
16025
16023
|
// EXPORTS
|
|
16026
16024
|
__webpack_require__.d(__webpack_exports__, {
|
|
16027
|
-
"
|
|
16025
|
+
"Z": () => (/* binding */ esm)
|
|
16028
16026
|
});
|
|
16029
16027
|
|
|
16030
16028
|
// EXTERNAL MODULE: external {"amd":"react","commonjs":"react","commonjs2":"react","root":"React","umd":"react"}
|
|
@@ -166538,7 +166536,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
166538
166536
|
/* eslint-disable no-param-reassign */
|
|
166539
166537
|
|
|
166540
166538
|
__webpack_require__(72787);
|
|
166541
|
-
var MDXRuntime = __webpack_require__(43462);
|
|
166539
|
+
var MDXRuntime = (__webpack_require__(43462)/* ["default"] */ .Z);
|
|
166542
166540
|
var Variable = __webpack_require__(93689);
|
|
166543
166541
|
var generateTOC = __webpack_require__(33263);
|
|
166544
166542
|
var React = __webpack_require__(94466);
|
package/package.json
CHANGED