Skip to content

Commit b683952

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/bucket-priorities
2 parents 28e8c0f + a19e166 commit b683952

File tree

78 files changed

+1366
-554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1366
-554
lines changed

.changeset/fast-monkeys-approve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/service-image': patch
3+
---
4+
5+
Upgrade to Node 22.14.0.

.changeset/twenty-jeans-marry.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/development_image_release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737

3838
- uses: pnpm/action-setup@v4
3939
name: Install pnpm
40-
with:
41-
version: 9
42-
run_install: false
4340

4441
- name: Get pnpm store directory
4542
shell: bash

.github/workflows/development_packages_release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323

2424
- uses: pnpm/action-setup@v4
2525
name: Install pnpm
26-
with:
27-
version: 9
28-
run_install: false
2926

3027
- name: Get pnpm store directory
3128
shell: bash

.github/workflows/packages_release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424

2525
- uses: pnpm/action-setup@v4
2626
name: Install pnpm
27-
with:
28-
version: 9
29-
run_install: false
3027

3128
- name: Get pnpm store directory
3229
shell: bash

.github/workflows/test.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Build and Test
22

33
on:
44
workflow_dispatch:
5+
pull_request:
56
push:
67
branches:
78
- '**'
@@ -51,9 +52,6 @@ jobs:
5152

5253
- uses: pnpm/action-setup@v4
5354
name: Install pnpm
54-
with:
55-
version: 9
56-
run_install: false
5755

5856
- name: Get pnpm store directory
5957
shell: bash
@@ -129,9 +127,6 @@ jobs:
129127

130128
- uses: pnpm/action-setup@v4
131129
name: Install pnpm
132-
with:
133-
version: 9
134-
run_install: false
135130

136131
- name: Get pnpm store directory
137132
shell: bash
@@ -210,9 +205,6 @@ jobs:
210205

211206
- uses: pnpm/action-setup@v4
212207
name: Install pnpm
213-
with:
214-
version: 9
215-
run_install: false
216208

217209
- name: Get pnpm store directory
218210
shell: bash
@@ -275,9 +267,6 @@ jobs:
275267

276268
- uses: pnpm/action-setup@v4
277269
name: Install pnpm
278-
with:
279-
version: 9
280-
run_install: false
281270

282271
- name: Get pnpm store directory
283272
shell: bash

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.13.1
1+
v22.14.0

libs/lib-mongodb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @powersync/lib-service-mongodb
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- @powersync/lib-services-framework@0.5.1
8+
39
## 0.4.0
410

511
### Minor Changes

libs/lib-mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@powersync/lib-service-mongodb",
33
"repository": "https://github.com/powersync-ja/powersync-service",
44
"types": "dist/index.d.ts",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"main": "dist/index.js",
77
"license": "FSL-1.1-Apache-2.0",
88
"type": "module",

0 commit comments

Comments
 (0)