@infinite-table/infinite-react 5.0.3 → 5.0.4
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 -1
- package/index.dev.mjs +2 -1
- package/index.js +2 -1
- package/index.mjs +2 -1
- package/package.json +2 -2
package/index.dev.js
CHANGED
|
@@ -13184,6 +13184,7 @@ var Indexer = class {
|
|
|
13184
13184
|
this.primaryKeyToData.delete(pk);
|
|
13185
13185
|
deleted = true;
|
|
13186
13186
|
arr.splice(i, 1);
|
|
13187
|
+
i--;
|
|
13187
13188
|
}
|
|
13188
13189
|
if (info.type === "update" && !deleted) {
|
|
13189
13190
|
item = { ...item, ...info.data };
|
|
@@ -20197,7 +20198,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
20197
20198
|
}
|
|
20198
20199
|
let valid2 = isValidLicense(licenseKey, {
|
|
20199
20200
|
publishedAt: 1624970570587,
|
|
20200
|
-
version: "5.0.
|
|
20201
|
+
version: "5.0.4"
|
|
20201
20202
|
});
|
|
20202
20203
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
20203
20204
|
return true;
|
package/index.dev.mjs
CHANGED
|
@@ -13141,6 +13141,7 @@ var Indexer = class {
|
|
|
13141
13141
|
this.primaryKeyToData.delete(pk);
|
|
13142
13142
|
deleted = true;
|
|
13143
13143
|
arr.splice(i, 1);
|
|
13144
|
+
i--;
|
|
13144
13145
|
}
|
|
13145
13146
|
if (info.type === "update" && !deleted) {
|
|
13146
13147
|
item = { ...item, ...info.data };
|
|
@@ -20163,7 +20164,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
20163
20164
|
}
|
|
20164
20165
|
let valid2 = isValidLicense(licenseKey, {
|
|
20165
20166
|
publishedAt: 1624970570587,
|
|
20166
|
-
version: "5.0.
|
|
20167
|
+
version: "5.0.4"
|
|
20167
20168
|
});
|
|
20168
20169
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
20169
20170
|
return true;
|
package/index.js
CHANGED
|
@@ -13184,6 +13184,7 @@ var Indexer = class {
|
|
|
13184
13184
|
this.primaryKeyToData.delete(pk);
|
|
13185
13185
|
deleted = true;
|
|
13186
13186
|
arr.splice(i, 1);
|
|
13187
|
+
i--;
|
|
13187
13188
|
}
|
|
13188
13189
|
if (info.type === "update" && !deleted) {
|
|
13189
13190
|
item = { ...item, ...info.data };
|
|
@@ -20197,7 +20198,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
20197
20198
|
}
|
|
20198
20199
|
let valid2 = isValidLicense(licenseKey, {
|
|
20199
20200
|
publishedAt: 1624970570587,
|
|
20200
|
-
version: "5.0.
|
|
20201
|
+
version: "5.0.4"
|
|
20201
20202
|
});
|
|
20202
20203
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
20203
20204
|
return true;
|
package/index.mjs
CHANGED
|
@@ -13141,6 +13141,7 @@ var Indexer = class {
|
|
|
13141
13141
|
this.primaryKeyToData.delete(pk);
|
|
13142
13142
|
deleted = true;
|
|
13143
13143
|
arr.splice(i, 1);
|
|
13144
|
+
i--;
|
|
13144
13145
|
}
|
|
13145
13146
|
if (info.type === "update" && !deleted) {
|
|
13146
13147
|
item = { ...item, ...info.data };
|
|
@@ -20163,7 +20164,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
20163
20164
|
}
|
|
20164
20165
|
let valid2 = isValidLicense(licenseKey, {
|
|
20165
20166
|
publishedAt: 1624970570587,
|
|
20166
|
-
version: "5.0.
|
|
20167
|
+
version: "5.0.4"
|
|
20167
20168
|
});
|
|
20168
20169
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
20169
20170
|
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": "5.0.
|
|
28
|
+
"version": "5.0.4",
|
|
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":
|
|
37
|
+
"publishedAt": 1728903998687
|
|
38
38
|
}
|