@khanacademy/perseus-core 23.5.0 → 23.6.1
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.js +2 -2
- package/dist/es/index.js.map +1 -1
- package/dist/feature-flags.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/validation.types.d.ts +1 -0
- package/package.json +4 -4
|
@@ -69,6 +69,7 @@ export type PerseusDropdownUserInput = {
|
|
|
69
69
|
export type PerseusExpressionRubric = {
|
|
70
70
|
answerForms: Array<PerseusExpressionAnswerForm>;
|
|
71
71
|
functions: string[];
|
|
72
|
+
extraKeys?: ReadonlyArray<string>;
|
|
72
73
|
};
|
|
73
74
|
export type PerseusExpressionUserInput = string;
|
|
74
75
|
export type PerseusGroupRubric = PerseusGroupWidgetOptions;
|
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.
|
|
6
|
+
"version": "23.6.1",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"tiny-invariant": "1.3.1",
|
|
40
|
-
"@khanacademy/kas": "2.1
|
|
41
|
-
"@khanacademy/perseus-utils": "2.1.
|
|
42
|
-
"@khanacademy/pure-markdown": "2.2.
|
|
40
|
+
"@khanacademy/kas": "2.2.1",
|
|
41
|
+
"@khanacademy/perseus-utils": "2.1.5",
|
|
42
|
+
"@khanacademy/pure-markdown": "2.2.7"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@khanacademy/wonder-stuff-core": "3.0.0",
|