@khanacademy/perseus-editor 17.8.0 → 17.8.1

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
@@ -94,7 +94,7 @@ const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
94
94
 
95
95
  // This file is processed by a Rollup plugin (replace) to inject the production
96
96
  const libName = "@khanacademy/perseus-editor";
97
- const libVersion = "17.8.0";
97
+ const libVersion = "17.8.1";
98
98
  addLibraryVersionToPerseusDebug(libName, libVersion);
99
99
 
100
100
  const devices = {
package/dist/index.js CHANGED
@@ -145,7 +145,7 @@ const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
145
145
 
146
146
  // This file is processed by a Rollup plugin (replace) to inject the production
147
147
  const libName = "@khanacademy/perseus-editor";
148
- const libVersion = "17.8.0";
148
+ const libVersion = "17.8.1";
149
149
  addLibraryVersionToPerseusDebug(libName, libVersion);
150
150
 
151
151
  const devices = {
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.8.0",
6
+ "version": "17.8.1",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -32,14 +32,14 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "mafs": "^0.19.0",
35
- "@khanacademy/kas": "0.5.0",
36
35
  "@khanacademy/keypad-context": "1.1.0",
36
+ "@khanacademy/kas": "0.5.0",
37
37
  "@khanacademy/kmath": "0.4.0",
38
38
  "@khanacademy/perseus-linter": "1.3.0",
39
39
  "@khanacademy/math-input": "22.3.0",
40
- "@khanacademy/perseus": "55.0.0",
41
- "@khanacademy/perseus-core": "4.0.0",
40
+ "@khanacademy/perseus": "55.0.1",
42
41
  "@khanacademy/perseus-score": "2.3.0",
42
+ "@khanacademy/perseus-core": "4.0.0",
43
43
  "@khanacademy/pure-markdown": "0.4.0"
44
44
  },
45
45
  "devDependencies": {