@khanacademy/simple-markdown
Advanced tools
Comparing version 0.0.0-PR1813-20241031163309 to 0.0.0-PR1862-20241120222421
@@ -5,3 +5,3 @@ import { addLibraryVersionToPerseusDebug } from '@khanacademy/perseus-core'; | ||
const libName = "@khanacademy/simple-markdown"; | ||
const libVersion = "0.13.3"; | ||
const libVersion = "0.13.4"; | ||
addLibraryVersionToPerseusDebug(libName, libVersion); | ||
@@ -1401,2 +1401,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 defaultImplicitParse.apply(null, args); | ||
@@ -1408,2 +1409,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); | ||
@@ -1410,0 +1412,0 @@ } |
@@ -9,3 +9,3 @@ 'use strict'; | ||
const libName = "@khanacademy/simple-markdown"; | ||
const libVersion = "0.13.3"; | ||
const libVersion = "0.13.4"; | ||
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion); | ||
@@ -1406,2 +1406,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. | ||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { | ||
@@ -1416,2 +1417,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++) { | ||
@@ -1418,0 +1420,0 @@ args[_key2] = arguments[_key2]; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR1813-20241031163309", | ||
"version": "0.0.0-PR1862-20241120222421", | ||
"publishConfig": { | ||
@@ -29,3 +29,3 @@ "access": "public" | ||
"dependencies": { | ||
"@khanacademy/perseus-core": "0.0.0-PR1813-20241031163309" | ||
"@khanacademy/perseus-core": "1.5.3" | ||
}, | ||
@@ -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
362225
2934
+ Added@khanacademy/perseus-core@1.5.3(transitive)
- Removed@khanacademy/perseus-core@0.0.0-PR1813-20241031163309(transitive)