Skip to content

Commit 6de610b

Browse files
committed
Fix query context in diff trigger callback
1 parent 6098c2e commit 6de610b

53 files changed

Lines changed: 142 additions & 62 deletions

File tree

Some content is hidden

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

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"fixed": [],
66
"linked": [],
77
"access": "restricted",
8-
"baseBranch": "main",
8+
"baseBranch": "v1",
99
"updateInternalDependencies": "patch",
1010
"ignore": ["import-tests", "powersynctests"],
1111
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- main
6+
- v1
77
workflow_dispatch: # For dev publishing
88

99
concurrency: ${{ github.workflow }}-${{ github.ref }}

demos/angular-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@angular/router": "^19.2.4",
2525
"@angular/service-worker": "^19.2.4",
2626
"@journeyapps/wa-sqlite": "^1.7.0",
27-
"@powersync/web": "^1.38.6",
27+
"@powersync/web": "^1.38.7",
2828
"@supabase/supabase-js": "^2.44.4",
2929
"rxjs": "~7.8.1",
3030
"tslib": "^2.6.3",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@expo/vector-icons": "^14.0.0",
1414
"@journeyapps/react-native-quick-sqlite": "^2.5.2",
1515
"@powersync/react": "^1.10.0",
16-
"@powersync/react-native": "^1.35.7",
16+
"@powersync/react-native": "^1.35.8",
1717
"@react-native-community/async-storage": "^1.12.1",
1818
"@react-native-community/masked-view": "^0.1.11",
1919
"@react-navigation/drawer": "^7.1.1",

demos/example-capacitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@journeyapps/wa-sqlite": "^1.7.0",
2929
"@powersync/capacitor": "^0.7.0",
3030
"@powersync/react": "^1.10.0",
31-
"@powersync/web": "^1.38.6",
31+
"@powersync/web": "^1.38.7",
3232
"react": "^18.2.0",
3333
"react-dom": "^18.2.0",
3434
"react-router-dom": "^6.23.0"

demos/example-electron-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"webpack": "^5.90.1"
4242
},
4343
"dependencies": {
44-
"@powersync/node": "^0.19.2",
44+
"@powersync/node": "^0.19.3",
4545
"better-sqlite3": "^12.2.0",
4646
"electron-squirrel-startup": "^1.0.1"
4747
}

demos/example-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@mui/x-data-grid": "^6.19.11",
2828
"express": "^4.19.2",
2929
"@powersync/react": "^1.10.0",
30-
"@powersync/web": "^1.38.6",
30+
"@powersync/web": "^1.38.7",
3131
"electron-squirrel-startup": "^1.0.0",
3232
"react": "^18.2.0",
3333
"react-dom": "^18.2.0",

demos/example-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@journeyapps/wa-sqlite": "^1.7.0",
2020
"@powersync/react": "^1.10.0",
21-
"@powersync/web": "^1.38.6",
21+
"@powersync/web": "^1.38.7",
2222
"@tailwindcss/postcss": "^4.2.2",
2323
"jose": "^5.9.6",
2424
"next": "^16.1.1",

demos/example-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "node --import ./register.mjs src/main.ts"
1111
},
1212
"dependencies": {
13-
"@powersync/node": "^0.19.2",
13+
"@powersync/node": "^0.19.3",
1414
"better-sqlite3": "^12.10.0",
1515
"better-sqlite3-multiple-ciphers": "^12.9.0",
1616
"dotenv": "^16.4.7",

demos/example-vite-encryption/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:build": "pnpm build"
1212
},
1313
"dependencies": {
14-
"@powersync/web": "^1.38.6"
14+
"@powersync/web": "^1.38.7"
1515
},
1616
"devDependencies": {
1717
"@swc/core": "~1.6.0",

0 commit comments

Comments
 (0)