@khanacademy/perseus-core
Advanced tools
Comparing version 0.0.0-PR814-20231204173447 to 0.0.0-PR837-20231204221956
# @khanacademy/perseus-core | ||
## 0.0.0-PR814-20231204173447 | ||
## 0.0.0-PR837-20231204221956 | ||
### Minor Changes | ||
- [#794](https://github.com/Khan/perseus/pull/794) [`a91c84fe`](https://github.com/Khan/perseus/commit/a91c84fe53827ff4333220777a9918882b7fe9f0) Thanks [@SonicScrewdriver](https://github.com/SonicScrewdriver)! - Removing the useV2Keypad apiOption as the V1 keypad is no longer in use. | ||
### Patch Changes | ||
- [#814](https://github.com/Khan/perseus/pull/814) [`3d63dba3`](https://github.com/Khan/perseus/commit/3d63dba32623e6e651f2434a9fec8f5415df7a55) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output). | ||
- [#814](https://github.com/Khan/perseus/pull/814) [`105d2060`](https://github.com/Khan/perseus/commit/105d20603d935d35cff237b17f0bfb57ca751e4c) Thanks [@jeremywiebe](https://github.com/jeremywiebe)! - Minor build change to how we provide Typescript type definitions (should be no change to build output). | ||
@@ -9,0 +13,0 @@ ## 1.3.0 |
@@ -1,2 +0,2 @@ | ||
export type VirtualKeypadVersion = "PERSEUS_MATH_INPUT" | "MATH_INPUT_KEYPAD_V1" | "MATH_INPUT_KEYPAD_V2" | "REACT_NATIVE_KEYPAD"; | ||
export type VirtualKeypadVersion = "MATH_INPUT_KEYPAD_V2" | "REACT_NATIVE_KEYPAD"; | ||
/** | ||
@@ -3,0 +3,0 @@ * A type union of all the events that any package in the Perseus ecosystem can |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR814-20231204173447", | ||
"version": "0.0.0-PR837-20231204221956", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
export type VirtualKeypadVersion = | ||
| "PERSEUS_MATH_INPUT" | ||
| "MATH_INPUT_KEYPAD_V1" | ||
| "MATH_INPUT_KEYPAD_V2" | ||
@@ -5,0 +3,0 @@ | "REACT_NATIVE_KEYPAD"; |
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
73882
429