@pie-players/pie-tool-graph 0.3.59 → 0.3.60
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/dist/tool-graph.js +3 -1
- package/package.json +4 -4
package/dist/tool-graph.js
CHANGED
|
@@ -3481,9 +3481,11 @@ function au(e) {
|
|
|
3481
3481
|
"pie-multiple-choice",
|
|
3482
3482
|
"pie-inline-choice",
|
|
3483
3483
|
"pie-select-text",
|
|
3484
|
+
"pie-ebsr",
|
|
3484
3485
|
"multiple-choice",
|
|
3485
3486
|
"inline-choice",
|
|
3486
|
-
"select-text"
|
|
3487
|
+
"select-text",
|
|
3488
|
+
"ebsr"
|
|
3487
3489
|
];
|
|
3488
3490
|
if (qs(e)) {
|
|
3489
3491
|
const r = e.item.config;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-players/pie-tool-graph",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.60",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Interactive coordinate grid graphing tool for PIE assessment player",
|
|
6
6
|
"repository": {
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"unpkg": "./dist/tool-graph.js",
|
|
36
36
|
"jsdelivr": "./dist/tool-graph.js",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@pie-players/pie-assessment-toolkit": "0.3.
|
|
39
|
-
"@pie-players/pie-context": "0.3.
|
|
40
|
-
"@pie-players/pie-players-shared": "0.3.
|
|
38
|
+
"@pie-players/pie-assessment-toolkit": "0.3.60",
|
|
39
|
+
"@pie-players/pie-context": "0.3.60",
|
|
40
|
+
"@pie-players/pie-players-shared": "0.3.60"
|
|
41
41
|
},
|
|
42
42
|
"types": "./dist/index.d.ts",
|
|
43
43
|
"scripts": {
|