@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR1412-20240715154444 to 0.0.0-PR1666-20241004180620
@@ -22,2 +22,9 @@ export type VirtualKeypadVersion = "MATH_INPUT_KEYPAD_V2" | "REACT_NATIVE_KEYPAD"; | ||
} | { | ||
type: "perseus:interactive-graph-widget:rendered"; | ||
payload: { | ||
type: string; | ||
widgetType: string; | ||
widgetId: string; | ||
}; | ||
} | { | ||
type: "perseus:label-image:toggle-answers-hidden"; | ||
@@ -24,0 +31,0 @@ payload: null; |
@@ -45,3 +45,3 @@ /** | ||
const libName = "@khanacademy/perseus-core"; | ||
const libVersion = "1.4.2"; | ||
const libVersion = "1.5.1"; | ||
addLibraryVersionToPerseusDebug(libName, libVersion); | ||
@@ -48,0 +48,0 @@ |
@@ -48,3 +48,3 @@ 'use strict'; | ||
const libName = "@khanacademy/perseus-core"; | ||
const libVersion = "1.4.2"; | ||
const libVersion = "1.5.1"; | ||
addLibraryVersionToPerseusDebug(libName, libVersion); | ||
@@ -51,0 +51,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR1412-20240715154444", | ||
"version": "0.0.0-PR1666-20241004180620", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
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
28013
333