@khanacademy/perseus-editor 18.0.0 → 18.0.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/es/index.js
CHANGED
|
@@ -95,7 +95,7 @@ const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
|
|
|
95
95
|
|
|
96
96
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
97
97
|
const libName = "@khanacademy/perseus-editor";
|
|
98
|
-
const libVersion = "18.0.
|
|
98
|
+
const libVersion = "18.0.1";
|
|
99
99
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
100
100
|
|
|
101
101
|
const devices = {
|
package/dist/index.js
CHANGED
|
@@ -147,7 +147,7 @@ const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
|
|
|
147
147
|
|
|
148
148
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
149
149
|
const libName = "@khanacademy/perseus-editor";
|
|
150
|
-
const libVersion = "18.0.
|
|
150
|
+
const libVersion = "18.0.1";
|
|
151
151
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
152
152
|
|
|
153
153
|
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": "18.0.
|
|
6
|
+
"version": "18.0.1",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@khanacademy/kmath": "0.4.3",
|
|
39
39
|
"@khanacademy/perseus-linter": "1.3.3",
|
|
40
40
|
"@khanacademy/math-input": "23.0.2",
|
|
41
|
-
"@khanacademy/perseus": "57.0.
|
|
42
|
-
"@khanacademy/perseus-core": "5.2.0",
|
|
41
|
+
"@khanacademy/perseus": "57.0.1",
|
|
43
42
|
"@khanacademy/perseus-score": "2.3.3",
|
|
43
|
+
"@khanacademy/perseus-core": "5.2.0",
|
|
44
44
|
"@khanacademy/pure-markdown": "0.4.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|