File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed
supabase-edge-function-auth Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ packages:
326326 path: "../../packages/powersync"
327327 relative: true
328328 source: path
329- version: "1.2.2 "
329+ version: "1.3.0 "
330330 realtime_client:
331331 dependency: transitive
332332 description:
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ packages:
326326 path: "../../packages/powersync"
327327 relative: true
328328 source: path
329- version: "1.2.2 "
329+ version: "1.3.0 "
330330 realtime_client:
331331 dependency: transitive
332332 description:
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ packages:
358358 path: "../../packages/powersync"
359359 relative: true
360360 source: path
361- version: "1.2.2 "
361+ version: "1.3.0 "
362362 realtime_client:
363363 dependency: transitive
364364 description:
Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ packages:
422422 path: "../../packages/powersync"
423423 relative: true
424424 source: path
425- version: "1.2.2 "
425+ version: "1.3.0 "
426426 powersync_attachments_helper:
427427 dependency: "direct main"
428428 description:
Original file line number Diff line number Diff line change 1+ ## 1.3.0
2+
3+ - Add ` crudThrottleTime ` option to arguments when running ` PowerSyncDatabase.connect ` to set throttle time for crud operations.
4+
15## 1.2.2
26
37- Deprecate DevConnector and related
Original file line number Diff line number Diff line change 11name : powersync
2- version : 1.2.2
2+ version : 1.3.0
33homepage : https://powersync.com
44repository : https://github.com/powersync-ja/powersync.dart
55description : PowerSync Flutter SDK - keep PostgreSQL databases in sync with on-device SQLite databases.
You can’t perform that action at this time.
0 commit comments