@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR583-20230626162730 to 0.0.0-PR585-20230626235520
# @khanacademy/perseus-core | ||
## 0.0.0-PR583-20230626162730 | ||
## 0.0.0-PR585-20230626235520 | ||
### Patch Changes | ||
- 800ad6ec: Introducing `perseus-core` for types and functionality shared across the Perseus ecosystem | ||
- 1f3fdc6c: Introducing `perseus-core` for types and functionality shared across the Perseus ecosystem |
export type PerseusAnalyticsEvent = { | ||
type: "perseus:expression-evaluated"; | ||
payload: { | ||
virtualKeypadVersion: string; | ||
result: "correct" | "incorrect" | "invalid"; | ||
@@ -6,0 +5,0 @@ }; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR583-20230626162730", | ||
"version": "0.0.0-PR585-20230626235520", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
@@ -6,3 +6,2 @@ // A type union of all the events that any package in the Perseus ecosystem can | ||
payload: { | ||
virtualKeypadVersion: string; | ||
result: "correct" | "incorrect" | "invalid"; | ||
@@ -9,0 +8,0 @@ }; |
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
49345
64