@khanacademy/math-input 26.2.5 → 26.2.6
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 +4 -4
package/dist/es/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import { TransitionGroup } from 'react-transition-group';
|
|
|
14
14
|
import { withActionScheduler } from '@khanacademy/wonder-blocks-timing';
|
|
15
15
|
import PropTypes from 'prop-types';
|
|
16
16
|
|
|
17
|
-
const libName="@khanacademy/math-input";const libVersion="26.2.
|
|
17
|
+
const libName="@khanacademy/math-input";const libVersion="26.2.6";addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
18
18
|
|
|
19
19
|
function getDefaultExportFromCjs (x) {
|
|
20
20
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
package/dist/index.js
CHANGED
|
@@ -42,7 +42,7 @@ var ReactDOM__default = /*#__PURE__*/_interopDefaultCompat(ReactDOM);
|
|
|
42
42
|
var Clickable__default = /*#__PURE__*/_interopDefaultCompat(Clickable);
|
|
43
43
|
var PropTypes__default = /*#__PURE__*/_interopDefaultCompat(PropTypes);
|
|
44
44
|
|
|
45
|
-
const libName="@khanacademy/math-input";const libVersion="26.2.
|
|
45
|
+
const libName="@khanacademy/math-input";const libVersion="26.2.6";perseusUtils.addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
46
46
|
|
|
47
47
|
function getDefaultExportFromCjs (x) {
|
|
48
48
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
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": "26.2.
|
|
6
|
+
"version": "26.2.6",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"dist"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@khanacademy/keypad-context": "3.2.
|
|
41
|
-
"@khanacademy/perseus-
|
|
42
|
-
"@khanacademy/perseus-
|
|
40
|
+
"@khanacademy/keypad-context": "3.2.6",
|
|
41
|
+
"@khanacademy/perseus-core": "19.1.0",
|
|
42
|
+
"@khanacademy/perseus-utils": "2.1.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@khanacademy/mathjax-renderer": "3.0.0",
|