@infinite-table/infinite-react 7.5.0 → 7.5.1

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/index.dev.js CHANGED
@@ -20947,7 +20947,6 @@ function createRowInfoStore() {
20947
20947
  dataArray = newDataArray;
20948
20948
  if (changedIndices.length > 0) {
20949
20949
  queueMicrotask(() => {
20950
- console.log("notify", changedIndices);
20951
20950
  for (let i = 0, len = changedIndices.length; i < len; i++) {
20952
20951
  const index = changedIndices[i];
20953
20952
  const indexSubscribers = subscribers.get(index);
@@ -26082,7 +26081,7 @@ var useLicense = (licenseKey = "") => {
26082
26081
  }
26083
26082
  let valid2 = isValidLicense(licenseKey, {
26084
26083
  publishedAt: 1624970570587,
26085
- version: "7.5.0"
26084
+ version: "7.5.1"
26086
26085
  });
26087
26086
  if (!licenseKey && !valid2 && isInsidePlayground) {
26088
26087
  return true;
package/index.dev.mjs CHANGED
@@ -20887,7 +20887,6 @@ function createRowInfoStore() {
20887
20887
  dataArray = newDataArray;
20888
20888
  if (changedIndices.length > 0) {
20889
20889
  queueMicrotask(() => {
20890
- console.log("notify", changedIndices);
20891
20890
  for (let i = 0, len = changedIndices.length; i < len; i++) {
20892
20891
  const index = changedIndices[i];
20893
20892
  const indexSubscribers = subscribers.get(index);
@@ -26031,7 +26030,7 @@ var useLicense = (licenseKey = "") => {
26031
26030
  }
26032
26031
  let valid2 = isValidLicense(licenseKey, {
26033
26032
  publishedAt: 1624970570587,
26034
- version: "7.5.0"
26033
+ version: "7.5.1"
26035
26034
  });
26036
26035
  if (!licenseKey && !valid2 && isInsidePlayground) {
26037
26036
  return true;