@khanacademy/kas
Advanced tools
Comparing version 0.0.0-PR745-20230928001000 to 0.0.0-PR746-20230928160510
# @khanacademy/kas | ||
## 0.0.0-PR745-20230928001000 | ||
## 0.0.0-PR746-20230928160510 | ||
### Patch Changes | ||
### Minor Changes | ||
- dc6c6973: Print package name and version when loaded in the page | ||
- 0ff70c17: Testing only | ||
@@ -9,0 +9,0 @@ ## 0.3.1 |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR745-20230928001000", | ||
"version": "0.0.0-PR746-20230928160510", | ||
"publishConfig": { | ||
@@ -9,0 +9,0 @@ "access": "public" |
@@ -206,2 +206,3 @@ import _ from "underscore"; | ||
expect("sin(500pi)").toEqualExpr("0"); | ||
expect("99 pi").toEqualExpr("311.01767270538954"); | ||
@@ -208,0 +209,0 @@ // Handle denominators the same way regardless of a fraction's format |
@@ -67,2 +67,3 @@ import _ from "underscore"; | ||
expect("log_2 2").toEvaluateAs(1); | ||
expect("99 pi").toEvaluateAs(311.01767270538954); | ||
}); | ||
@@ -69,0 +70,0 @@ |
@@ -1,4 +0,2 @@ | ||
export {default as libVersion} from "./version"; | ||
export * from "./nodes"; | ||
export {compare} from "./compare"; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1420383
27
18697