@pol-studios/db 1.0.52 → 1.0.54
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/{chunk-EOJGUOJR.js → chunk-2XS2PM62.js} +2 -2
- package/dist/chunk-2XS2PM62.js.map +1 -0
- package/dist/{chunk-GSORUAS7.js → chunk-BZSAPFFB.js} +4 -4
- package/dist/chunk-BZSAPFFB.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/index.js +3 -3
- package/dist/index.native.js +3 -3
- package/dist/index.web.js +2 -2
- package/dist/query/index.js +1 -1
- package/package.json +3 -3
- package/dist/chunk-EOJGUOJR.js.map +0 -1
- package/dist/chunk-GSORUAS7.js.map +0 -1
|
@@ -4615,7 +4615,7 @@ var AdapterRegistry = class {
|
|
|
4615
4615
|
*/
|
|
4616
4616
|
getAutoAdapter(_strategy, _table) {
|
|
4617
4617
|
if (this.powerSyncAdapter) {
|
|
4618
|
-
return this.powerSyncAdapter;
|
|
4618
|
+
return this.syncTrackingAdapter ?? this.powerSyncAdapter;
|
|
4619
4619
|
}
|
|
4620
4620
|
if (this.supabaseAdapter) {
|
|
4621
4621
|
return this.supabaseAdapter;
|
|
@@ -7984,4 +7984,4 @@ moment/moment.js:
|
|
|
7984
7984
|
(*! license : MIT *)
|
|
7985
7985
|
(*! momentjs.com *)
|
|
7986
7986
|
*/
|
|
7987
|
-
//# sourceMappingURL=chunk-
|
|
7987
|
+
//# sourceMappingURL=chunk-2XS2PM62.js.map
|