@pol-studios/db 1.0.46 → 1.0.48
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-BwMk4VpG.d.ts → DataLayerContext-DWlohoEg.d.ts} +2 -2
- package/dist/auth/context.js +4 -4
- package/dist/auth/hooks.js +5 -5
- package/dist/auth/index.js +5 -5
- package/dist/{chunk-6TZOUA3G.js → chunk-AIYPSXIO.js} +7 -24
- package/dist/{chunk-6TZOUA3G.js.map → chunk-AIYPSXIO.js.map} +1 -1
- package/dist/chunk-CTRY7JDP.js +4112 -0
- package/dist/chunk-CTRY7JDP.js.map +1 -0
- package/dist/{chunk-CNKNEYRB.js → chunk-DKUF2FKB.js} +4 -16
- package/dist/chunk-DKUF2FKB.js.map +1 -0
- package/dist/{chunk-V54K6CMB.js → chunk-FLGHJCW3.js} +2 -2
- package/dist/{chunk-VOC2RRFE.js → chunk-GEU5ED7L.js} +25 -26
- package/dist/chunk-GEU5ED7L.js.map +1 -0
- package/dist/{chunk-FFHMWRRW.js → chunk-GY7HDOBA.js} +4 -4
- package/dist/chunk-INEUG6MC.js +521 -0
- package/dist/chunk-INEUG6MC.js.map +1 -0
- package/dist/{chunk-LF3V3ERS.js → chunk-OKYHI6JG.js} +3 -3
- package/dist/{chunk-ROLZ635F.js → chunk-RJIVXO4U.js} +2 -2
- package/dist/{chunk-AKIRHA4Q.js → chunk-UJWETW36.js} +418 -527
- package/dist/chunk-UJWETW36.js.map +1 -0
- package/dist/{chunk-ADYMMIIJ.js → chunk-WZOQ5KG2.js} +3 -3
- package/dist/{chunk-FI6JAD5G.js → chunk-YA6MUTA7.js} +3 -3
- package/dist/{chunk-Z456IHCB.js → chunk-Z3EJX3VG.js} +3 -3
- package/dist/{chunk-WM25QE7E.js → chunk-ZGQ7Q4ZU.js} +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.js +2 -2
- package/dist/{index-lveh8qb0.d.ts → index-CvAHE2Y2.d.ts} +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +13 -13
- package/dist/index.native.d.ts +5 -5
- package/dist/index.native.js +13 -13
- package/dist/index.web.d.ts +6 -6
- package/dist/index.web.js +13 -13
- package/dist/mutation/index.js +3 -3
- package/dist/parser/index.js +3 -3
- package/dist/query/index.js +4 -4
- package/dist/realtime/index.js +3 -3
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.js +4 -4
- package/dist/{useDbCount-DWfYB2iu.d.ts → useDbCount-Chl9uuR1.d.ts} +1 -1
- package/dist/{useResolveFeedback-CxLccZKK.d.ts → useResolveFeedback-lNxMVfUw.d.ts} +3 -3
- package/dist/with-auth/index.js +7 -7
- package/package.json +1 -1
- package/dist/chunk-AKIRHA4Q.js.map +0 -1
- package/dist/chunk-CNKNEYRB.js.map +0 -1
- package/dist/chunk-JOULSXOI.js +0 -415
- package/dist/chunk-JOULSXOI.js.map +0 -1
- package/dist/chunk-VOC2RRFE.js.map +0 -1
- package/dist/chunk-YUX6RGLZ.js +0 -1858
- package/dist/chunk-YUX6RGLZ.js.map +0 -1
- /package/dist/{chunk-V54K6CMB.js.map → chunk-FLGHJCW3.js.map} +0 -0
- /package/dist/{chunk-FFHMWRRW.js.map → chunk-GY7HDOBA.js.map} +0 -0
- /package/dist/{chunk-LF3V3ERS.js.map → chunk-OKYHI6JG.js.map} +0 -0
- /package/dist/{chunk-ROLZ635F.js.map → chunk-RJIVXO4U.js.map} +0 -0
- /package/dist/{chunk-ADYMMIIJ.js.map → chunk-WZOQ5KG2.js.map} +0 -0
- /package/dist/{chunk-FI6JAD5G.js.map → chunk-YA6MUTA7.js.map} +0 -0
- /package/dist/{chunk-Z456IHCB.js.map → chunk-Z3EJX3VG.js.map} +0 -0
- /package/dist/{chunk-WM25QE7E.js.map → chunk-ZGQ7Q4ZU.js.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as DataLayerContextValue, s as DataLayerCoreContextValue, t as DataLayerStatusContextValue } from './DataLayerContext-
|
|
1
|
+
import { r as DataLayerContextValue, s as DataLayerCoreContextValue, t as DataLayerStatusContextValue } from './DataLayerContext-DWlohoEg.js';
|
|
2
2
|
import { Dispatch, SetStateAction } from 'react';
|
|
3
3
|
import { QueryOptions, WhereClause } from './core/index.js';
|
|
4
4
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
2
2
|
import { UseMutationResult, UseMutationOptions, UseQueryOptions } from '@tanstack/react-query';
|
|
3
3
|
import { SupabaseClient, PostgrestSingleResponse as PostgrestSingleResponse$1, PostgrestError } from '@supabase/supabase-js';
|
|
4
|
-
import { T as TableDataAdapter, C as CapableDataAdapter, c as AdapterCapabilities, A as AdapterQueryResult } from './DataLayerContext-
|
|
4
|
+
import { T as TableDataAdapter, C as CapableDataAdapter, c as AdapterCapabilities, A as AdapterQueryResult } from './DataLayerContext-DWlohoEg.js';
|
|
5
5
|
import { DatabaseSchema, QueryOptions } from './core/index.js';
|
|
6
6
|
import { FunctionsResponse } from '@supabase/functions-js';
|
|
7
7
|
import * as _supabase_postgrest_js from '@supabase/postgrest-js';
|
|
@@ -9,9 +9,9 @@ import { PostgrestSingleResponse } from '@supabase/postgrest-js';
|
|
|
9
9
|
import { G as GetResult } from './select-query-parser-BwyHum1L.js';
|
|
10
10
|
import { G as GenericTable } from './types-CYr9JiUE.js';
|
|
11
11
|
import { D as Database } from './useSupabase-DSZNeXnF.js';
|
|
12
|
-
import { D as DbChangeLog, Q as QueryState } from './index-
|
|
12
|
+
import { D as DbChangeLog, Q as QueryState } from './index-CvAHE2Y2.js';
|
|
13
13
|
import { U as UseDbQuerySingleReturn } from './useDbQuery-C-TL8jY1.js';
|
|
14
|
-
import { J as UseDbUpsertResult } from './useDbCount-
|
|
14
|
+
import { J as UseDbUpsertResult } from './useDbCount-Chl9uuR1.js';
|
|
15
15
|
import { Moment } from 'moment';
|
|
16
16
|
import * as react from 'react';
|
|
17
17
|
import { ReactNode } from 'react';
|
package/dist/with-auth/index.js
CHANGED
|
@@ -5,27 +5,27 @@ import {
|
|
|
5
5
|
useUserMetadataState,
|
|
6
6
|
useUserMetadataValue,
|
|
7
7
|
userMetadataContext
|
|
8
|
-
} from "../chunk-
|
|
8
|
+
} from "../chunk-GY7HDOBA.js";
|
|
9
9
|
import {
|
|
10
10
|
useDbUpsert
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-RJIVXO4U.js";
|
|
12
12
|
import "../chunk-SM73S2DY.js";
|
|
13
13
|
import "../chunk-NSIAAYW3.js";
|
|
14
14
|
import {
|
|
15
15
|
useAuth,
|
|
16
16
|
useSetupAuth
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-FLGHJCW3.js";
|
|
18
18
|
import {
|
|
19
19
|
useDbQuery
|
|
20
|
-
} from "../chunk-
|
|
21
|
-
import "../chunk-
|
|
20
|
+
} from "../chunk-DKUF2FKB.js";
|
|
21
|
+
import "../chunk-AIYPSXIO.js";
|
|
22
22
|
import "../chunk-RT4O5H2E.js";
|
|
23
23
|
import {
|
|
24
24
|
getSupabaseUrl
|
|
25
25
|
} from "../chunk-GC3TBUWE.js";
|
|
26
26
|
import "../chunk-J4ZVCXZ4.js";
|
|
27
|
-
import "../chunk-
|
|
28
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-CTRY7JDP.js";
|
|
28
|
+
import "../chunk-INEUG6MC.js";
|
|
29
29
|
import {
|
|
30
30
|
useSupabase
|
|
31
31
|
} from "../chunk-DMVUEJG2.js";
|