@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.
Files changed (58) hide show
  1. package/dist/{DataLayerContext-BwMk4VpG.d.ts → DataLayerContext-DWlohoEg.d.ts} +2 -2
  2. package/dist/auth/context.js +4 -4
  3. package/dist/auth/hooks.js +5 -5
  4. package/dist/auth/index.js +5 -5
  5. package/dist/{chunk-6TZOUA3G.js → chunk-AIYPSXIO.js} +7 -24
  6. package/dist/{chunk-6TZOUA3G.js.map → chunk-AIYPSXIO.js.map} +1 -1
  7. package/dist/chunk-CTRY7JDP.js +4112 -0
  8. package/dist/chunk-CTRY7JDP.js.map +1 -0
  9. package/dist/{chunk-CNKNEYRB.js → chunk-DKUF2FKB.js} +4 -16
  10. package/dist/chunk-DKUF2FKB.js.map +1 -0
  11. package/dist/{chunk-V54K6CMB.js → chunk-FLGHJCW3.js} +2 -2
  12. package/dist/{chunk-VOC2RRFE.js → chunk-GEU5ED7L.js} +25 -26
  13. package/dist/chunk-GEU5ED7L.js.map +1 -0
  14. package/dist/{chunk-FFHMWRRW.js → chunk-GY7HDOBA.js} +4 -4
  15. package/dist/chunk-INEUG6MC.js +521 -0
  16. package/dist/chunk-INEUG6MC.js.map +1 -0
  17. package/dist/{chunk-LF3V3ERS.js → chunk-OKYHI6JG.js} +3 -3
  18. package/dist/{chunk-ROLZ635F.js → chunk-RJIVXO4U.js} +2 -2
  19. package/dist/{chunk-AKIRHA4Q.js → chunk-UJWETW36.js} +418 -527
  20. package/dist/chunk-UJWETW36.js.map +1 -0
  21. package/dist/{chunk-ADYMMIIJ.js → chunk-WZOQ5KG2.js} +3 -3
  22. package/dist/{chunk-FI6JAD5G.js → chunk-YA6MUTA7.js} +3 -3
  23. package/dist/{chunk-Z456IHCB.js → chunk-Z3EJX3VG.js} +3 -3
  24. package/dist/{chunk-WM25QE7E.js → chunk-ZGQ7Q4ZU.js} +2 -2
  25. package/dist/hooks/index.d.ts +2 -2
  26. package/dist/hooks/index.js +2 -2
  27. package/dist/{index-lveh8qb0.d.ts → index-CvAHE2Y2.d.ts} +1 -1
  28. package/dist/index.d.ts +4 -4
  29. package/dist/index.js +13 -13
  30. package/dist/index.native.d.ts +5 -5
  31. package/dist/index.native.js +13 -13
  32. package/dist/index.web.d.ts +6 -6
  33. package/dist/index.web.js +13 -13
  34. package/dist/mutation/index.js +3 -3
  35. package/dist/parser/index.js +3 -3
  36. package/dist/query/index.js +4 -4
  37. package/dist/realtime/index.js +3 -3
  38. package/dist/types/index.d.ts +2 -2
  39. package/dist/types/index.js +4 -4
  40. package/dist/{useDbCount-DWfYB2iu.d.ts → useDbCount-Chl9uuR1.d.ts} +1 -1
  41. package/dist/{useResolveFeedback-CxLccZKK.d.ts → useResolveFeedback-lNxMVfUw.d.ts} +3 -3
  42. package/dist/with-auth/index.js +7 -7
  43. package/package.json +1 -1
  44. package/dist/chunk-AKIRHA4Q.js.map +0 -1
  45. package/dist/chunk-CNKNEYRB.js.map +0 -1
  46. package/dist/chunk-JOULSXOI.js +0 -415
  47. package/dist/chunk-JOULSXOI.js.map +0 -1
  48. package/dist/chunk-VOC2RRFE.js.map +0 -1
  49. package/dist/chunk-YUX6RGLZ.js +0 -1858
  50. package/dist/chunk-YUX6RGLZ.js.map +0 -1
  51. /package/dist/{chunk-V54K6CMB.js.map → chunk-FLGHJCW3.js.map} +0 -0
  52. /package/dist/{chunk-FFHMWRRW.js.map → chunk-GY7HDOBA.js.map} +0 -0
  53. /package/dist/{chunk-LF3V3ERS.js.map → chunk-OKYHI6JG.js.map} +0 -0
  54. /package/dist/{chunk-ROLZ635F.js.map → chunk-RJIVXO4U.js.map} +0 -0
  55. /package/dist/{chunk-ADYMMIIJ.js.map → chunk-WZOQ5KG2.js.map} +0 -0
  56. /package/dist/{chunk-FI6JAD5G.js.map → chunk-YA6MUTA7.js.map} +0 -0
  57. /package/dist/{chunk-Z456IHCB.js.map → chunk-Z3EJX3VG.js.map} +0 -0
  58. /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-BwMk4VpG.js';
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-BwMk4VpG.js';
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-lveh8qb0.js';
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-DWfYB2iu.js';
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';
@@ -5,27 +5,27 @@ import {
5
5
  useUserMetadataState,
6
6
  useUserMetadataValue,
7
7
  userMetadataContext
8
- } from "../chunk-FFHMWRRW.js";
8
+ } from "../chunk-GY7HDOBA.js";
9
9
  import {
10
10
  useDbUpsert
11
- } from "../chunk-ROLZ635F.js";
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-V54K6CMB.js";
17
+ } from "../chunk-FLGHJCW3.js";
18
18
  import {
19
19
  useDbQuery
20
- } from "../chunk-CNKNEYRB.js";
21
- import "../chunk-6TZOUA3G.js";
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-YUX6RGLZ.js";
28
- import "../chunk-AKIRHA4Q.js";
27
+ import "../chunk-CTRY7JDP.js";
28
+ import "../chunk-INEUG6MC.js";
29
29
  import {
30
30
  useSupabase
31
31
  } from "../chunk-DMVUEJG2.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pol-studios/db",
3
- "version": "1.0.46",
3
+ "version": "1.0.48",
4
4
  "description": "Database layer for React applications with Supabase and PowerSync support",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",