@khanacademy/perseus-editor 29.0.1 → 29.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 +3 -3
package/dist/es/index.js
CHANGED
|
@@ -65,7 +65,7 @@ import xIcon from '@phosphor-icons/core/regular/x.svg';
|
|
|
65
65
|
import checkIcon from '@phosphor-icons/core/bold/check-bold.svg';
|
|
66
66
|
import minusCircleIcon from '@phosphor-icons/core/bold/minus-circle-bold.svg';
|
|
67
67
|
|
|
68
|
-
const libName="@khanacademy/perseus-editor";const libVersion="29.0.
|
|
68
|
+
const libName="@khanacademy/perseus-editor";const libVersion="29.0.2";addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
69
69
|
|
|
70
70
|
var jsxRuntime = {exports: {}};
|
|
71
71
|
|
package/dist/index.js
CHANGED
|
@@ -132,7 +132,7 @@ var xIcon__default = /*#__PURE__*/_interopDefaultCompat(xIcon);
|
|
|
132
132
|
var checkIcon__default = /*#__PURE__*/_interopDefaultCompat(checkIcon);
|
|
133
133
|
var minusCircleIcon__default = /*#__PURE__*/_interopDefaultCompat(minusCircleIcon);
|
|
134
134
|
|
|
135
|
-
const libName="@khanacademy/perseus-editor";const libVersion="29.0.
|
|
135
|
+
const libName="@khanacademy/perseus-editor";const libVersion="29.0.2";perseusUtils.addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
136
136
|
|
|
137
137
|
var jsxRuntime = {exports: {}};
|
|
138
138
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Perseus editors",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "29.0.
|
|
6
|
+
"version": "29.0.2",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"mafs": "^0.19.0",
|
|
37
37
|
"tiny-invariant": "1.3.1",
|
|
38
38
|
"@khanacademy/kas": "2.2.0",
|
|
39
|
-
"@khanacademy/keypad-context": "3.2.38",
|
|
40
39
|
"@khanacademy/kmath": "2.2.38",
|
|
41
40
|
"@khanacademy/math-input": "26.4.8",
|
|
42
|
-
"@khanacademy/perseus": "76.0.
|
|
41
|
+
"@khanacademy/perseus": "76.0.2",
|
|
43
42
|
"@khanacademy/perseus-core": "23.6.0",
|
|
44
43
|
"@khanacademy/perseus-linter": "4.8.6",
|
|
44
|
+
"@khanacademy/keypad-context": "3.2.38",
|
|
45
45
|
"@khanacademy/perseus-score": "8.3.0",
|
|
46
46
|
"@khanacademy/perseus-utils": "2.1.4"
|
|
47
47
|
},
|