File tree Expand file tree Collapse file tree 3 files changed +21
-6
lines changed 
demos/react-supabase-todolist-sync-streams Expand file tree Collapse file tree 3 files changed +21
-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 1+ #  Copy this template: `cp .env.local.template .env.local`
2+ #  Edit .env.local and enter your Supabase and PowerSync project details.
3+ VITE_SUPABASE_URL = https://nommptavixjmpjfbwjch.supabase.co 
4+ VITE_SUPABASE_ANON_KEY = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im5vbW1wdGF2aXhqbXBqZmJ3amNoIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MzY5MzEyMjgsImV4cCI6MjA1MjUwNzIyOH0.S7ww6OKdjrXG1vj0H2hPnyhba7bJqt9LLd1p1FRn2zc 
5+ VITE_POWERSYNC_URL = https://678775966cf706da85f4e447.powersync.journeyapps.com 
6+ # VITE_POWERSYNC_URL=http://localhost:8080
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