@khanacademy/perseus-editor 17.3.1 → 17.3.2

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 CHANGED
@@ -47,7 +47,7 @@ import arrowCounterClockwise from '@phosphor-icons/core/bold/arrow-counter-clock
47
47
 
48
48
  // This file is processed by a Rollup plugin (replace) to inject the production
49
49
  const libName = "@khanacademy/perseus-editor";
50
- const libVersion = "17.3.1";
50
+ const libVersion = "17.3.2";
51
51
  addLibraryVersionToPerseusDebug(libName, libVersion);
52
52
 
53
53
  function _extends() {
package/dist/index.js CHANGED
@@ -99,7 +99,7 @@ var arrowCounterClockwise__default = /*#__PURE__*/_interopDefaultLegacy(arrowCou
99
99
 
100
100
  // This file is processed by a Rollup plugin (replace) to inject the production
101
101
  const libName = "@khanacademy/perseus-editor";
102
- const libVersion = "17.3.1";
102
+ const libVersion = "17.3.2";
103
103
  perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
104
104
 
105
105
  function _extends() {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Perseus editors",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "17.3.1",
6
+ "version": "17.3.2",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -39,7 +39,7 @@
39
39
  "@khanacademy/keypad-context": "^1.0.14",
40
40
  "@khanacademy/kmath": "^0.3.0",
41
41
  "@khanacademy/math-input": "^22.2.1",
42
- "@khanacademy/perseus": "^51.0.0",
42
+ "@khanacademy/perseus": "^51.0.1",
43
43
  "@khanacademy/perseus-core": "3.2.0",
44
44
  "@khanacademy/perseus-score": "^1.1.0",
45
45
  "@khanacademy/pure-markdown": "^0.3.22",