Skip to content

Commit 1de9e65

Browse files
committed
Merge remote-tracking branch 'origin/main' into sync-progress
2 parents c45e84e + 7784955 commit 1de9e65

File tree

3 files changed

+24
-19
lines changed

3 files changed

+24
-19
lines changed

.changeset/shiny-carpets-mix.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/web': patch
3+
---
4+
5+
Fix an infinite loop when multiple tabs using `WASQLiteVFS.OPFSCoopSyncVFS` are using the database concurrently.

packages/web/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"author": "JOURNEYAPPS",
6161
"license": "Apache-2.0",
6262
"peerDependencies": {
63-
"@journeyapps/wa-sqlite": "^1.2.3",
63+
"@journeyapps/wa-sqlite": "^1.2.4",
6464
"@powersync/common": "workspace:^1.28.0"
6565
},
6666
"dependencies": {
@@ -71,7 +71,7 @@
7171
"commander": "^12.1.0"
7272
},
7373
"devDependencies": {
74-
"@journeyapps/wa-sqlite": "^1.2.3",
74+
"@journeyapps/wa-sqlite": "^1.2.4",
7575
"@types/uuid": "^9.0.6",
7676
"crypto-browserify": "^3.12.0",
7777
"p-defer": "^4.0.1",

pnpm-lock.yaml

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)