@pie-players/pie-tool-answer-eliminator 0.3.21 → 0.3.22

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.
@@ -2712,6 +2712,7 @@ var js = class {
2712
2712
  };
2713
2713
  }, Xe = /* @__PURE__ */ new Map(), to = "__pieToolElementUnmount", Nr = Object.freeze([1.5, 2]), ro = (e) => {
2714
2714
  if (!Array.isArray(e)) return [...Nr];
2715
+ if (e.length === 0) return [];
2715
2716
  const t = /* @__PURE__ */ new Set();
2716
2717
  for (const r of e) {
2717
2718
  if (typeof r != "number" || !Number.isFinite(r) || r <= 0) continue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-players/pie-tool-answer-eliminator",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "type": "module",
5
5
  "description": "Answer eliminator tool for PIE assessment player - supports process-of-elimination test-taking strategy",
6
6
  "repository": {
@@ -46,9 +46,9 @@
46
46
  "unpkg": "./dist/tool-answer-eliminator.js",
47
47
  "jsdelivr": "./dist/tool-answer-eliminator.js",
48
48
  "dependencies": {
49
- "@pie-players/pie-assessment-toolkit": "0.3.21",
50
- "@pie-players/pie-context": "0.3.21",
51
- "@pie-players/pie-players-shared": "0.3.21"
49
+ "@pie-players/pie-assessment-toolkit": "0.3.22",
50
+ "@pie-players/pie-context": "0.3.22",
51
+ "@pie-players/pie-players-shared": "0.3.22"
52
52
  },
53
53
  "types": "./dist/index.d.ts",
54
54
  "scripts": {