@khanacademy/keypad-context 0.0.0-PR1502-20240812160254 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1 +1,7 @@
1
- # @khanacademy/keypad
1
+ # @khanacademy/keypad
2
+
3
+ This is meant to be a temporary fix for a problem with @khanacademy/math-input.
4
+
5
+ It provides a context that allows the mobile MathInput keypad to communicate with the MathInput Mathquill input wrapper.
6
+
7
+ For internal KA people, see: LEMS-2246
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Perseus keypad context",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "0.0.0-PR1502-20240812160254",
6
+ "version": "1.0.0",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },