promogame-player 0.0.19 → 0.0.20

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.
@@ -648,7 +648,7 @@ const Le = ce.forwardRef(
648
648
  const s = (i) => {
649
649
  v == null || v(f, i);
650
650
  };
651
- u(f, s), d.push({ key: f, event: s });
651
+ u(f, s), console.log("registered event", f), d.push({ key: f, event: s });
652
652
  }
653
653
  return t.current = [...t.current, ...d], () => {
654
654
  for (const { key: f, event: s } of t.current)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promogame-player",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "type": "module",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",