@khanacademy/kas 2.1.1 → 2.1.3
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/nodes.d.ts +1 -0
- package/package.json +2 -2
package/dist/nodes.d.ts
CHANGED
|
@@ -393,6 +393,7 @@ export declare class Float extends Num {
|
|
|
393
393
|
type ParseOptions = {
|
|
394
394
|
functions?: ReadonlyArray<string>;
|
|
395
395
|
decimal_separator?: string;
|
|
396
|
+
divide_symbol?: string;
|
|
396
397
|
};
|
|
397
398
|
export declare const parse: (input: string, options?: ParseOptions) => {
|
|
398
399
|
parsed: boolean;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "A lightweight JavaScript CAS for comparing expressions and equations.",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "2.1.
|
|
6
|
+
"version": "2.1.3",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@khanacademy/perseus-utils": "2.1.
|
|
25
|
+
"@khanacademy/perseus-utils": "2.1.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"jison": "0.4.15",
|