@infinite-table/infinite-react 4.4.2-canary.0 → 5.0.0-canary.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
@@ -19765,7 +19765,7 @@ var useLicense = (licenseKey = "") => {
19765
19765
  }
19766
19766
  let valid2 = isValidLicense(licenseKey, {
19767
19767
  publishedAt: 1624970570587,
19768
- version: "4.4.2-canary.0"
19768
+ version: "5.0.0-canary.1"
19769
19769
  });
19770
19770
  if (!licenseKey && !valid2 && isInsidePlayground) {
19771
19771
  return true;
package/index.dev.mjs CHANGED
@@ -19736,7 +19736,7 @@ var useLicense = (licenseKey = "") => {
19736
19736
  }
19737
19737
  let valid2 = isValidLicense(licenseKey, {
19738
19738
  publishedAt: 1624970570587,
19739
- version: "4.4.2-canary.0"
19739
+ version: "5.0.0-canary.1"
19740
19740
  });
19741
19741
  if (!licenseKey && !valid2 && isInsidePlayground) {
19742
19742
  return true;
package/index.js CHANGED
@@ -19765,7 +19765,7 @@ var useLicense = (licenseKey = "") => {
19765
19765
  }
19766
19766
  let valid2 = isValidLicense(licenseKey, {
19767
19767
  publishedAt: 1624970570587,
19768
- version: "4.4.2-canary.0"
19768
+ version: "5.0.0-canary.1"
19769
19769
  });
19770
19770
  if (!licenseKey && !valid2 && isInsidePlayground) {
19771
19771
  return true;
package/index.mjs CHANGED
@@ -19736,7 +19736,7 @@ var useLicense = (licenseKey = "") => {
19736
19736
  }
19737
19737
  let valid2 = isValidLicense(licenseKey, {
19738
19738
  publishedAt: 1624970570587,
19739
- version: "4.4.2-canary.0"
19739
+ version: "5.0.0-canary.1"
19740
19740
  });
19741
19741
  if (!licenseKey && !valid2 && isInsidePlayground) {
19742
19742
  return true;
package/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "bugs": {
26
26
  "url": "https://github.com/infinite-table/infinite-react/issues"
27
27
  },
28
- "version": "4.4.2-canary.0",
28
+ "version": "5.0.0-canary.1",
29
29
  "main": "index.js",
30
30
  "module": "index.mjs",
31
31
  "typings": "index.d.ts",
@@ -34,5 +34,5 @@
34
34
  },
35
35
  "license": "Commercial & Open Source",
36
36
  "//": "will be updated at build time",
37
- "publishedAt": 1726840383681
37
+ "publishedAt": 1726844089529
38
38
  }