@khanacademy/perseus-editor 20.2.0 → 20.2.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 +3 -3
package/dist/es/index.js
CHANGED
|
@@ -51,7 +51,7 @@ import arrowFatUp from '@phosphor-icons/core/regular/arrow-fat-up.svg';
|
|
|
51
51
|
import minusCircle from '@phosphor-icons/core/regular/minus-circle.svg';
|
|
52
52
|
import arrowCounterClockwise from '@phosphor-icons/core/bold/arrow-counter-clockwise-bold.svg';
|
|
53
53
|
|
|
54
|
-
const libName="@khanacademy/perseus-editor";const libVersion="20.2.
|
|
54
|
+
const libName="@khanacademy/perseus-editor";const libVersion="20.2.1";addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
55
55
|
|
|
56
56
|
var jsxRuntime = {exports: {}};
|
|
57
57
|
|
package/dist/index.js
CHANGED
|
@@ -105,7 +105,7 @@ var arrowFatUp__default = /*#__PURE__*/_interopDefaultCompat(arrowFatUp);
|
|
|
105
105
|
var minusCircle__default = /*#__PURE__*/_interopDefaultCompat(minusCircle);
|
|
106
106
|
var arrowCounterClockwise__default = /*#__PURE__*/_interopDefaultCompat(arrowCounterClockwise);
|
|
107
107
|
|
|
108
|
-
const libName="@khanacademy/perseus-editor";const libVersion="20.2.
|
|
108
|
+
const libName="@khanacademy/perseus-editor";const libVersion="20.2.1";perseusUtils.addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
109
109
|
|
|
110
110
|
var jsxRuntime = {exports: {}};
|
|
111
111
|
|
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.2.
|
|
6
|
+
"version": "20.2.1",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"@khanacademy/keypad-context": "3.0.7",
|
|
39
39
|
"@khanacademy/kmath": "2.0.7",
|
|
40
40
|
"@khanacademy/perseus-linter": "3.0.7",
|
|
41
|
-
"@khanacademy/math-input": "25.1.
|
|
42
|
-
"@khanacademy/perseus": "61.1.0",
|
|
41
|
+
"@khanacademy/math-input": "25.1.2",
|
|
43
42
|
"@khanacademy/perseus-core": "10.0.0",
|
|
44
43
|
"@khanacademy/perseus-score": "5.0.4",
|
|
44
|
+
"@khanacademy/perseus": "61.2.0",
|
|
45
45
|
"@khanacademy/perseus-utils": "2.0.2",
|
|
46
46
|
"@khanacademy/pure-markdown": "2.0.3"
|
|
47
47
|
},
|