Skip to content

Commit a206b30

Browse files
authored
Merge pull request #11 from powersync-ja/release/0.2.0
powersync-sqlite-core v0.2.0
2 parents edc07c5 + a4b10a3 commit a206b30

14 files changed

+450
-416
lines changed

.changeset/empty-walls-doubt.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+
Fix some type declarations

.changeset/hungry-mangos-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@journeyapps/wa-sqlite": minor
3+
---
4+
5+
Update powersync-sqlite-core to v0.2.0

.changeset/red-cars-attack.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@journeyapps/wa-sqlite": minor
3+
---
4+
5+
Rename back to @journeyapps/wa-sqlite

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ name: wa-sqlite CI
55

66
on:
77
push:
8-
branches: ['master']
8+
branches: ["master"]
99
pull_request:
10-
branches: ['master']
10+
branches: ["master"]
1111

1212
env:
13-
EM_VERSION: 3.1.45
14-
EM_CACHE_FOLDER: 'emsdk-cache'
13+
EM_VERSION: 3.1.64
14+
EM_CACHE_FOLDER: "emsdk-cache"
1515

1616
jobs:
1717
build:
@@ -24,12 +24,12 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
with:
27-
submodules: 'recursive'
27+
submodules: "recursive"
2828
- name: Use Node.js ${{ matrix.node-version }}
2929
uses: actions/setup-node@v3
3030
with:
3131
node-version: ${{ matrix.node-version }}
32-
cache: 'npm'
32+
cache: "npm"
3333

3434
# Install yarn dependencies.
3535
- name: Get yarn cache directory path
@@ -45,8 +45,8 @@ jobs:
4545
- run: yarn install
4646
- name: Rust Setup
4747
run: |
48-
rustup toolchain install nightly-2023-08-28-x86_64-unknown-linux-gnu
49-
rustup component add rust-src --toolchain nightly-2023-08-28-x86_64-unknown-linux-gnu
48+
rustup toolchain install nightly-2024-05-18-x86_64-unknown-linux-gnu
49+
rustup component add rust-src --toolchain nightly-2024-05-18-x86_64-unknown-linux-gnu
5050
5151
- name: Test with checked-in WASM files
5252
run: yarn test --reporters progress

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @powersync/wa-sqlite
1+
# @journeyapps/wa-sqlite
22

33
## 0.2.1
44

dist/wa-sqlite-async.mjs

Lines changed: 134 additions & 133 deletions
Large diffs are not rendered by default.

dist/wa-sqlite-async.wasm

-44.1 KB
Binary file not shown.

dist/wa-sqlite.mjs

Lines changed: 130 additions & 129 deletions
Large diffs are not rendered by default.

dist/wa-sqlite.wasm

-10.9 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@powersync/wa-sqlite",
2+
"name": "@journeyapps/wa-sqlite",
33
"version": "0.2.1",
44
"publishConfig": {
55
"access": "public"

0 commit comments

Comments
 (0)