@khanacademy/perseus-score 8.4.0 → 8.6.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.
|
@@ -5,7 +5,6 @@ import { type PerseusCategorizerUserInput, type PerseusCategorizerValidationData
|
|
|
5
5
|
* @param userInput - The user's input corresponding to an array of indices that
|
|
6
6
|
* represent the selected category for each row/item.
|
|
7
7
|
* @param validationData - An array of strings corresponding to each row/item
|
|
8
|
-
* @param strings - Used to provide a validation message
|
|
9
8
|
*/
|
|
10
9
|
declare function validateCategorizer(userInput: PerseusCategorizerUserInput | undefined, validationData: PerseusCategorizerValidationData): ValidationResult;
|
|
11
10
|
export default validateCategorizer;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Perseus score",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "8.
|
|
6
|
+
"version": "8.6.0",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@khanacademy/kas": "2.2.1",
|
|
26
|
-
"@khanacademy/kmath": "2.
|
|
27
|
-
"@khanacademy/perseus-core": "
|
|
26
|
+
"@khanacademy/kmath": "2.4.0",
|
|
27
|
+
"@khanacademy/perseus-core": "24.1.0",
|
|
28
28
|
"@khanacademy/perseus-utils": "2.1.5"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|