Skip to content

Commit c2d0f9e

Browse files
committed
Update PowerSync core extension
1 parent c901fc8 commit c2d0f9e

31 files changed

Lines changed: 756 additions & 1427 deletions

File tree

.changeset/fair-laws-pay.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@powersync/web': minor
3+
'@powersync/op-sqlite': patch
4+
'@powersync/adapter-sql-js': patch
5+
'@powersync/react-native': patch
6+
'@powersync/diagnostics-app': patch
7+
'@powersync/capacitor': patch
8+
'@powersync/node': patch
9+
'@powersync/nuxt': patch
10+
---
11+
12+
Update PowerSync SQLite core extension to 0.4.12

demos/angular-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@angular/platform-browser-dynamic": "^19.2.4",
2323
"@angular/router": "^19.2.4",
2424
"@angular/service-worker": "^19.2.4",
25-
"@journeyapps/wa-sqlite": "^1.5.0",
25+
"@journeyapps/wa-sqlite": "^1.6.0",
2626
"@powersync/web": "^1.37.2",
2727
"@supabase/supabase-js": "^2.44.4",
2828
"rxjs": "~7.8.1",

demos/django-react-native-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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.5.1",
14+
"@journeyapps/react-native-quick-sqlite": "^2.5.2",
1515
"@powersync/react": "^1.10.0",
1616
"@powersync/react-native": "^1.34.0",
1717
"@react-native-community/async-storage": "^1.12.1",

demos/example-capacitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@capacitor/ios": "^7.4.3",
2727
"@capacitor/splash-screen": "7.0.0",
2828
"@powersync/capacitor": "^0.5.2",
29-
"@journeyapps/wa-sqlite": "^1.5.0",
29+
"@journeyapps/wa-sqlite": "^1.6.0",
3030
"@powersync/react": "^1.10.0",
3131
"@powersync/web": "^1.37.2",
3232
"react": "^18.2.0",

demos/example-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@emotion/react": "^11.13.0",
2323
"@emotion/styled": "^11.13.0",
24-
"@journeyapps/wa-sqlite": "^1.5.0",
24+
"@journeyapps/wa-sqlite": "^1.6.0",
2525
"@mui/icons-material": "^5.15.16",
2626
"@mui/material": "^5.15.16",
2727
"@mui/x-data-grid": "^6.19.11",

demos/example-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@emotion/react": "^11.11.4",
1717
"@emotion/styled": "^11.11.5",
1818
"@fontsource/roboto": "^5.0.13",
19-
"@journeyapps/wa-sqlite": "^1.5.0",
19+
"@journeyapps/wa-sqlite": "^1.6.0",
2020
"@lexical/react": "^0.15.0",
2121
"@mui/icons-material": "^5.15.18",
2222
"@mui/material": "^5.15.18",

demos/example-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:build": "pnpm build && vitest run"
1313
},
1414
"dependencies": {
15-
"@journeyapps/wa-sqlite": "^1.5.0",
15+
"@journeyapps/wa-sqlite": "^1.6.0",
1616
"@powersync/web": "^1.37.2"
1717
},
1818
"devDependencies": {

demos/react-multi-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:build": "pnpm build"
1111
},
1212
"dependencies": {
13-
"@journeyapps/wa-sqlite": "^1.5.0",
13+
"@journeyapps/wa-sqlite": "^1.6.0",
1414
"@powersync/react": "^1.10.0",
1515
"@powersync/web": "^1.37.2",
1616
"@supabase/supabase-js": "^2.43.1",

demos/react-native-supabase-group-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@azure/core-asynciterator-polyfill": "^1.0.2",
2525
"@expo/vector-icons": "^15.0.3",
2626
"@faker-js/faker": "^10.1.0",
27-
"@journeyapps/react-native-quick-sqlite": "^2.5.1",
27+
"@journeyapps/react-native-quick-sqlite": "^2.5.2",
2828
"@powersync/react-native": "^1.34.0",
2929
"@react-native-async-storage/async-storage": "2.2.0",
3030
"@react-navigation/bottom-tabs": "^7.4.0",

demos/react-native-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@azure/core-asynciterator-polyfill": "^1.0.2",
1313
"@dr.pogodin/react-native-fs": "2.37.0",
1414
"@expo/vector-icons": "^15.1.1",
15-
"@journeyapps/react-native-quick-sqlite": "^2.5.1",
15+
"@journeyapps/react-native-quick-sqlite": "^2.5.2",
1616
"@powersync/attachments-storage-react-native": "^0.0.2",
1717
"@powersync/common": "^1.52.0",
1818
"@powersync/react": "^1.10.0",

0 commit comments

Comments
 (0)