@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR585-20230626235520 to 0.0.0-PR587-20230627172615
# @khanacademy/perseus-core | ||
## 0.0.0-PR585-20230626235520 | ||
## 0.0.0-PR587-20230627172615 | ||
@@ -5,0 +5,0 @@ ### Patch Changes |
export type PerseusAnalyticsEvent = { | ||
type: "perseus:expression-evaluated"; | ||
payload: { | ||
virtualKeypadVersion: string; | ||
result: "correct" | "incorrect" | "invalid"; | ||
@@ -5,0 +6,0 @@ }; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR585-20230626235520", | ||
"version": "0.0.0-PR587-20230627172615", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
@@ -6,2 +6,3 @@ // A type union of all the events that any package in the Perseus ecosystem can | ||
payload: { | ||
virtualKeypadVersion: string; | ||
result: "correct" | "incorrect" | "invalid"; | ||
@@ -8,0 +9,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
49455
66