@khanacademy/kas 0.4.1 → 0.4.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/nodes.d.ts CHANGED
@@ -170,7 +170,7 @@ export declare class Log extends Expr {
170
170
  print(): string;
171
171
  tex(): string;
172
172
  collect(options?: Options): Expr;
173
- expand(): any;
173
+ expand(): Expr | Add | this;
174
174
  isPositive(): boolean;
175
175
  needsExplicitMul(): boolean;
176
176
  isNatural(): 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": "0.4.1",
6
+ "version": "0.4.3",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -26,7 +26,7 @@
26
26
  "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
27
27
  },
28
28
  "dependencies": {
29
- "@khanacademy/perseus-core": "1.5.3"
29
+ "@khanacademy/perseus-core": "2.0.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "jison": "0.4.15",