@pie-element/complex-rubric 2.19.5-next.43 → 2.19.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.
@@ -7,7 +7,7 @@
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-lib/pie-toolbox": "next",
10
+ "@pie-lib/pie-toolbox": "1.31.5-next.4",
11
11
  "lodash": "^4.17.15"
12
12
  },
13
13
  "author": "",
@@ -42093,7 +42093,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, callback) {
42093
42093
  }
42094
42094
  },
42095
42095
  loader: {
42096
- load: ['input/mml']
42096
+ load: ['input/mml'],
42097
+ preLoad: function preLoad() {}
42097
42098
  },
42098
42099
  tex: texConfig,
42099
42100
  chtml: {
package/module/element.js CHANGED
@@ -65419,7 +65419,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, callback) {
65419
65419
  }
65420
65420
  },
65421
65421
  loader: {
65422
- load: ['input/mml']
65422
+ load: ['input/mml'],
65423
+ preLoad: function preLoad() {}
65423
65424
  },
65424
65425
  tex: texConfig,
65425
65426
  chtml: {
package/module/print.js CHANGED
@@ -65419,7 +65419,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, callback) {
65419
65419
  }
65420
65420
  },
65421
65421
  loader: {
65422
- load: ['input/mml']
65422
+ load: ['input/mml'],
65423
+ preLoad: function preLoad() {}
65423
65424
  },
65424
65425
  tex: texConfig,
65425
65426
  chtml: {
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "2.19.5-next.43+524ed2558",
4
+ "version": "2.19.5-next.44+a2e933cd2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
- "@pie-element/multi-trait-rubric": "^3.19.5-next.43+524ed2558",
11
- "@pie-element/rubric": "^3.19.5-next.43+524ed2558",
10
+ "@pie-element/multi-trait-rubric": "^3.19.5-next.44+a2e933cd2",
11
+ "@pie-element/rubric": "^3.19.5-next.44+a2e933cd2",
12
12
  "@pie-framework/pie-player-events": "^0.1.0",
13
13
  "classnames": "^2.2.5",
14
14
  "debug": "^4.1.1",
15
15
  "lodash": "^4.17.11",
16
16
  "prop-types": "^15.7.2"
17
17
  },
18
- "gitHead": "524ed2558cc92380d2e6d271a81a8da02b521cf5",
18
+ "gitHead": "a2e933cd27bb052046e245672d3e01cb5ba1b518",
19
19
  "scripts": {
20
20
  "postpublish": "../../scripts/postpublish"
21
21
  },