@pie-element/fraction-model 2.2.5-next.0 → 2.2.5-next.17

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.
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
10
  "@pie-framework/pie-configure-events": "^1.3.0",
11
- "@pie-lib/pie-toolbox": "2.4.0",
11
+ "@pie-lib/pie-toolbox": "2.4.1",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15",
14
14
  "prop-types": "^15.6.2",
@@ -6,7 +6,7 @@
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "dependencies": {
9
- "@pie-lib/pie-toolbox": "2.4.0",
9
+ "@pie-lib/pie-toolbox": "2.4.1",
10
10
  "debug": "^3.1.0",
11
11
  "lodash": "^4.17.15"
12
12
  },
@@ -36,7 +36,7 @@
36
36
  "prompt": {
37
37
  "description": "The question prompt or item stem",
38
38
  "type": "string",
39
- "title": "question"
39
+ "title": "prompt"
40
40
  },
41
41
  "modelTypeSelected": {
42
42
  "description": "Indicates if the model type should be Bar or Pie model",
package/package.json CHANGED
@@ -4,12 +4,12 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "2.2.5-next.0+c8a5ec494",
7
+ "version": "2.2.5-next.17+0e7dad48f",
8
8
  "description": "",
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
- "@pie-lib/pie-toolbox": "2.4.0",
12
+ "@pie-lib/pie-toolbox": "2.4.1",
13
13
  "prop-types": "^15.6.1",
14
14
  "react": "^16.8.1",
15
15
  "react-dom": "^16.8.1",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "author": "",
19
19
  "license": "ISC",
20
- "gitHead": "c8a5ec494017a289b458cc2203760273767ef328",
20
+ "gitHead": "0e7dad48f541e7c5c10212e58c6ae846c60be93c",
21
21
  "scripts": {
22
22
  "postpublish": "../../scripts/postpublish"
23
23
  },