Skip to content

Commit 23575a9

Browse files
authored
Merge pull request #25 from powersync-ja/psc-037
* powersync-sqlite-core v0.3.7 * Bump sqlite version. * Rebuild. * Add changeset.
2 parents 31d98cb + a2693c6 commit 23575a9

19 files changed

+16
-11
lines changed

.changeset/purple-cats-do.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+
powersync-sqlite-core 0.3.7; sqlite 3.47.2

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dependencies
2-
SQLITE_VERSION = 3.47.0
3-
MC_SQLITE_VERSION = 1.9.0
2+
SQLITE_VERSION = 3.47.2
3+
MC_SQLITE_VERSION = 1.9.2
44
SQLITE_TARBALL_URL = https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=version-${SQLITE_VERSION}
55
MC_SQLITE_URL = https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v${MC_SQLITE_VERSION}/sqlite3mc-${MC_SQLITE_VERSION}-sqlite-${SQLITE_VERSION}-amalgamation.zip
66
EXTENSION_FUNCTIONS = extension-functions.c

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

834 Bytes
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

490 Bytes
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

602 Bytes
Binary file not shown.

dist/wa-sqlite-async-dynamic-main.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
2.19 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

346 Bytes
Binary file not shown.

dist/wa-sqlite-dynamic-main.mjs

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

dist/wa-sqlite-dynamic-main.wasm

1.18 KB
Binary file not shown.

dist/wa-sqlite-jspi.mjs

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

dist/wa-sqlite-jspi.wasm

148 Bytes
Binary file not shown.

dist/wa-sqlite.mjs

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

dist/wa-sqlite.wasm

250 Bytes
Binary file not shown.

powersync-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.6
1+
v0.3.7

0 commit comments

Comments
 (0)