@khanacademy/math-input 23.0.3 → 23.0.5
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
|
@@ -60,7 +60,7 @@ const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
|
|
|
60
60
|
|
|
61
61
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
62
62
|
const libName = "@khanacademy/math-input";
|
|
63
|
-
const libVersion = "23.0.
|
|
63
|
+
const libVersion = "23.0.5";
|
|
64
64
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
65
65
|
|
|
66
66
|
class View extends React.Component {
|
package/dist/index.js
CHANGED
|
@@ -88,7 +88,7 @@ const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
|
|
|
88
88
|
|
|
89
89
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
90
90
|
const libName = "@khanacademy/math-input";
|
|
91
|
-
const libVersion = "23.0.
|
|
91
|
+
const libVersion = "23.0.5";
|
|
92
92
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
93
93
|
|
|
94
94
|
class View extends React__namespace.Component {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Khan Academy's new expression editor for the mobile web.",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "23.0.
|
|
6
|
+
"version": "23.0.5",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"mathquill": "https://github.com/Khan/mathquill/releases/download/v1.0.0/mathquill-v1.0.0.tgz",
|
|
41
|
-
"@khanacademy/keypad-context": "1.1.
|
|
42
|
-
"@khanacademy/perseus-core": "5.
|
|
41
|
+
"@khanacademy/keypad-context": "1.1.6",
|
|
42
|
+
"@khanacademy/perseus-core": "5.4.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@khanacademy/mathjax-renderer": "^2.1.1",
|