@pol-studios/db 1.0.39 → 1.0.41

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 (1) hide show
  1. package/package.json +10 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pol-studios/db",
3
- "version": "1.0.39",
3
+ "version": "1.0.41",
4
4
  "description": "Database layer for React applications with Supabase and PowerSync support",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -160,12 +160,6 @@
160
160
  "offline-first",
161
161
  "sync"
162
162
  ],
163
- "scripts": {
164
- "build": "NODE_OPTIONS='--max-old-space-size=8192' tsup",
165
- "dev": "tsup --watch",
166
- "typecheck": "tsc --noEmit",
167
- "prepublishOnly": "pnpm build"
168
- },
169
163
  "peerDependencies": {
170
164
  "@powersync/react-native": ">=1.0.8",
171
165
  "@react-native-async-storage/async-storage": ">=1.19.0",
@@ -194,9 +188,9 @@
194
188
  }
195
189
  },
196
190
  "dependencies": {
197
- "@pol-studios/hooks": "workspace:*",
198
- "@pol-studios/utils": "workspace:*",
199
- "@supabase/postgrest-js": "^2.87.1"
191
+ "@supabase/postgrest-js": "^2.87.1",
192
+ "@pol-studios/hooks": "1.0.11",
193
+ "@pol-studios/utils": "1.0.9"
200
194
  },
201
195
  "devDependencies": {
202
196
  "@babel/core": "^7.28.0",
@@ -209,5 +203,10 @@
209
203
  },
210
204
  "publishConfig": {
211
205
  "access": "public"
206
+ },
207
+ "scripts": {
208
+ "build": "NODE_OPTIONS='--max-old-space-size=8192' tsup",
209
+ "dev": "tsup --watch",
210
+ "typecheck": "tsc --noEmit"
212
211
  }
213
- }
212
+ }