@pol-studios/db 1.0.51 → 1.0.53
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/{DataLayerContext--jqUiEMX.d.ts → DataLayerContext-DND_nO5a.d.ts} +3 -3
- package/dist/{chunk-G6E25CWV.js → chunk-D55QGM4P.js} +3 -3
- package/dist/{chunk-PGTRDT5K.js → chunk-FZJX2FZS.js} +685 -698
- package/dist/chunk-FZJX2FZS.js.map +1 -0
- package/dist/{chunk-QJZUIAHA.js → chunk-HZIVE5AZ.js} +14 -6
- package/dist/{chunk-QJZUIAHA.js.map → chunk-HZIVE5AZ.js.map} +1 -1
- package/dist/hooks/index.d.ts +2 -2
- package/dist/{index-CJ8GAb_-.d.ts → index-bMBDRkMF.d.ts} +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +3 -3
- package/dist/index.native.d.ts +5 -5
- package/dist/index.native.js +3 -3
- package/dist/index.web.d.ts +6 -6
- package/dist/index.web.js +2 -2
- package/dist/query/index.js +1 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/{useDbCount-DeXtNH0E.d.ts → useDbCount-BGSlyv-F.d.ts} +1 -1
- package/dist/{useResolveFeedback-HTdDM4AQ.d.ts → useResolveFeedback-DLvQD0Wl.d.ts} +3 -3
- package/package.json +3 -3
- package/dist/chunk-PGTRDT5K.js.map +0 -1
- /package/dist/{chunk-G6E25CWV.js.map → chunk-D55QGM4P.js.map} +0 -0
|
@@ -740,10 +740,10 @@ declare class AdapterRegistry {
|
|
|
740
740
|
*/
|
|
741
741
|
getTableAlias(table: string): string;
|
|
742
742
|
/**
|
|
743
|
-
* Get adapter using auto-detection
|
|
743
|
+
* Get adapter using auto-detection.
|
|
744
744
|
*
|
|
745
|
-
*
|
|
746
|
-
*
|
|
745
|
+
* Simple logic: PowerSync first, Supabase fallback ONLY when online.
|
|
746
|
+
* Once PowerSync is initialized, always use it for offline-first behavior.
|
|
747
747
|
*/
|
|
748
748
|
private getAutoAdapter;
|
|
749
749
|
/**
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
createAdapterRegistry,
|
|
4
4
|
createSupabaseAdapter,
|
|
5
5
|
stripSchemaPrefix
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-FZJX2FZS.js";
|
|
7
7
|
import {
|
|
8
8
|
DataLayerContext,
|
|
9
9
|
DataLayerCoreContext,
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
QueryExecutor,
|
|
14
14
|
extractRelationNames,
|
|
15
15
|
parseSelect
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-HZIVE5AZ.js";
|
|
17
17
|
import {
|
|
18
18
|
useSupabase
|
|
19
19
|
} from "./chunk-DMVUEJG2.js";
|
|
@@ -4968,4 +4968,4 @@ object-assign/index.js:
|
|
|
4968
4968
|
@license MIT
|
|
4969
4969
|
*)
|
|
4970
4970
|
*/
|
|
4971
|
-
//# sourceMappingURL=chunk-
|
|
4971
|
+
//# sourceMappingURL=chunk-D55QGM4P.js.map
|