File tree Expand file tree Collapse file tree 13 files changed +111
-98
lines changed
django-react-native-todolist
react-native-supabase-group-chat
react-native-supabase-todolist
react-native-web-supabase-todolist Expand file tree Collapse file tree 13 files changed +111
-98
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @powersync/op-sqlite ' : patch
3+ ' @powersync/react-native ' : patch
4+ ' @powersync/node ' : patch
5+ ' @powersync/web ' : patch
6+ ---
7+
8+ Update PowerSync core extension to 0.4.2
Original file line number Diff line number Diff line change 1111 "@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
1212 "@expo/metro-runtime" : " ^4.0.1" ,
1313 "@expo/vector-icons" : " ^14.0.0" ,
14- "@journeyapps/react-native-quick-sqlite" : " ^2.4.5 " ,
14+ "@journeyapps/react-native-quick-sqlite" : " ^2.4.6 " ,
1515 "@powersync/common" : " workspace:*" ,
1616 "@powersync/react" : " workspace:*" ,
1717 "@powersync/react-native" : " workspace:*" ,
Original file line number Diff line number Diff line change 2222 "@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
2323 "@expo/metro-runtime" : " ^4.0.1" ,
2424 "@faker-js/faker" : " 8.3.1" ,
25- "@journeyapps/react-native-quick-sqlite" : " ^2.4.5 " ,
25+ "@journeyapps/react-native-quick-sqlite" : " ^2.4.6 " ,
2626 "@powersync/common" : " workspace:*" ,
2727 "@powersync/react" : " workspace:*" ,
2828 "@powersync/react-native" : " workspace:*" ,
Original file line number Diff line number Diff line change 1010 "dependencies" : {
1111 "@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
1212 "@expo/vector-icons" : " ^14.0.3" ,
13- "@journeyapps/react-native-quick-sqlite" : " ^2.4.5 " ,
13+ "@journeyapps/react-native-quick-sqlite" : " ^2.4.6 " ,
1414 "@powersync/attachments" : " workspace:*" ,
1515 "@powersync/common" : " workspace:*" ,
1616 "@powersync/react" : " workspace:*" ,
Original file line number Diff line number Diff line change 1313 "@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
1414 "@expo/metro-runtime" : " ^4.0.1" ,
1515 "@expo/vector-icons" : " ^14.0.2" ,
16- "@journeyapps/react-native-quick-sqlite" : " ^2.4.5 " ,
16+ "@journeyapps/react-native-quick-sqlite" : " ^2.4.6 " ,
1717 "@journeyapps/wa-sqlite" : " ^1.2.0" ,
1818 "@powersync/attachments" : " workspace:*" ,
1919 "@powersync/react" : " workspace:*" ,
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ import { finished } from 'node:stream/promises';
88import { exit } from 'node:process' ;
99
1010// When changing this version, run node download_core.js update_hashes
11- const version = '0.4.0 ' ;
11+ const version = '0.4.2 ' ;
1212const versionHashes = {
13- 'powersync_x64.dll' : 'f15ba428cda09ed671cf54996a93745e2ff268475ea82bccba102acb1c1d2398 ' ,
14- 'libpowersync_x64.so' : 'b9175b6b235619aa3eb80d69a42cab961ecf12ecb1a2ae7d7d1e3fb817117ed8 ' ,
15- 'libpowersync_aarch64.so' : 'fe6cbe67b5bc8944a3a01829c1f72407ada0c8d5f7a2eb18f7f1326f90125451 ' ,
16- 'libpowersync_x64.dylib' : '8175c97148ecc25a13e4c31fa413a34c5ace24fc11fbf2655da5948e832b733b ' ,
17- 'libpowersync_aarch64.dylib' : '7c1c9189e564c06214d8035ec5830670cef5b21eb37715db0289a57b25e84aa5 '
13+ 'powersync_x64.dll' : '1106ea05b6c5671cb273300ba0712382a4b7f93b925d0d3640993ea6adab1415 ' ,
14+ 'libpowersync_x64.so' : '9a6c8b501ffa1cc1e41c8ccf3859e1263da8699ba125196e853b792b0c8932a5 ' ,
15+ 'libpowersync_aarch64.so' : '790f668982ffadff838bc3340a7a60464b10f060ea4eeb78a2c51a0bb930121e ' ,
16+ 'libpowersync_x64.dylib' : 'e3886580a4f2aa5ecfc6bd9a09e478c525fb35c88c7983ebc65039d253caf2f0 ' ,
17+ 'libpowersync_aarch64.dylib' : '93f559a2eb181f7b97c8a56386b098fcc15f3b11169516c58598d8930ebce92b '
1818} ;
1919
2020const platform = OS . platform ( ) ;
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ repositories {
107107def kotlin_version = getExtOrDefault(" kotlinVersion" )
108108
109109dependencies {
110- implementation ' co .powersync:powersync-sqlite-core:0.4.0 '
110+ implementation ' com .powersync:powersync-sqlite-core:0.4.2 '
111111 // For < 0.71, this will be from the local maven repo
112112 // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
113113 // noinspection GradleDynamicVersion
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
1818 s . dependency "React-callinvoker"
1919 s . dependency "React"
20- s . dependency "powersync-sqlite-core" , "~> 0.4.0 "
20+ s . dependency "powersync-sqlite-core" , "~> 0.4.2 "
2121 if defined? ( install_modules_dependencies ( ) )
2222 install_modules_dependencies ( s )
2323 else
Original file line number Diff line number Diff line change 3030 },
3131 "homepage" : " https://docs.powersync.com/" ,
3232 "peerDependencies" : {
33- "@journeyapps/react-native-quick-sqlite" : " ^2.4.5 " ,
33+ "@journeyapps/react-native-quick-sqlite" : " ^2.4.6 " ,
3434 "@powersync/common" : " workspace:^1.33.2" ,
3535 "react" : " *" ,
3636 "react-native" : " *"
4646 },
4747 "devDependencies" : {
4848 "@craftzdog/react-native-buffer" : " ^6.0.5" ,
49- "@journeyapps/react-native-quick-sqlite" : " ^2.4.5 " ,
49+ "@journeyapps/react-native-quick-sqlite" : " ^2.4.6 " ,
5050 "@rollup/plugin-alias" : " ^5.1.0" ,
5151 "@rollup/plugin-commonjs" : " ^25.0.7" ,
5252 "@rollup/plugin-inject" : " ^5.0.5" ,
Original file line number Diff line number Diff line change 6060 "author" : " JOURNEYAPPS" ,
6161 "license" : " Apache-2.0" ,
6262 "peerDependencies" : {
63- "@journeyapps/wa-sqlite" : " ^1.2.5 " ,
63+ "@journeyapps/wa-sqlite" : " ^1.2.6 " ,
6464 "@powersync/common" : " workspace:^1.33.2"
6565 },
6666 "dependencies" : {
7171 "commander" : " ^12.1.0"
7272 },
7373 "devDependencies" : {
74- "@journeyapps/wa-sqlite" : " ^1.2.5 " ,
74+ "@journeyapps/wa-sqlite" : " ^1.2.6 " ,
7575 "@types/uuid" : " ^9.0.6" ,
7676 "crypto-browserify" : " ^3.12.0" ,
7777 "p-defer" : " ^4.0.1" ,
You can’t perform that action at this time.
0 commit comments