Skip to content

Commit b8565dd

Browse files
committed
chore: merge main
1 parent 018f352 commit b8565dd

File tree

42 files changed

+297
-208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+297
-208
lines changed

.changeset/rude-snakes-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-singers-attack.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@powersync/op-sqlite': patch
3+
'@powersync/react-native': patch
4+
'@powersync/diagnostics-app': patch
5+
'@powersync/common': patch
6+
'@powersync/web': patch
7+
---
8+
9+
Update powersync-sqlite-core to 0.3.8 - Increase limit on number of columns per table to 1999.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export const environment = {
2+
supabaseUrl: 'https://whlrfrfknkhckmffonio.supabase.co',
3+
supabaseKey:
4+
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6IndobHJmcmZrbmtoY2ttZmZvbmlvIiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTkzODE0ODYsImV4cCI6MjAxNDk1NzQ4Nn0.gUTu3LDFetyda4Hd2gZLtv9o8pvCxEjDjm6DCVjrehw',
5+
powersyncUrl: 'https://654a826e1b70717c8dc85790.powersync.journeyapps.com'
6+
};

demos/angular-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@angular/platform-browser-dynamic": "^18.1.1",
2424
"@angular/router": "^18.1.1",
2525
"@angular/service-worker": "^18.1.1",
26-
"@journeyapps/wa-sqlite": "^1.0.0",
26+
"@journeyapps/wa-sqlite": "^1.2.0",
2727
"@powersync/web": "workspace:*",
2828
"@supabase/supabase-js": "^2.44.4",
2929
"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
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@azure/core-asynciterator-polyfill": "^1.0.2",
1212
"@expo/vector-icons": "^14.0.0",
13-
"@journeyapps/react-native-quick-sqlite": "^2.2.0",
13+
"@journeyapps/react-native-quick-sqlite": "^2.3.0",
1414
"@powersync/common": "workspace:*",
1515
"@powersync/react": "workspace:*",
1616
"@powersync/react-native": "workspace:*",

demos/example-capacitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@capacitor/core": "latest",
2424
"@capacitor/ios": "^6.0.0",
2525
"@capacitor/splash-screen": "latest",
26-
"@journeyapps/wa-sqlite": "^1.0.0",
26+
"@journeyapps/wa-sqlite": "^1.2.0",
2727
"@powersync/react": "workspace:*",
2828
"@powersync/web": "workspace:*",
2929
"js-logger": "^1.6.1",

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.0.0",
24+
"@journeyapps/wa-sqlite": "^1.2.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
@@ -14,7 +14,7 @@
1414
"@emotion/react": "^11.11.4",
1515
"@emotion/styled": "^11.11.5",
1616
"@fontsource/roboto": "^5.0.13",
17-
"@journeyapps/wa-sqlite": "^1.0.0",
17+
"@journeyapps/wa-sqlite": "^1.2.0",
1818
"@lexical/react": "^0.15.0",
1919
"@mui/icons-material": "^5.15.18",
2020
"@mui/material": "^5.15.18",

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.0.0",
13+
"@journeyapps/wa-sqlite": "^1.2.0",
1414
"@powersync/react": "workspace:*",
1515
"@powersync/web": "workspace:*",
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
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@azure/core-asynciterator-polyfill": "^1.0.2",
2323
"@faker-js/faker": "8.3.1",
24-
"@journeyapps/react-native-quick-sqlite": "^2.2.0",
24+
"@journeyapps/react-native-quick-sqlite": "^2.3.0",
2525
"@powersync/common": "workspace:*",
2626
"@powersync/react": "workspace:*",
2727
"@powersync/react-native": "workspace:*",

0 commit comments

Comments
 (0)