Skip to content

Commit 9df568f

Browse files
committed
Update powersync core extension to 0.4.2
1 parent ef6305d commit 9df568f

15 files changed

+13
-8
lines changed

.changeset/tall-ducks-refuse.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@journeyapps/wa-sqlite": patch
3+
---
4+
5+
Update PowerSync core extension to 0.4.2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ deps/$(SQLITE_VERSION)/sqlite3mc_amalgamation.c:
212212
cp cache/sqlite3mc-$(MC_SQLITE_VERSION)/sqlite3mc_amalgamation.c deps/$(SQLITE_VERSION)/sqlite3mc_amalgamation.c
213213

214214
# Download static files from PowerSync Core repository
215-
$(POWERSYNC_STATIC_FILES):
215+
$(POWERSYNC_STATIC_FILES): powersync-version scripts/download-core-build.js
216216
node scripts/download-core-build.js
217217

218218
ifeq ($(shell uname), Darwin)

dist/mc-wa-sqlite-async.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/mc-wa-sqlite-async.wasm

52.5 KB
Binary file not shown.

dist/mc-wa-sqlite-jspi.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/mc-wa-sqlite-jspi.wasm

19.9 KB
Binary file not shown.

dist/mc-wa-sqlite.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/mc-wa-sqlite.wasm

19.9 KB
Binary file not shown.

dist/wa-sqlite-async.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/wa-sqlite-async.wasm

52.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)