@pol-studios/db 1.0.18 → 1.0.19
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-ZFM6AGWV.js → chunk-2T6WTCP4.js} +56 -27
- package/dist/chunk-2T6WTCP4.js.map +1 -0
- package/dist/{chunk-XOPORVJG.js → chunk-R5B2XMN5.js} +6 -8
- package/dist/chunk-R5B2XMN5.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/index.native.js +2 -2
- package/dist/index.web.js +1 -1
- package/package.json +1 -1
- package/dist/DataLayerContext-ZmLPYR_s.d.ts +0 -825
- package/dist/EntityPermissions-DwFt4tUd.d.ts +0 -35
- package/dist/FilterConfig-Bt2Ek74z.d.ts +0 -99
- package/dist/UserMetadataContext-B8gVWGMl.d.ts +0 -35
- package/dist/UserMetadataContext-DntmpK41.d.ts +0 -33
- package/dist/auth/context.d.ts +0 -48
- package/dist/auth/guards.d.ts +0 -180
- package/dist/auth/hooks.d.ts +0 -312
- package/dist/auth/index.d.ts +0 -11
- package/dist/chunk-XOPORVJG.js.map +0 -1
- package/dist/chunk-ZFM6AGWV.js.map +0 -1
- package/dist/client/index.d.ts +0 -16
- package/dist/core/index.d.ts +0 -539
- package/dist/database.types-ChFCG-4M.d.ts +0 -8604
- package/dist/executor-CB4KHyYG.d.ts +0 -507
- package/dist/gen/index.d.ts +0 -1099
- package/dist/hooks/index.d.ts +0 -100
- package/dist/index-BNKhgDdC.d.ts +0 -433
- package/dist/index.d.ts +0 -33
- package/dist/index.native.d.ts +0 -773
- package/dist/index.web.d.ts +0 -321
- package/dist/mutation/index.d.ts +0 -58
- package/dist/parser/index.d.ts +0 -366
- package/dist/powersync-bridge/index.d.ts +0 -284
- package/dist/query/index.d.ts +0 -723
- package/dist/realtime/index.d.ts +0 -44
- package/dist/select-query-parser-BwyHum1L.d.ts +0 -352
- package/dist/setupAuthContext-Kv-THH-h.d.ts +0 -61
- package/dist/types/index.d.ts +0 -10
- package/dist/types-CYr9JiUE.d.ts +0 -62
- package/dist/useBatchUpsert-9OYjibLh.d.ts +0 -24
- package/dist/useDbCount-Id14x_1P.d.ts +0 -1082
- package/dist/useDbQuery-C-TL8jY1.d.ts +0 -19
- package/dist/useReceiptAI-6HkRpRml.d.ts +0 -58
- package/dist/useResolveFeedback-Ca2rh_Bs.d.ts +0 -997
- package/dist/useSupabase-DvWVuHHE.d.ts +0 -28
- package/dist/with-auth/index.d.ts +0 -704
package/dist/index.js
CHANGED
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
useHasConflicts,
|
|
27
27
|
usePendingConflicts,
|
|
28
28
|
useSupabaseUpload
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-2T6WTCP4.js";
|
|
30
30
|
import {
|
|
31
31
|
ADAPTER_STRATEGIES,
|
|
32
32
|
AdapterAutoDetector,
|
|
@@ -81,7 +81,7 @@ import {
|
|
|
81
81
|
useUpsertChangelog,
|
|
82
82
|
useUpsertChangelogEntry,
|
|
83
83
|
useUpsertChangelogMedia
|
|
84
|
-
} from "./chunk-
|
|
84
|
+
} from "./chunk-R5B2XMN5.js";
|
|
85
85
|
import {
|
|
86
86
|
LiveChangeContext,
|
|
87
87
|
LiveChangeContextProvider,
|
package/dist/index.native.js
CHANGED
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
useHasConflicts,
|
|
16
16
|
usePendingConflicts,
|
|
17
17
|
useSupabaseUpload
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-2T6WTCP4.js";
|
|
19
19
|
import {
|
|
20
20
|
ADAPTER_STRATEGIES,
|
|
21
21
|
AdapterAutoDetector,
|
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
useUpsertChangelog,
|
|
71
71
|
useUpsertChangelogEntry,
|
|
72
72
|
useUpsertChangelogMedia
|
|
73
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-R5B2XMN5.js";
|
|
74
74
|
import {
|
|
75
75
|
LiveChangeContext,
|
|
76
76
|
LiveChangeContextProvider,
|
package/dist/index.web.js
CHANGED