@pol-studios/db 1.0.15 → 1.0.16
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-7OQKP7EP.js → chunk-IFSUOZ3K.js} +11 -1
- package/dist/chunk-IFSUOZ3K.js.map +1 -0
- package/dist/{chunk-QJQRGM7E.js → chunk-W6VA36BC.js} +2 -2
- 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/chunk-7OQKP7EP.js.map +0 -1
- /package/dist/{chunk-QJQRGM7E.js.map → chunk-W6VA36BC.js.map} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
createAdapterAutoDetector,
|
|
3
3
|
createAdapterRegistry,
|
|
4
4
|
createSupabaseAdapter
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-IFSUOZ3K.js";
|
|
6
6
|
import {
|
|
7
7
|
DataLayerCoreContext,
|
|
8
8
|
DataLayerStatusContext
|
|
@@ -5234,4 +5234,4 @@ object-assign/index.js:
|
|
|
5234
5234
|
@license MIT
|
|
5235
5235
|
*)
|
|
5236
5236
|
*/
|
|
5237
|
-
//# sourceMappingURL=chunk-
|
|
5237
|
+
//# sourceMappingURL=chunk-W6VA36BC.js.map
|
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-W6VA36BC.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-IFSUOZ3K.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-W6VA36BC.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-IFSUOZ3K.js";
|
|
74
74
|
import {
|
|
75
75
|
LiveChangeContext,
|
|
76
76
|
LiveChangeContextProvider,
|
package/dist/index.web.js
CHANGED