@pie-element/complex-rubric 3.1.2-next.7 → 3.1.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/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": "3.1.2-next.7+ee3208947",
4
+ "version": "3.1.2",
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": "^4.1.2-next.7+ee3208947",
11
- "@pie-element/rubric": "^4.1.2-next.7+ee3208947",
10
+ "@pie-element/multi-trait-rubric": "^4.1.2",
11
+ "@pie-element/rubric": "^4.1.2",
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": "ee32089478956077a916250c738ef5681176da84",
18
+ "gitHead": "13591afec188569184b3879fe24e2ef7dd28ed0f",
19
19
  "scripts": {
20
20
  "postpublish": "../../scripts/postpublish"
21
21
  },
package/src/print.js CHANGED
@@ -1,4 +1,6 @@
1
+ // here it is actually using rubric/src/index.js, instead of using rubric/src/print.js
1
2
  import Rubric from '@pie-element/rubric';
3
+ // here it is actually using multi-trait-rubric/src/index.js, instead of using multi-trait-rubric/src/print.js
2
4
  import MultiTraitRubric from '@pie-element/multi-trait-rubric';
3
5
  import { RUBRIC_TYPES } from '@pie-lib/pie-toolbox/rubric';
4
6