We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1b0bf commit 4a27874Copy full SHA for 4a27874
packages/powersync/bin/setup_web.dart
@@ -92,7 +92,6 @@ void main(List<String> arguments) async {
92
bool coreVersionIsInRange(String tag) {
93
//Sets the range of powersync core version that is compatible with the sqlite3 version
94
VersionConstraint constraint = VersionConstraint.parse('>=0.1.0 <=0.1.9');
95
- if (!tag.contains("-powersync")) return false;
96
List<String> parts = tag.split('-');
97
String powersyncPart = parts[1];
98
0 commit comments