@khanacademy/perseus-editor 40.0.0 → 40.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 +6 -6
package/dist/es/index.js
CHANGED
|
@@ -67,7 +67,7 @@ import minusCircleIcon from '@phosphor-icons/core/bold/minus-circle-bold.svg';
|
|
|
67
67
|
import arrowDown from '@phosphor-icons/core/regular/arrow-down.svg';
|
|
68
68
|
import arrowUp from '@phosphor-icons/core/regular/arrow-up.svg';
|
|
69
69
|
|
|
70
|
-
const libName="@khanacademy/perseus-editor";const libVersion="40.0.
|
|
70
|
+
const libName="@khanacademy/perseus-editor";const libVersion="40.0.1";addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
71
71
|
|
|
72
72
|
var jsxRuntime = {exports: {}};
|
|
73
73
|
|
package/dist/index.js
CHANGED
|
@@ -134,7 +134,7 @@ var minusCircleIcon__default = /*#__PURE__*/_interopDefaultCompat(minusCircleIco
|
|
|
134
134
|
var arrowDown__default = /*#__PURE__*/_interopDefaultCompat(arrowDown);
|
|
135
135
|
var arrowUp__default = /*#__PURE__*/_interopDefaultCompat(arrowUp);
|
|
136
136
|
|
|
137
|
-
const libName="@khanacademy/perseus-editor";const libVersion="40.0.
|
|
137
|
+
const libName="@khanacademy/perseus-editor";const libVersion="40.0.1";perseusUtils.addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
138
138
|
|
|
139
139
|
var jsxRuntime = {exports: {}};
|
|
140
140
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Perseus editors",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "40.0.
|
|
6
|
+
"version": "40.0.1",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"katex": "0.11.1",
|
|
36
36
|
"mafs": "^0.19.0",
|
|
37
37
|
"tiny-invariant": "1.3.1",
|
|
38
|
-
"@khanacademy/kas": "2.2.6",
|
|
39
38
|
"@khanacademy/keypad-context": "3.2.89",
|
|
40
|
-
"@khanacademy/
|
|
39
|
+
"@khanacademy/kas": "2.2.6",
|
|
41
40
|
"@khanacademy/math-input": "27.0.11",
|
|
42
|
-
"@khanacademy/perseus": "86.0.
|
|
41
|
+
"@khanacademy/perseus": "86.0.1",
|
|
42
|
+
"@khanacademy/kmath": "2.4.48",
|
|
43
43
|
"@khanacademy/perseus-core": "38.1.1",
|
|
44
44
|
"@khanacademy/perseus-linter": "5.2.2",
|
|
45
45
|
"@khanacademy/perseus-utils": "2.1.5"
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"react": "18.2.0",
|
|
75
75
|
"react-dom": "18.2.0",
|
|
76
76
|
"underscore": "1.4.4",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
77
|
+
"perseus-build-settings": "0.9.1",
|
|
78
|
+
"jsdiff": "1.0.2"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@khanacademy/mathjax-renderer": "^3.2.0",
|