@pie-element/explicit-constructed-response 6.22.5-next.43 → 6.22.5-next.44
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/configure/package.json +1 -1
- package/controller/package.json +1 -1
- package/module/element.js +2 -1
- package/module/print.js +2 -1
- package/package.json +3 -3
package/configure/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@material-ui/core": "^3.9.2",
|
|
9
9
|
"@material-ui/icons": "^3.0.1",
|
|
10
10
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
11
|
-
"@pie-lib/pie-toolbox": "next",
|
|
11
|
+
"@pie-lib/pie-toolbox": "1.31.5-next.4",
|
|
12
12
|
"classnames": "^2.2.6",
|
|
13
13
|
"debug": "^3.1.0",
|
|
14
14
|
"lodash": "^4.17.15",
|
package/controller/package.json
CHANGED
package/module/element.js
CHANGED
|
@@ -19207,7 +19207,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, callback) {
|
|
|
19207
19207
|
}
|
|
19208
19208
|
},
|
|
19209
19209
|
loader: {
|
|
19210
|
-
load: ['input/mml']
|
|
19210
|
+
load: ['input/mml'],
|
|
19211
|
+
preLoad: function preLoad() {}
|
|
19211
19212
|
},
|
|
19212
19213
|
tex: texConfig,
|
|
19213
19214
|
chtml: {
|
package/module/print.js
CHANGED
|
@@ -19170,7 +19170,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, callback) {
|
|
|
19170
19170
|
}
|
|
19171
19171
|
},
|
|
19172
19172
|
loader: {
|
|
19173
|
-
load: ['input/mml']
|
|
19173
|
+
load: ['input/mml'],
|
|
19174
|
+
preLoad: function preLoad() {}
|
|
19174
19175
|
},
|
|
19175
19176
|
tex: texConfig,
|
|
19176
19177
|
chtml: {
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "6.22.5-next.
|
|
7
|
+
"version": "6.22.5-next.44+a2e933cd2",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"postpublish": "../../scripts/postpublish"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@material-ui/core": "^3.9.2",
|
|
14
14
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
15
|
-
"@pie-lib/pie-toolbox": "next",
|
|
15
|
+
"@pie-lib/pie-toolbox": "1.31.5-next.4",
|
|
16
16
|
"classnames": "^2.2.5",
|
|
17
17
|
"lodash": "^4.17.10",
|
|
18
18
|
"prop-types": "^15.6.1",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "ISC",
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "a2e933cd27bb052046e245672d3e01cb5ba1b518",
|
|
25
25
|
"main": "lib/index.js",
|
|
26
26
|
"module": "src/index.js",
|
|
27
27
|
"exports": {
|