@khanacademy/simple-markdown
Advanced tools
Comparing version 0.13.6 to 0.13.7
@@ -5,3 +5,3 @@ import { addLibraryVersionToPerseusDebug } from '@khanacademy/perseus-core'; | ||
const libName = "@khanacademy/simple-markdown"; | ||
const libVersion = "0.13.6"; | ||
const libVersion = "0.13.7"; | ||
addLibraryVersionToPerseusDebug(libName, libVersion); | ||
@@ -295,3 +295,3 @@ | ||
} | ||
} catch (e) { | ||
} catch (_unused) { | ||
// invalid URLs should throw a TypeError | ||
@@ -298,0 +298,0 @@ // see for instance: `new URL("");` |
@@ -9,3 +9,3 @@ 'use strict'; | ||
const libName = "@khanacademy/simple-markdown"; | ||
const libVersion = "0.13.6"; | ||
const libVersion = "0.13.7"; | ||
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion); | ||
@@ -299,3 +299,3 @@ | ||
} | ||
} catch (e) { | ||
} catch { | ||
// invalid URLs should throw a TypeError | ||
@@ -302,0 +302,0 @@ // see for instance: `new URL("");` |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.13.6", | ||
"version": "0.13.7", | ||
"publishConfig": { | ||
@@ -29,3 +29,3 @@ "access": "public" | ||
"dependencies": { | ||
"@khanacademy/perseus-core": "1.5.3" | ||
"@khanacademy/perseus-core": "2.0.0" | ||
}, | ||
@@ -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
362356
+ Added@khanacademy/perseus-core@2.0.0(transitive)
- Removed@khanacademy/perseus-core@1.5.3(transitive)