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 11
11
"@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
12
12
"@expo/metro-runtime" : " ^4.0.1" ,
13
13
"@expo/vector-icons" : " ^14.0.0" ,
14
- "@journeyapps/react-native-quick-sqlite" : " ^2.4.5 " ,
14
+ "@journeyapps/react-native-quick-sqlite" : " ^2.4.6 " ,
15
15
"@powersync/common" : " workspace:*" ,
16
16
"@powersync/react" : " workspace:*" ,
17
17
"@powersync/react-native" : " workspace:*" ,
Original file line number Diff line number Diff line change 22
22
"@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
23
23
"@expo/metro-runtime" : " ^4.0.1" ,
24
24
"@faker-js/faker" : " 8.3.1" ,
25
- "@journeyapps/react-native-quick-sqlite" : " ^2.4.5 " ,
25
+ "@journeyapps/react-native-quick-sqlite" : " ^2.4.6 " ,
26
26
"@powersync/common" : " workspace:*" ,
27
27
"@powersync/react" : " workspace:*" ,
28
28
"@powersync/react-native" : " workspace:*" ,
Original file line number Diff line number Diff line change 10
10
"dependencies" : {
11
11
"@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
12
12
"@expo/vector-icons" : " ^14.0.3" ,
13
- "@journeyapps/react-native-quick-sqlite" : " ^2.4.5 " ,
13
+ "@journeyapps/react-native-quick-sqlite" : " ^2.4.6 " ,
14
14
"@powersync/attachments" : " workspace:*" ,
15
15
"@powersync/common" : " workspace:*" ,
16
16
"@powersync/react" : " workspace:*" ,
Original file line number Diff line number Diff line change 13
13
"@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
14
14
"@expo/metro-runtime" : " ^4.0.1" ,
15
15
"@expo/vector-icons" : " ^14.0.2" ,
16
- "@journeyapps/react-native-quick-sqlite" : " ^2.4.5 " ,
16
+ "@journeyapps/react-native-quick-sqlite" : " ^2.4.6 " ,
17
17
"@journeyapps/wa-sqlite" : " ^1.2.0" ,
18
18
"@powersync/attachments" : " workspace:*" ,
19
19
"@powersync/react" : " workspace:*" ,
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ import { finished } from 'node:stream/promises';
8
8
import { exit } from 'node:process' ;
9
9
10
10
// When changing this version, run node download_core.js update_hashes
11
- const version = '0.4.0 ' ;
11
+ const version = '0.4.2 ' ;
12
12
const 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 '
18
18
} ;
19
19
20
20
const platform = OS . platform ( ) ;
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ repositories {
107
107
def kotlin_version = getExtOrDefault(" kotlinVersion" )
108
108
109
109
dependencies {
110
- implementation ' co .powersync:powersync-sqlite-core:0.4.0 '
110
+ implementation ' com .powersync:powersync-sqlite-core:0.4.2 '
111
111
// For < 0.71, this will be from the local maven repo
112
112
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
113
113
// noinspection GradleDynamicVersion
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
18
18
s . dependency "React-callinvoker"
19
19
s . dependency "React"
20
- s . dependency "powersync-sqlite-core" , "~> 0.4.0 "
20
+ s . dependency "powersync-sqlite-core" , "~> 0.4.2 "
21
21
if defined? ( install_modules_dependencies ( ) )
22
22
install_modules_dependencies ( s )
23
23
else
Original file line number Diff line number Diff line change 30
30
},
31
31
"homepage" : " https://docs.powersync.com/" ,
32
32
"peerDependencies" : {
33
- "@journeyapps/react-native-quick-sqlite" : " ^2.4.5 " ,
33
+ "@journeyapps/react-native-quick-sqlite" : " ^2.4.6 " ,
34
34
"@powersync/common" : " workspace:^1.33.2" ,
35
35
"react" : " *" ,
36
36
"react-native" : " *"
46
46
},
47
47
"devDependencies" : {
48
48
"@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 " ,
50
50
"@rollup/plugin-alias" : " ^5.1.0" ,
51
51
"@rollup/plugin-commonjs" : " ^25.0.7" ,
52
52
"@rollup/plugin-inject" : " ^5.0.5" ,
Original file line number Diff line number Diff line change 60
60
"author" : " JOURNEYAPPS" ,
61
61
"license" : " Apache-2.0" ,
62
62
"peerDependencies" : {
63
- "@journeyapps/wa-sqlite" : " ^1.2.5 " ,
63
+ "@journeyapps/wa-sqlite" : " ^1.2.6 " ,
64
64
"@powersync/common" : " workspace:^1.33.2"
65
65
},
66
66
"dependencies" : {
71
71
"commander" : " ^12.1.0"
72
72
},
73
73
"devDependencies" : {
74
- "@journeyapps/wa-sqlite" : " ^1.2.5 " ,
74
+ "@journeyapps/wa-sqlite" : " ^1.2.6 " ,
75
75
"@types/uuid" : " ^9.0.6" ,
76
76
"crypto-browserify" : " ^3.12.0" ,
77
77
"p-defer" : " ^4.0.1" ,
You can’t perform that action at this time.
0 commit comments