@pie-element/ebsr 9.3.1-next.27 → 9.3.1-next.32
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/module/element.js +1 -1
- package/module/print.js +1 -1
- package/package.json +3 -3
package/module/element.js
CHANGED
|
@@ -16774,7 +16774,7 @@ getDefaultExportFromCjs(SerializedMmlVisitor);
|
|
|
16774
16774
|
var NEWLINE_BLOCK_REGEX = /\\embed\{newLine\}\[\]/g;
|
|
16775
16775
|
var NEWLINE_LATEX = '\\newline ';
|
|
16776
16776
|
var getGlobal = function getGlobal() {
|
|
16777
|
-
var key = '@pie-lib/math-rendering
|
|
16777
|
+
var key = '@pie-lib/math-rendering@2';
|
|
16778
16778
|
if (typeof window !== 'undefined') {
|
|
16779
16779
|
if (!window[key]) {
|
|
16780
16780
|
window[key] = {};
|
package/module/print.js
CHANGED
|
@@ -16737,7 +16737,7 @@ getDefaultExportFromCjs(SerializedMmlVisitor);
|
|
|
16737
16737
|
var NEWLINE_BLOCK_REGEX = /\\embed\{newLine\}\[\]/g;
|
|
16738
16738
|
var NEWLINE_LATEX = '\\newline ';
|
|
16739
16739
|
var getGlobal = function getGlobal() {
|
|
16740
|
-
var key = '@pie-lib/math-rendering
|
|
16740
|
+
var key = '@pie-lib/math-rendering@2';
|
|
16741
16741
|
if (typeof window !== 'undefined') {
|
|
16742
16742
|
if (!window[key]) {
|
|
16743
16743
|
window[key] = {};
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/ebsr",
|
|
3
|
-
"version": "9.3.1-next.
|
|
3
|
+
"version": "9.3.1-next.32+b1d8e6e31",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": "pie-framework/pie-elements",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@pie-element/multiple-choice": "^8.3.1-next.
|
|
10
|
+
"@pie-element/multiple-choice": "^8.3.1-next.32+b1d8e6e31",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
12
|
"classnames": "^2.2.5",
|
|
13
13
|
"debug": "^4.1.1",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"author": "pie framework developers",
|
|
17
17
|
"license": "ISC",
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "b1d8e6e31b14a11bef6b19a2cc4af50477511868",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|