@khanacademy/perseus-editor 20.0.2 → 20.0.3
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
|
@@ -50,7 +50,7 @@ import arrowFatUp from '@phosphor-icons/core/regular/arrow-fat-up.svg';
|
|
|
50
50
|
import minusCircle from '@phosphor-icons/core/regular/minus-circle.svg';
|
|
51
51
|
import arrowCounterClockwise from '@phosphor-icons/core/bold/arrow-counter-clockwise-bold.svg';
|
|
52
52
|
|
|
53
|
-
const libName="@khanacademy/perseus-editor";const libVersion="20.0.
|
|
53
|
+
const libName="@khanacademy/perseus-editor";const libVersion="20.0.3";addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
54
54
|
|
|
55
55
|
var jsxRuntime = {exports: {}};
|
|
56
56
|
|
package/dist/index.js
CHANGED
|
@@ -103,7 +103,7 @@ var arrowFatUp__default = /*#__PURE__*/_interopDefaultCompat(arrowFatUp);
|
|
|
103
103
|
var minusCircle__default = /*#__PURE__*/_interopDefaultCompat(minusCircle);
|
|
104
104
|
var arrowCounterClockwise__default = /*#__PURE__*/_interopDefaultCompat(arrowCounterClockwise);
|
|
105
105
|
|
|
106
|
-
const libName="@khanacademy/perseus-editor";const libVersion="20.0.
|
|
106
|
+
const libName="@khanacademy/perseus-editor";const libVersion="20.0.3";perseusUtils.addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
107
107
|
|
|
108
108
|
var jsxRuntime = {exports: {}};
|
|
109
109
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Perseus editors",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "20.0.
|
|
6
|
+
"version": "20.0.3",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"katex": "0.11.1",
|
|
35
35
|
"mafs": "^0.19.0",
|
|
36
36
|
"@khanacademy/kas": "2.0.1",
|
|
37
|
-
"@khanacademy/keypad-context": "3.0.
|
|
38
|
-
"@khanacademy/kmath": "2.0.
|
|
39
|
-
"@khanacademy/perseus-linter": "3.0.
|
|
40
|
-
"@khanacademy/math-input": "25.0.
|
|
41
|
-
"@khanacademy/perseus": "59.1.
|
|
42
|
-
"@khanacademy/perseus-core": "7.0.
|
|
43
|
-
"@khanacademy/perseus-score": "4.0
|
|
37
|
+
"@khanacademy/keypad-context": "3.0.2",
|
|
38
|
+
"@khanacademy/kmath": "2.0.2",
|
|
39
|
+
"@khanacademy/perseus-linter": "3.0.2",
|
|
40
|
+
"@khanacademy/math-input": "25.0.2",
|
|
41
|
+
"@khanacademy/perseus": "59.1.1",
|
|
42
|
+
"@khanacademy/perseus-core": "7.0.2",
|
|
43
|
+
"@khanacademy/perseus-score": "4.1.0",
|
|
44
44
|
"@khanacademy/perseus-utils": "2.0.1",
|
|
45
45
|
"@khanacademy/pure-markdown": "2.0.1"
|
|
46
46
|
},
|