File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
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/diagnostics-app ' : patch
5+ ' @powersync/web ' : patch
6+ ' @powersync/node ' : patch
7+ ---
8+
9+ Update core extension to 0.4.6
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.5 ' ;
11+ const version = '0.4.6 ' ;
1212const versionHashes = {
13- 'powersync_x64.dll' : '0e9e47f7265257c9f8f7416a1b5ddf91d82199ff88760b595ff6cb1776231489 ' ,
14- 'libpowersync_x64.so' : '6421d9b280604ca4497b99949e3de24c4245b24105dee5c1e86500942ee27a17 ' ,
15- 'libpowersync_aarch64.so' : 'fda0951274d5ce623b19a32dee6473597cd401f898f871062421557b2c36936a ' ,
16- 'libpowersync_x64.dylib' : '7337dcf21295d293dd073254014386a7e7809a3bb9acec0362158581c5ab3cdb ' ,
17- 'libpowersync_aarch64.dylib' : '7d54da7b57f76eb5fd5286151d8f4f75f3ebc9d60e66391a0e6c5cca2ee5c5bc '
13+ 'powersync_x64.dll' : '5efaa9ad4975094912a36843cb7b503376cacd233d21ae0956f0f4b42dcb457b ' ,
14+ 'libpowersync_x64.so' : 'e9d78620d69d3cf7d57353891fe0bf85b79d326b42c4669b9500b9e610388f76 ' ,
15+ 'libpowersync_aarch64.so' : '0d84c0dc0134fc89af65724d11e2c45e3c15569c575ecda52d0ec2fa2aeec495 ' ,
16+ 'libpowersync_x64.dylib' : '9b484eaf361451f7758ca6ad53190a73563be930a8f8a39ccefd29390046ef6c ' ,
17+ 'libpowersync_aarch64.dylib' : 'bfb4f1ec207b298aff560f1825f8123d24316edaa27b6df3a17dd49466576b92 '
1818} ;
1919
2020const platform = OS . platform ( ) ;
You can’t perform that action at this time.
0 commit comments