@pol-studios/db 1.0.5 → 1.0.7
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 +2 -2
- package/dist/index.js +4824 -7073
- package/dist/index.js.map +1 -1
- package/dist/index.native.js +8258 -10507
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +4350 -6599
- package/dist/index.web.js.map +1 -1
- package/dist/parser/index.js +26 -26
- package/dist/parser/index.js.map +1 -1
- package/dist/query/index.js +6898 -9147
- package/dist/query/index.js.map +1 -1
- package/dist/realtime/index.js +7017 -9266
- package/dist/realtime/index.js.map +1 -1
- package/package.json +12 -13
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)
|