@khanacademy/perseus-editor 17.9.1 → 17.9.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
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.9.
|
|
97
|
+
const libVersion = "17.9.2";
|
|
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.9.
|
|
148
|
+
const libVersion = "17.9.2";
|
|
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.9.
|
|
6
|
+
"version": "17.9.2",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"mafs": "^0.19.0",
|
|
35
35
|
"@khanacademy/kas": "0.5.0",
|
|
36
|
-
"@khanacademy/keypad-context": "1.1.
|
|
37
|
-
"@khanacademy/kmath": "0.4.
|
|
38
|
-
"@khanacademy/perseus-linter": "1.3.
|
|
39
|
-
"@khanacademy/math-input": "23.0.
|
|
40
|
-
"@khanacademy/perseus": "56.
|
|
41
|
-
"@khanacademy/perseus-core": "5.
|
|
42
|
-
"@khanacademy/perseus-score": "2.3.
|
|
36
|
+
"@khanacademy/keypad-context": "1.1.2",
|
|
37
|
+
"@khanacademy/kmath": "0.4.2",
|
|
38
|
+
"@khanacademy/perseus-linter": "1.3.2",
|
|
39
|
+
"@khanacademy/math-input": "23.0.1",
|
|
40
|
+
"@khanacademy/perseus": "56.2.0",
|
|
41
|
+
"@khanacademy/perseus-core": "5.1.0",
|
|
42
|
+
"@khanacademy/perseus-score": "2.3.2",
|
|
43
43
|
"@khanacademy/pure-markdown": "0.4.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|