@pol-studios/db 1.0.5 → 1.0.6

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/README.md CHANGED
@@ -14,7 +14,7 @@ pnpm add @pol-studios/db
14
14
 
15
15
  ```bash
16
16
  # Required
17
- pnpm add react @supabase/supabase-js @tanstack/react-query @pol-studios/auth @pol-studios/hooks
17
+ pnpm add react @supabase/supabase-js @tanstack/react-query @pol-studios/db/auth @pol-studios/hooks
18
18
 
19
19
  # Optional (for React Native / offline-first)
20
20
  pnpm add @powersync/react-native @react-native-community/netinfo react-native
@@ -424,7 +424,7 @@ const unsubscribe = subscribeToNetworkChanges((isOnline) => {
424
424
 
425
425
  ## Related Packages
426
426
 
427
- - [@pol-studios/auth](../auth) - Authentication (required peer dependency)
427
+ - [@pol-studios/db/auth](../auth) - Authentication (required peer dependency)
428
428
  - [@pol-studios/hooks](../hooks) - React hooks (required peer dependency)
429
429
  - [@pol-studios/utils](../utils) - Utility functions
430
430
  - [@pol-studios/features](../features) - Feature modules (uses db)