@kengic/core.react 0.0.1-beta.22 → 0.0.1-beta.23

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.
@@ -45295,7 +45295,7 @@ function lte(e) {
45295
45295
  if (!t || !r || !l)
45296
45296
  return;
45297
45297
  let c = r[i];
45298
- c || (c = { [t]: [] }, r[i] = c), c[t] || (c[t] = []), c[t].push(l);
45298
+ c || (c = { [t]: [] }, r[i] = c), c[t] || (c[t] = []), c[t].includes(l) || c[t].push(l);
45299
45299
  }
45300
45300
  function ZF(e) {
45301
45301
  const { event: t, eventListenerListRecordRecord: r, id: i = "", listener: l } = e ?? {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/core.react",
3
- "version": "0.0.1-beta.22",
3
+ "version": "0.0.1-beta.23",
4
4
  "type": "module",
5
5
  "main": "./kengic-core.react.js",
6
6
  "module": "./kengic-core.react.js",