@pol-studios/db 1.0.8 → 1.0.9
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pol-studios/db",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Database layer for React applications with Supabase and PowerSync support",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -97,7 +97,6 @@
|
|
|
97
97
|
"sync"
|
|
98
98
|
],
|
|
99
99
|
"peerDependencies": {
|
|
100
|
-
"@pol-studios/hooks": ">=1.0.0",
|
|
101
100
|
"@powersync/react-native": ">=1.0.8",
|
|
102
101
|
"@react-native-community/netinfo": ">=9.0.0",
|
|
103
102
|
"@supabase/supabase-js": ">=2.0.0",
|
|
@@ -117,6 +116,7 @@
|
|
|
117
116
|
}
|
|
118
117
|
},
|
|
119
118
|
"dependencies": {
|
|
119
|
+
"@pol-studios/hooks": ">=1.0.0",
|
|
120
120
|
"@supabase/postgrest-js": "^2.87.1"
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
@@ -125,8 +125,8 @@
|
|
|
125
125
|
"@types/flat": "^5.0.5",
|
|
126
126
|
"tsup": "^8.0.0",
|
|
127
127
|
"typescript": "^5.0.0",
|
|
128
|
-
"@pol-studios/
|
|
129
|
-
"@pol-studios/
|
|
128
|
+
"@pol-studios/utils": "1.0.9",
|
|
129
|
+
"@pol-studios/hooks": "1.0.8"
|
|
130
130
|
},
|
|
131
131
|
"publishConfig": {
|
|
132
132
|
"access": "public"
|