Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/tame-meals-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@powersync/op-sqlite': patch
'@powersync/react-native': patch
'@powersync/diagnostics-app': patch
'@powersync/web': patch
'@powersync/node': patch
---

Update core extension to 0.4.6
2 changes: 1 addition & 1 deletion demos/angular-supabase-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/platform-browser-dynamic": "^19.2.4",
"@angular/router": "^19.2.4",
"@angular/service-worker": "^19.2.4",
"@journeyapps/wa-sqlite": "^1.3.1",
"@journeyapps/wa-sqlite": "^1.3.2",
"@powersync/web": "workspace:*",
"@supabase/supabase-js": "^2.44.4",
"rxjs": "~7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion demos/django-react-native-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@azure/core-asynciterator-polyfill": "^1.0.2",
"@expo/metro-runtime": "^4.0.1",
"@expo/vector-icons": "^14.0.0",
"@journeyapps/react-native-quick-sqlite": "^2.4.8",
"@journeyapps/react-native-quick-sqlite": "^2.4.9",
"@powersync/common": "workspace:*",
"@powersync/react": "workspace:*",
"@powersync/react-native": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion demos/example-capacitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@capacitor/core": "latest",
"@capacitor/ios": "^6.0.0",
"@capacitor/splash-screen": "latest",
"@journeyapps/wa-sqlite": "^1.3.1",
"@journeyapps/wa-sqlite": "^1.3.2",
"@powersync/react": "workspace:*",
"@powersync/web": "workspace:*",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion demos/example-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@journeyapps/wa-sqlite": "^1.3.1",
"@journeyapps/wa-sqlite": "^1.3.2",
"@mui/icons-material": "^5.15.16",
"@mui/material": "^5.15.16",
"@mui/x-data-grid": "^6.19.11",
Expand Down
2 changes: 1 addition & 1 deletion demos/example-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@journeyapps/wa-sqlite": "^1.3.1",
"@journeyapps/wa-sqlite": "^1.3.2",
"@lexical/react": "^0.15.0",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
Expand Down
2 changes: 1 addition & 1 deletion demos/react-multi-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:build": "pnpm build"
},
"dependencies": {
"@journeyapps/wa-sqlite": "^1.3.1",
"@journeyapps/wa-sqlite": "^1.3.2",
"@powersync/react": "workspace:*",
"@powersync/web": "workspace:*",
"@supabase/supabase-js": "^2.43.1",
Expand Down
2 changes: 1 addition & 1 deletion demos/react-native-supabase-group-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@azure/core-asynciterator-polyfill": "^1.0.2",
"@expo/metro-runtime": "^4.0.1",
"@faker-js/faker": "8.3.1",
"@journeyapps/react-native-quick-sqlite": "^2.4.8",
"@journeyapps/react-native-quick-sqlite": "^2.4.9",
"@powersync/common": "workspace:*",
"@powersync/react": "workspace:*",
"@powersync/react-native": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion demos/react-native-supabase-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@azure/core-asynciterator-polyfill": "^1.0.2",
"@expo/vector-icons": "^14.0.3",
"@journeyapps/react-native-quick-sqlite": "^2.4.8",
"@journeyapps/react-native-quick-sqlite": "^2.4.9",
"@powersync/attachments": "workspace:*",
"@powersync/common": "workspace:*",
"@powersync/react": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions demos/react-native-web-supabase-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@azure/core-asynciterator-polyfill": "^1.0.2",
"@expo/metro-runtime": "^4.0.1",
"@expo/vector-icons": "^14.0.2",
"@journeyapps/react-native-quick-sqlite": "^2.4.8",
"@journeyapps/wa-sqlite": "^1.3.1",
"@journeyapps/react-native-quick-sqlite": "^2.4.9",
"@journeyapps/wa-sqlite": "^1.3.2",
"@powersync/attachments": "workspace:*",
"@powersync/react": "workspace:*",
"@powersync/react-native": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion demos/react-supabase-todolist-optional-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@powersync/web": "workspace:*",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@journeyapps/wa-sqlite": "^1.3.1",
"@journeyapps/wa-sqlite": "^1.3.2",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/x-data-grid": "^6.19.6",
Expand Down
2 changes: 1 addition & 1 deletion demos/react-supabase-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@powersync/web": "workspace:*",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@journeyapps/wa-sqlite": "^1.3.1",
"@journeyapps/wa-sqlite": "^1.3.2",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/x-data-grid": "^6.19.6",
Expand Down
2 changes: 1 addition & 1 deletion demos/yjs-react-supabase-text-collab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@powersync/react": "workspace:*",
"@powersync/web": "workspace:*",
"@journeyapps/wa-sqlite": "^1.3.1",
"@journeyapps/wa-sqlite": "^1.3.2",
"@mui/material": "^5.15.12",
"@mui/x-data-grid": "^6.19.6",
"@supabase/supabase-js": "^2.39.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-sql-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"async-mutex": "^0.4.0"
},
"devDependencies": {
"@powersync/sql-js": "0.0.4",
"@powersync/sql-js": "0.0.5",
"@powersync/web": "workspace:*",
"@rollup/plugin-alias": "^5.1.0",
"@types/sql.js": "^1.4.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/drizzle-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@powersync/web": "workspace:*",
"@journeyapps/wa-sqlite": "^1.3.1",
"@journeyapps/wa-sqlite": "^1.3.2",
"@types/node": "^20.17.6",
"drizzle-orm": "^0.35.2",
"vite": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kysely-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@powersync/web": "workspace:*",
"@journeyapps/wa-sqlite": "^1.3.1",
"@journeyapps/wa-sqlite": "^1.3.2",
"@types/node": "^20.17.6",
"vite": "^6.1.0",
"vite-plugin-top-level-await": "^1.4.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/node/download_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import { finished } from 'node:stream/promises';
import { exit } from 'node:process';

// When changing this version, run node download_core.js update_hashes
const version = '0.4.5';
const version = '0.4.6';
const versionHashes = {
'powersync_x64.dll': '0e9e47f7265257c9f8f7416a1b5ddf91d82199ff88760b595ff6cb1776231489',
'libpowersync_x64.so': '6421d9b280604ca4497b99949e3de24c4245b24105dee5c1e86500942ee27a17',
'libpowersync_aarch64.so': 'fda0951274d5ce623b19a32dee6473597cd401f898f871062421557b2c36936a',
'libpowersync_x64.dylib': '7337dcf21295d293dd073254014386a7e7809a3bb9acec0362158581c5ab3cdb',
'libpowersync_aarch64.dylib': '7d54da7b57f76eb5fd5286151d8f4f75f3ebc9d60e66391a0e6c5cca2ee5c5bc'
'powersync_x64.dll': '5efaa9ad4975094912a36843cb7b503376cacd233d21ae0956f0f4b42dcb457b',
'libpowersync_x64.so': 'e9d78620d69d3cf7d57353891fe0bf85b79d326b42c4669b9500b9e610388f76',
'libpowersync_aarch64.so': '0d84c0dc0134fc89af65724d11e2c45e3c15569c575ecda52d0ec2fa2aeec495',
'libpowersync_x64.dylib': '9b484eaf361451f7758ca6ad53190a73563be930a8f8a39ccefd29390046ef6c',
'libpowersync_aarch64.dylib': 'bfb4f1ec207b298aff560f1825f8123d24316edaa27b6df3a17dd49466576b92'
};

const platform = OS.platform();
Expand Down
2 changes: 1 addition & 1 deletion packages/powersync-op-sqlite/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ repositories {
def kotlin_version = getExtOrDefault("kotlinVersion")

dependencies {
implementation 'com.powersync:powersync-sqlite-core:0.4.5'
implementation 'com.powersync:powersync-sqlite-core:0.4.6'
// For < 0.71, this will be from the local maven repo
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
//noinspection GradleDynamicVersion
Expand Down
2 changes: 1 addition & 1 deletion packages/powersync-op-sqlite/powersync-op-sqlite.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.dependency "React-callinvoker"
s.dependency "React"
s.dependency "powersync-sqlite-core", "~> 0.4.5"
s.dependency "powersync-sqlite-core", "~> 0.4.6"
if defined?(install_modules_dependencies())
install_modules_dependencies(s)
else
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://docs.powersync.com/",
"peerDependencies": {
"@journeyapps/react-native-quick-sqlite": "^2.4.8",
"@journeyapps/react-native-quick-sqlite": "^2.4.9",
"@powersync/common": "workspace:^1.38.1",
"react": "*",
"react-native": "*"
Expand All @@ -47,7 +47,7 @@
},
"devDependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@journeyapps/react-native-quick-sqlite": "^2.4.8",
"@journeyapps/react-native-quick-sqlite": "^2.4.9",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-inject": "^5.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"author": "JOURNEYAPPS",
"license": "Apache-2.0",
"peerDependencies": {
"@journeyapps/wa-sqlite": "^1.3.1",
"@journeyapps/wa-sqlite": "^1.3.2",
"@powersync/common": "workspace:^1.38.1"
},
"dependencies": {
Expand All @@ -71,7 +71,7 @@
"commander": "^12.1.0"
},
"devDependencies": {
"@journeyapps/wa-sqlite": "^1.3.1",
"@journeyapps/wa-sqlite": "^1.3.2",
"@types/uuid": "^9.0.6",
"crypto-browserify": "^3.12.0",
"p-defer": "^4.0.1",
Expand Down
Loading
Loading