@khanacademy/kas
Advanced tools
Comparing version 0.0.0-PR454-20230330173945 to 0.0.0-PR711-20231005191758
# @khanacademy/kas | ||
## 0.0.0-PR454-20230330173945 | ||
## 0.0.0-PR711-20231005191758 | ||
### Patch Changes | ||
- f6220f12: Bump all package versions since the build settings have been updated | ||
- 55d4cd00: Print package name and version when loaded in the page | ||
- Updated dependencies [55d4cd00] | ||
- @khanacademy/perseus-core@0.0.0-PR711-20231005191758 | ||
## 0.3.1 | ||
### Patch Changes | ||
- 1f062e98: Bump all package versions since the build settings have been updated | ||
## 0.3.0 | ||
@@ -10,0 +18,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.0-PR454-20230330173945", | ||
"version": "0.0.0-PR711-20231005191758", | ||
"publishConfig": { | ||
@@ -13,3 +13,4 @@ "access": "public" | ||
"type": "git", | ||
"url": "https://github.com/Khan/kas.git" | ||
"url": "https://github.com/Khan/perseus.git", | ||
"directory": "packages/kas" | ||
}, | ||
@@ -26,6 +27,8 @@ "bugs": { | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"@khanacademy/perseus-core": "0.0.0-PR711-20231005191758" | ||
}, | ||
"devDependencies": { | ||
"jison": "0.4.15", | ||
"perseus-build-settings": "^0.0.0-PR454-20230330173945", | ||
"perseus-build-settings": "^0.0.0-PR711-20231005191758", | ||
"underscore": "1.4.4" | ||
@@ -32,0 +35,0 @@ }, |
@@ -6,3 +6,3 @@ /* eslint-disable */ | ||
// TODO(alex): be able to pass a random() function to compare() | ||
export const compare = function(expr1, expr2, options) { | ||
export const compare = function (expr1, expr2, options) { | ||
var defaults = { | ||
@@ -14,6 +14,6 @@ form: false, // Check that the two expressions have the same form | ||
/* Options that could be added in the future: | ||
* - Allow ratios: e.g. 3/1 and 3 should both be accepted for something | ||
* like slope | ||
* - Allow student to choose their own variable names | ||
*/ | ||
* - Allow ratios: e.g. 3/1 and 3 should both be accepted for something | ||
* like slope | ||
* - Allow student to choose their own variable names | ||
*/ | ||
@@ -20,0 +20,0 @@ if (options !== undefined) { |
@@ -0,2 +1,4 @@ | ||
export {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
Sorry, the diff of this file is not supported yet
1468540
30
18717
2
+ Added@khanacademy/perseus-core@0.0.0-PR711-20231005191758(transitive)