@khanacademy/simple-markdown
Advanced tools
Comparing version 0.0.0-PR1806-20241031162237 to 0.0.0-PR1810-20241206220055
@@ -5,6 +5,6 @@ import { addLibraryVersionToPerseusDebug } from '@khanacademy/perseus-core'; | ||
const libName = "@khanacademy/simple-markdown"; | ||
const libVersion = "0.13.3"; | ||
const libVersion = "0.13.6"; | ||
addLibraryVersionToPerseusDebug(libName, libVersion); | ||
/* eslint-disable prefer-spread, no-regex-spaces, @typescript-eslint/no-unused-vars, guard-for-in, no-console, no-var */ | ||
/* eslint-disable prefer-spread, no-regex-spaces, guard-for-in, no-console, no-var */ | ||
@@ -378,2 +378,5 @@ // Type Definitions: | ||
var TABLES = function () { | ||
// predefine regexes so we don't have to create them inside functions | ||
// sure, regex literals should be fast, even inside functions, but they | ||
// aren't in all browsers. | ||
var TABLE_ROW_SEPARATOR_TRIM = /^ *\| *| *\| *$/g; | ||
@@ -1402,2 +1405,3 @@ var TABLE_CELL_END_TRIM = / *$/; | ||
} | ||
// @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. | ||
return defaultImplicitParse.apply(null, args); | ||
@@ -1409,2 +1413,3 @@ }, | ||
} | ||
// @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. | ||
return defaultReactOutput.apply(null, args); | ||
@@ -1411,0 +1416,0 @@ } |
@@ -9,6 +9,6 @@ 'use strict'; | ||
const libName = "@khanacademy/simple-markdown"; | ||
const libVersion = "0.13.3"; | ||
const libVersion = "0.13.6"; | ||
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion); | ||
/* eslint-disable prefer-spread, no-regex-spaces, @typescript-eslint/no-unused-vars, guard-for-in, no-console, no-var */ | ||
/* eslint-disable prefer-spread, no-regex-spaces, guard-for-in, no-console, no-var */ | ||
@@ -382,2 +382,5 @@ // Type Definitions: | ||
var TABLES = function () { | ||
// predefine regexes so we don't have to create them inside functions | ||
// sure, regex literals should be fast, even inside functions, but they | ||
// aren't in all browsers. | ||
var TABLE_ROW_SEPARATOR_TRIM = /^ *\| *| *\| *$/g; | ||
@@ -1407,2 +1410,3 @@ var TABLE_CELL_END_TRIM = / *$/; | ||
} | ||
// @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. | ||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { | ||
@@ -1417,2 +1421,3 @@ args[_key] = arguments[_key]; | ||
} | ||
// @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. | ||
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { | ||
@@ -1419,0 +1424,0 @@ args[_key2] = arguments[_key2]; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR1806-20241031162237", | ||
"version": "0.0.0-PR1810-20241206220055", | ||
"publishConfig": { | ||
@@ -29,3 +29,3 @@ "access": "public" | ||
"dependencies": { | ||
"@khanacademy/perseus-core": "0.0.0-PR1806-20241031162237" | ||
"@khanacademy/perseus-core": "0.0.0-PR1810-20241206220055" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
362419
2940
+ Added@khanacademy/perseus-core@0.0.0-PR1810-20241206220055(transitive)
- Removed@khanacademy/perseus-core@0.0.0-PR1806-20241031162237(transitive)
Updated@khanacademy/perseus-core@0.0.0-PR1810-20241206220055