@readme/markdown 6.77.3 → 6.78.0
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 +1 -1
- package/dist/main.node.js +26 -20
- package/package.json +5 -7
package/dist/main.node.js
CHANGED
|
@@ -8465,7 +8465,7 @@ if (true) {
|
|
|
8465
8465
|
|
|
8466
8466
|
(function () {
|
|
8467
8467
|
var e = {
|
|
8468
|
-
|
|
8468
|
+
226: function _(e) {
|
|
8469
8469
|
var l = {
|
|
8470
8470
|
aspx: "asp",
|
|
8471
8471
|
bash: "shell",
|
|
@@ -8528,30 +8528,36 @@ if (true) {
|
|
|
8528
8528
|
return e in l ? l[e] : e;
|
|
8529
8529
|
};
|
|
8530
8530
|
},
|
|
8531
|
-
|
|
8531
|
+
980: function _(e) {
|
|
8532
8532
|
function l(e, l) {
|
|
8533
8533
|
return function (e) {
|
|
8534
8534
|
if (Array.isArray(e)) return e;
|
|
8535
8535
|
}(e) || function (e, l) {
|
|
8536
8536
|
var t = null == e ? null : "undefined" != typeof Symbol && e[Symbol.iterator] || e["@@iterator"];
|
|
8537
|
-
if (null
|
|
8538
|
-
|
|
8539
|
-
|
|
8540
|
-
|
|
8541
|
-
|
|
8542
|
-
|
|
8543
|
-
|
|
8544
|
-
|
|
8545
|
-
} catch (e) {
|
|
8546
|
-
o = !0, r = e;
|
|
8547
|
-
} finally {
|
|
8537
|
+
if (null != t) {
|
|
8538
|
+
var s,
|
|
8539
|
+
r,
|
|
8540
|
+
c,
|
|
8541
|
+
a,
|
|
8542
|
+
o = [],
|
|
8543
|
+
i = !0,
|
|
8544
|
+
p = !1;
|
|
8548
8545
|
try {
|
|
8549
|
-
|
|
8546
|
+
if (c = (t = t.call(e)).next, 0 === l) {
|
|
8547
|
+
if (Object(t) !== t) return;
|
|
8548
|
+
i = !1;
|
|
8549
|
+
} else for (; !(i = (s = c.call(t)).done) && (o.push(s.value), o.length !== l); i = !0);
|
|
8550
|
+
} catch (e) {
|
|
8551
|
+
p = !0, r = e;
|
|
8550
8552
|
} finally {
|
|
8551
|
-
|
|
8553
|
+
try {
|
|
8554
|
+
if (!i && null != t.return && (a = t.return(), Object(a) !== a)) return;
|
|
8555
|
+
} finally {
|
|
8556
|
+
if (p) throw r;
|
|
8557
|
+
}
|
|
8552
8558
|
}
|
|
8559
|
+
return o;
|
|
8553
8560
|
}
|
|
8554
|
-
return c;
|
|
8555
8561
|
}(e, l) || function (e, l) {
|
|
8556
8562
|
if (!e) return;
|
|
8557
8563
|
if ("string" == typeof e) return t(e, l);
|
|
@@ -8657,7 +8663,7 @@ if (true) {
|
|
|
8657
8663
|
}
|
|
8658
8664
|
};
|
|
8659
8665
|
},
|
|
8660
|
-
|
|
8666
|
+
548: function _(e) {
|
|
8661
8667
|
var l = {
|
|
8662
8668
|
asp: "ASP.NET",
|
|
8663
8669
|
aspx: "ASP.NET",
|
|
@@ -8818,10 +8824,10 @@ if (true) {
|
|
|
8818
8824
|
return a.a;
|
|
8819
8825
|
}
|
|
8820
8826
|
});
|
|
8821
|
-
var e = t(
|
|
8827
|
+
var e = t(226),
|
|
8822
8828
|
l = t.n(e),
|
|
8823
|
-
r = t(
|
|
8824
|
-
c = t(
|
|
8829
|
+
r = t(980),
|
|
8830
|
+
c = t(548),
|
|
8825
8831
|
a = t.n(c);
|
|
8826
8832
|
})(), module.exports = s;
|
|
8827
8833
|
})();
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@readme/markdown",
|
|
3
3
|
"description": "ReadMe's React-based Markdown parser",
|
|
4
4
|
"author": "Rafe Goldberg <rafe@readme.io>",
|
|
5
|
-
"version": "6.
|
|
5
|
+
"version": "6.78.0",
|
|
6
6
|
"main": "dist/main.node.js",
|
|
7
7
|
"browser": "dist/main.js",
|
|
8
8
|
"files": [
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@readme/emojis": "^5.1.0",
|
|
32
|
-
"@readme/syntax-highlighter": "^
|
|
32
|
+
"@readme/syntax-highlighter": "^13.0.0",
|
|
33
33
|
"copy-to-clipboard": "^3.3.3",
|
|
34
34
|
"emoji-regex": "^10.3.0",
|
|
35
35
|
"hast-util-sanitize": "^4.0.0",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"@readme/variable": "^16.0.0",
|
|
62
62
|
"@tippyjs/react": "^4.1.0",
|
|
63
|
-
"react": "
|
|
64
|
-
"react-dom": "
|
|
63
|
+
"react": "16.x || 17.x || 18.x",
|
|
64
|
+
"react-dom": "16.x || 17.x || 18.x"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@babel/core": "^7.24.0",
|
|
@@ -74,13 +74,12 @@
|
|
|
74
74
|
"@babel/preset-react": "^7.23.3",
|
|
75
75
|
"@commitlint/cli": "^19.0.3",
|
|
76
76
|
"@commitlint/config-conventional": "^19.0.3",
|
|
77
|
-
"@hot-loader/react-dom": "^16.14.0",
|
|
78
77
|
"@readme/eslint-config": "^13.5.0",
|
|
79
78
|
"@readme/stylelint-config": "^6.1.0",
|
|
80
79
|
"@semantic-release/changelog": "^6.0.3",
|
|
81
80
|
"@semantic-release/git": "^10.0.1",
|
|
82
81
|
"@testing-library/jest-dom": "^6.4.2",
|
|
83
|
-
"@testing-library/react": "^
|
|
82
|
+
"@testing-library/react": "^14.0.0",
|
|
84
83
|
"babel-jest": "^29.7.0",
|
|
85
84
|
"babel-loader": "^9.1.3",
|
|
86
85
|
"codemirror": "^5.54.0",
|
|
@@ -99,7 +98,6 @@
|
|
|
99
98
|
"postcss": "^8.4.35",
|
|
100
99
|
"prettier": "^3.2.5",
|
|
101
100
|
"puppeteer": "^22.4.0",
|
|
102
|
-
"react-hot-loader": "^4.13.1",
|
|
103
101
|
"regenerator-runtime": "^0.14.1",
|
|
104
102
|
"sass-loader": "^14.1.1",
|
|
105
103
|
"semantic-release": "^23.0.2",
|