@khanacademy/perseus-editor 27.0.1 → 27.0.2
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 +5 -5
package/dist/es/index.js
CHANGED
|
@@ -60,7 +60,7 @@ import plusIcon from '@phosphor-icons/core/bold/plus-bold.svg';
|
|
|
60
60
|
import checkIcon from '@phosphor-icons/core/bold/check-bold.svg';
|
|
61
61
|
import minusCircleIcon from '@phosphor-icons/core/bold/minus-circle-bold.svg';
|
|
62
62
|
|
|
63
|
-
const libName="@khanacademy/perseus-editor";const libVersion="27.0.
|
|
63
|
+
const libName="@khanacademy/perseus-editor";const libVersion="27.0.2";addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
64
64
|
|
|
65
65
|
var jsxRuntime = {exports: {}};
|
|
66
66
|
|
package/dist/index.js
CHANGED
|
@@ -122,7 +122,7 @@ var plusIcon__default = /*#__PURE__*/_interopDefaultCompat(plusIcon);
|
|
|
122
122
|
var checkIcon__default = /*#__PURE__*/_interopDefaultCompat(checkIcon);
|
|
123
123
|
var minusCircleIcon__default = /*#__PURE__*/_interopDefaultCompat(minusCircleIcon);
|
|
124
124
|
|
|
125
|
-
const libName="@khanacademy/perseus-editor";const libVersion="27.0.
|
|
125
|
+
const libName="@khanacademy/perseus-editor";const libVersion="27.0.2";perseusUtils.addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
126
126
|
|
|
127
127
|
var jsxRuntime = {exports: {}};
|
|
128
128
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Perseus editors",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "27.0.
|
|
6
|
+
"version": "27.0.2",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"@khanacademy/keypad-context": "3.1.1",
|
|
39
39
|
"@khanacademy/kmath": "2.1.1",
|
|
40
40
|
"@khanacademy/perseus-linter": "4.2.1",
|
|
41
|
-
"@khanacademy/math-input": "26.1.
|
|
42
|
-
"@khanacademy/perseus": "66.2.
|
|
41
|
+
"@khanacademy/math-input": "26.1.2",
|
|
42
|
+
"@khanacademy/perseus": "66.2.2",
|
|
43
43
|
"@khanacademy/perseus-core": "18.4.0",
|
|
44
44
|
"@khanacademy/perseus-score": "7.4.0",
|
|
45
|
-
"@khanacademy/
|
|
46
|
-
"@khanacademy/
|
|
45
|
+
"@khanacademy/perseus-utils": "2.1.0",
|
|
46
|
+
"@khanacademy/pure-markdown": "2.2.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@khanacademy/mathjax-renderer": "3.0.0",
|