@khanacademy/perseus-editor 14.12.2 → 14.12.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 +2 -2
package/dist/es/index.js
CHANGED
|
@@ -47,7 +47,7 @@ import arrowCounterClockwise from '@phosphor-icons/core/bold/arrow-counter-clock
|
|
|
47
47
|
|
|
48
48
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
49
49
|
const libName = "@khanacademy/perseus-editor";
|
|
50
|
-
const libVersion = "14.12.
|
|
50
|
+
const libVersion = "14.12.3";
|
|
51
51
|
addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
52
52
|
|
|
53
53
|
function _extends() {
|
package/dist/index.js
CHANGED
|
@@ -100,7 +100,7 @@ var arrowCounterClockwise__default = /*#__PURE__*/_interopDefaultLegacy(arrowCou
|
|
|
100
100
|
|
|
101
101
|
// This file is processed by a Rollup plugin (replace) to inject the production
|
|
102
102
|
const libName = "@khanacademy/perseus-editor";
|
|
103
|
-
const libVersion = "14.12.
|
|
103
|
+
const libVersion = "14.12.3";
|
|
104
104
|
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
|
|
105
105
|
|
|
106
106
|
function _extends() {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Perseus editors",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "14.12.
|
|
6
|
+
"version": "14.12.3",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@khanacademy/keypad-context": "^1.0.4",
|
|
39
39
|
"@khanacademy/kmath": "^0.1.16",
|
|
40
40
|
"@khanacademy/math-input": "^21.1.4",
|
|
41
|
-
"@khanacademy/perseus": "^42.0.
|
|
41
|
+
"@khanacademy/perseus": "^42.0.2",
|
|
42
42
|
"@khanacademy/perseus-core": "1.5.3",
|
|
43
43
|
"@khanacademy/pure-markdown": "^0.3.11",
|
|
44
44
|
"mafs": "^0.19.0"
|