@khanacademy/kas 0.3.2 → 0.3.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @khanacademy/kas
2
2
 
3
+ ## 0.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [22a9c408]
8
+ - @khanacademy/perseus-core@1.1.2
9
+
3
10
  ## 0.3.2
4
11
 
5
12
  ### Patch Changes
package/dist/es/index.js CHANGED
@@ -3,7 +3,7 @@ import _ from 'underscore';
3
3
 
4
4
  // This file is processed by a Rollup plugin (replace) to inject the production
5
5
  const libName = "@khanacademy/kas";
6
- const libVersion = "0.3.2";
6
+ const libVersion = "0.3.3";
7
7
  addLibraryVersionToPerseusDebug(libName, libVersion);
8
8
 
9
9
  // this is a @generated file
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
11
11
 
12
12
  // This file is processed by a Rollup plugin (replace) to inject the production
13
13
  const libName = "@khanacademy/kas";
14
- const libVersion = "0.3.2";
14
+ const libVersion = "0.3.3";
15
15
  perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
16
16
 
17
17
  // this is a @generated file
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.3.2",
6
+ "version": "0.3.3",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -23,7 +23,7 @@
23
23
  "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
24
24
  },
25
25
  "dependencies": {
26
- "@khanacademy/perseus-core": "1.1.1"
26
+ "@khanacademy/perseus-core": "1.1.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "jison": "0.4.15",