@khanacademy/perseus-editor 38.1.2 → 38.1.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 +5 -5
package/dist/es/index.js
CHANGED
|
@@ -66,7 +66,7 @@ import minusCircleIcon from '@phosphor-icons/core/bold/minus-circle-bold.svg';
|
|
|
66
66
|
import arrowDown from '@phosphor-icons/core/regular/arrow-down.svg';
|
|
67
67
|
import arrowUp from '@phosphor-icons/core/regular/arrow-up.svg';
|
|
68
68
|
|
|
69
|
-
const libName="@khanacademy/perseus-editor";const libVersion="38.1.
|
|
69
|
+
const libName="@khanacademy/perseus-editor";const libVersion="38.1.3";addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
70
70
|
|
|
71
71
|
var jsxRuntime = {exports: {}};
|
|
72
72
|
|
package/dist/index.js
CHANGED
|
@@ -133,7 +133,7 @@ var minusCircleIcon__default = /*#__PURE__*/_interopDefaultCompat(minusCircleIco
|
|
|
133
133
|
var arrowDown__default = /*#__PURE__*/_interopDefaultCompat(arrowDown);
|
|
134
134
|
var arrowUp__default = /*#__PURE__*/_interopDefaultCompat(arrowUp);
|
|
135
135
|
|
|
136
|
-
const libName="@khanacademy/perseus-editor";const libVersion="38.1.
|
|
136
|
+
const libName="@khanacademy/perseus-editor";const libVersion="38.1.3";perseusUtils.addLibraryVersionToPerseusDebug(libName,libVersion);
|
|
137
137
|
|
|
138
138
|
var jsxRuntime = {exports: {}};
|
|
139
139
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Perseus editors",
|
|
4
4
|
"author": "Khan Academy",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "38.1.
|
|
6
|
+
"version": "38.1.3",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@khanacademy/kas": "2.2.6",
|
|
39
39
|
"@khanacademy/keypad-context": "3.2.87",
|
|
40
40
|
"@khanacademy/kmath": "2.4.46",
|
|
41
|
-
"@khanacademy/math-input": "27.0.
|
|
42
|
-
"@khanacademy/perseus": "85.1.
|
|
41
|
+
"@khanacademy/math-input": "27.0.9",
|
|
42
|
+
"@khanacademy/perseus": "85.1.3",
|
|
43
43
|
"@khanacademy/perseus-core": "38.0.1",
|
|
44
44
|
"@khanacademy/perseus-linter": "5.2.0",
|
|
45
45
|
"@khanacademy/perseus-utils": "2.1.5"
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"perseus-build-settings": "0.9.1"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
|
-
"@khanacademy/mathjax-renderer": "^3.
|
|
80
|
+
"@khanacademy/mathjax-renderer": "^3.1.4",
|
|
81
81
|
"@khanacademy/wonder-blocks-accordion": "^3.1.69",
|
|
82
82
|
"@khanacademy/wonder-blocks-badge": "^1.1.21",
|
|
83
83
|
"@khanacademy/wonder-blocks-banner": "^5.1.11",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
},
|
|
109
109
|
"keywords": [],
|
|
110
110
|
"khan": {
|
|
111
|
-
"catalogHash": "
|
|
111
|
+
"catalogHash": "7f07796630cee0b3"
|
|
112
112
|
},
|
|
113
113
|
"scripts": {}
|
|
114
114
|
}
|