@khanacademy/simple-markdown 0.13.4 → 0.13.5
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/es/index.js +3 -1
- package/dist/es/index.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ var perseusCore = require('@khanacademy/perseus-core');
|
|
|
6
6
|
|
|
7
7
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
8
8
|
const libName = "@khanacademy/simple-markdown";
|
|
9
|
-
const libVersion = "0.13.
|
|
9
|
+
const libVersion = "0.13.5";
|
|
10
10
|
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
11
11
|
|
|
12
12
|
/* eslint-disable prefer-spread, no-regex-spaces, @typescript-eslint/no-unused-vars, guard-for-in, no-console, no-var */
|
|
@@ -1402,6 +1402,7 @@ var SimpleMarkdown = {
|
|
|
1402
1402
|
if (typeof console !== "undefined") {
|
|
1403
1403
|
console.warn("defaultParse is deprecated, please use `defaultImplicitParse`");
|
|
1404
1404
|
}
|
|
1405
|
+
// @ts-expect-error - Argument of type 'any[]' is not assignable to parameter of type '[node: ASTNode, state?: State | null | undefined]'. Target requires 1 element(s) but source may have fewer.
|
|
1405
1406
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
1406
1407
|
args[_key] = arguments[_key];
|
|
1407
1408
|
}
|
|
@@ -1411,6 +1412,7 @@ var SimpleMarkdown = {
|
|
|
1411
1412
|
if (typeof console !== "undefined") {
|
|
1412
1413
|
console.warn("defaultOutput is deprecated, please use `defaultReactOutput`");
|
|
1413
1414
|
}
|
|
1415
|
+
// @ts-expect-error - Argument of type 'any[]' is not assignable to parameter of type '[node: ASTNode, state?: State | null | undefined]'. Target requires 1 element(s) but source may have fewer.
|
|
1414
1416
|
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
1415
1417
|
args[_key2] = arguments[_key2];
|
|
1416
1418
|
}
|