@khanacademy/perseus-core 23.0.1 → 23.0.2
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.
- package/dist/es/index.item-splitting.js.map +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/index.js.map +1 -1
- package/dist/index.item-splitting.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/widgets/expression/derive-extra-keys.d.ts +2 -2
- package/package.json +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type KeypadKey } from "../../keypad";
|
|
2
2
|
import type { PerseusExpressionWidgetOptions } from "../../data-schema";
|
|
3
3
|
/**
|
|
4
4
|
* Scrape the answer forms for any variables or contants (like Pi)
|
|
5
5
|
* that need to be included as keys on the keypad.
|
|
6
6
|
*/
|
|
7
|
-
declare function deriveExtraKeys(widgetOptions: PerseusExpressionWidgetOptions):
|
|
7
|
+
declare function deriveExtraKeys(widgetOptions: PerseusExpressionWidgetOptions): KeypadKey[];
|
|
8
8
|
export default deriveExtraKeys;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Shared Perseus infrastructure",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "23.0.
|
|
6
|
+
"version": "23.0.2",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"tiny-invariant": "1.3.1",
|
|
40
40
|
"@khanacademy/kas": "2.1.7",
|
|
41
41
|
"@khanacademy/perseus-utils": "2.1.4",
|
|
42
|
-
"@khanacademy/pure-markdown": "2.2.
|
|
42
|
+
"@khanacademy/pure-markdown": "2.2.6"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@khanacademy/wonder-stuff-core": "3.0.0",
|