@infinite-table/infinite-react 3.0.12 → 3.0.13
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 +2 -2
- package/index.dev.mjs +2 -2
- package/index.js +2 -2
- package/index.mjs +2 -2
- package/package.json +2 -2
package/index.dev.js
CHANGED
|
@@ -785,7 +785,7 @@ function debug(channelName) {
|
|
|
785
785
|
const now = Date.now();
|
|
786
786
|
if (lastMessageTimestamp && logDiffs) {
|
|
787
787
|
const diff = now - lastMessageTimestamp;
|
|
788
|
-
logFn(`%c
|
|
788
|
+
logFn(`%c[${channel}]`, `color: ${color}`, `+${diff}ms:`);
|
|
789
789
|
}
|
|
790
790
|
lastMessageTimestamp = now;
|
|
791
791
|
logFn(`%c[${channel}]`, `color: ${color}`, ...args);
|
|
@@ -17150,7 +17150,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
17150
17150
|
const valid = (0, import_react50.useMemo)(() => {
|
|
17151
17151
|
let valid2 = isValidLicense(licenseKey, {
|
|
17152
17152
|
publishedAt: 1624970570587,
|
|
17153
|
-
version: "3.0.
|
|
17153
|
+
version: "3.0.13"
|
|
17154
17154
|
});
|
|
17155
17155
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
17156
17156
|
return true;
|
package/index.dev.mjs
CHANGED
|
@@ -743,7 +743,7 @@ function debug(channelName) {
|
|
|
743
743
|
const now = Date.now();
|
|
744
744
|
if (lastMessageTimestamp && logDiffs) {
|
|
745
745
|
const diff = now - lastMessageTimestamp;
|
|
746
|
-
logFn(`%c
|
|
746
|
+
logFn(`%c[${channel}]`, `color: ${color}`, `+${diff}ms:`);
|
|
747
747
|
}
|
|
748
748
|
lastMessageTimestamp = now;
|
|
749
749
|
logFn(`%c[${channel}]`, `color: ${color}`, ...args);
|
|
@@ -17131,7 +17131,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
17131
17131
|
const valid = useMemo11(() => {
|
|
17132
17132
|
let valid2 = isValidLicense(licenseKey, {
|
|
17133
17133
|
publishedAt: 1624970570587,
|
|
17134
|
-
version: "3.0.
|
|
17134
|
+
version: "3.0.13"
|
|
17135
17135
|
});
|
|
17136
17136
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
17137
17137
|
return true;
|