@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR595-20230629191052 to 0.0.0-PR595-20230630145517
# @khanacademy/perseus-core | ||
## 0.0.0-PR595-20230629191052 | ||
## 0.0.0-PR595-20230630145517 | ||
@@ -5,0 +5,0 @@ ### Patch Changes |
@@ -8,3 +8,3 @@ export type PerseusAnalyticsEvent = { | ||
} | { | ||
type: "perseus:keypad-closed"; | ||
type: "math-input:keypad-closed"; | ||
payload: { | ||
@@ -14,3 +14,3 @@ virtualKeypadVersion: string; | ||
} | { | ||
type: "perseus:keypad-opened"; | ||
type: "math-input:keypad-opened"; | ||
payload: { | ||
@@ -17,0 +17,0 @@ virtualKeypadVersion: string; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR595-20230629191052", | ||
"version": "0.0.0-PR595-20230630145517", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
@@ -12,3 +12,3 @@ // A type union of all the events that any package in the Perseus ecosystem can | ||
| { | ||
type: "perseus:keypad-closed"; | ||
type: "math-input:keypad-closed"; | ||
payload: { | ||
@@ -19,3 +19,3 @@ virtualKeypadVersion: string; | ||
| { | ||
type: "perseus:keypad-opened"; | ||
type: "math-input:keypad-opened"; | ||
payload: { | ||
@@ -22,0 +22,0 @@ virtualKeypadVersion: string; |
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
50334