@khanacademy/math-input 23.0.5 → 23.0.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/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.6",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -38,8 +38,9 @@
|
|
|
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.4.
|
|
41
|
+
"@khanacademy/keypad-context": "1.1.7",
|
|
42
|
+
"@khanacademy/perseus-core": "5.4.2",
|
|
43
|
+
"@khanacademy/perseus-utils": "0.0.2"
|
|
43
44
|
},
|
|
44
45
|
"devDependencies": {
|
|
45
46
|
"@khanacademy/mathjax-renderer": "^2.1.1",
|
|
@@ -57,7 +58,7 @@
|
|
|
57
58
|
"react": "^18.2.0",
|
|
58
59
|
"react-dom": "^18.2.0",
|
|
59
60
|
"react-transition-group": "^4.4.1",
|
|
60
|
-
"perseus-build-settings": "0.5.
|
|
61
|
+
"perseus-build-settings": "0.5.1"
|
|
61
62
|
},
|
|
62
63
|
"peerDependencies": {
|
|
63
64
|
"@khanacademy/mathjax-renderer": "^2.1.1",
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Adds the given perseus library version information to the __perseus_debug__
|
|
3
|
-
* object and ensures that the object is attached to `globalThis` (`window` in
|
|
4
|
-
* browser environments).
|
|
5
|
-
*
|
|
6
|
-
* This allows each library to provide runtime version information to assist in
|
|
7
|
-
* debugging in production environments.
|
|
8
|
-
*/
|
|
9
|
-
export declare const addLibraryVersionToPerseusDebug: (libraryName: string, libraryVersion: string) => void;
|