Skip to content

Commit 8cc3335

Browse files
authored
fix(adapter-sql-js): Updated sql-js upstream version to support rust sync implementation (#681)
1 parent 074f4cd commit 8cc3335

File tree

3 files changed

+778
-452
lines changed

3 files changed

+778
-452
lines changed

.changeset/fair-buttons-deliver.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/adapter-sql-js': patch
3+
---
4+
5+
Updated sql-js upstream version to support rust sync implementation.

packages/adapter-sql-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"async-mutex": "^0.4.0"
3636
},
3737
"devDependencies": {
38-
"@powersync/sql-js": "0.0.1",
38+
"@powersync/sql-js": "0.0.2",
3939
"@powersync/web": "workspace:*",
4040
"@rollup/plugin-alias": "^5.1.0",
4141
"@types/sql.js": "^1.4.9",

0 commit comments

Comments
 (0)