prostgles-client 4.0.243 → 4.0.245
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/dist/SyncedTable/SyncedTable.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.no-sync.js +1 -1
- package/dist/prostgles.d.ts +4 -0
- package/dist/prostgles.d.ts.map +1 -1
- package/dist/react-hooks.js +2 -2
- package/dist/useProstglesClient.d.ts +1 -1
- package/dist/useProstglesClient.d.ts.map +1 -1
- package/dist/useProstglesClient.js +1 -2
- package/package.json +1 -1
|
@@ -680,7 +680,7 @@ class SyncedTable {
|
|
|
680
680
|
matchesIdObj(a, b) {
|
|
681
681
|
return Boolean(a && b && !this.id_fields.sort().find((k) => a[k] !== b[k]));
|
|
682
682
|
}
|
|
683
|
-
// TODO:
|
|
683
|
+
// TODO: offline-first deletes if allow_delete = true
|
|
684
684
|
// setDeleted(idObj, fullArray){
|
|
685
685
|
// let deleted: object[] = [];
|
|
686
686
|
// if(fullArray) deleted = fullArray;
|