Skip to content
Draft
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
7 changes: 7 additions & 0 deletions .changeset/tender-foxes-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@powersync/react-native': minor
'@powersync/node': minor
'@powersync/web': minor
---

Specify @powersync/common only as a direct dependency for main SDK packages. This should prevent some cases where auxillary packages' @powersync/common dependencies are not bumped when SDK packages are bumped.
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
},
"homepage": "https://docs.powersync.com/",
"peerDependencies": {
"@powersync/common": "workspace:^1.46.0",
"better-sqlite3": "12.x"
},
"peerDependenciesMeta": {
Expand All @@ -66,7 +65,7 @@
}
},
"dependencies": {
"@powersync/common": "workspace:*",
"@powersync/common": "workspace:^",
"async-mutex": "catalog:",
"bson": "catalog:",
"comlink": "catalog:",
Expand All @@ -90,4 +89,4 @@
"real-time data stream",
"live data"
]
}
}
3 changes: 1 addition & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"homepage": "https://docs.powersync.com/",
"peerDependencies": {
"@journeyapps/react-native-quick-sqlite": "^2.5.0",
"@powersync/common": "workspace:^1.46.0",
"react": "*",
"react-native": "*"
},
Expand All @@ -43,7 +42,7 @@
}
},
"dependencies": {
"@powersync/common": "workspace:*",
"@powersync/common": "workspace:^",
"@powersync/react": "workspace:*",
"async-mutex": "catalog:"
},
Expand Down
5 changes: 2 additions & 3 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@
"author": "JOURNEYAPPS",
"license": "Apache-2.0",
"peerDependencies": {
"@journeyapps/wa-sqlite": "catalog:",
"@powersync/common": "workspace:^1.46.0"
"@journeyapps/wa-sqlite": "catalog:"
},
"dependencies": {
"@powersync/common": "workspace:*",
"@powersync/common": "workspace:^",
"async-mutex": "catalog:",
"bson": "catalog:",
"comlink": "catalog:",
Expand Down
40 changes: 19 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.