@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR769-20231018173847 to 0.0.0-PR780-20231025183350
# @khanacademy/perseus-core | ||
## 0.0.0-PR769-20231018173847 | ||
## 0.0.0-PR780-20231025183350 | ||
### Minor Changes | ||
- 54c043c7: Added a CEDAR event to notify us of errors in rendering widgets | ||
- [#780](https://github.com/Khan/perseus/pull/780) [`4ed3b33c`](https://github.com/Khan/perseus/commit/4ed3b33c4357a2d8c93684decbdcc6fef972ec53) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Added 'perseus:widget-rendering-error' analytics event. | ||
@@ -9,0 +9,0 @@ ## 1.1.2 |
@@ -29,3 +29,2 @@ export type VirtualKeypadVersion = "PERSEUS_MATH_INPUT" | "MATH_INPUT_KEYPAD_V1" | "MATH_INPUT_KEYPAD_V2" | "REACT_NATIVE_KEYPAD"; | ||
widgetType: string; | ||
widgetId: string; | ||
}; | ||
@@ -32,0 +31,0 @@ }; |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR769-20231018173847", | ||
"version": "0.0.0-PR780-20231025183350", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
@@ -39,3 +39,2 @@ export type VirtualKeypadVersion = | ||
widgetType: string; | ||
widgetId: string; | ||
}; | ||
@@ -42,0 +41,0 @@ }; |
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
73821
430