Skip to content

Commit c38064c

Browse files
committed
Merge branch 'op-sqlite-tests' of github.com:powersync-ja/powersync-js into op-sqlite-tests
2 parents be0069d + 35ec382 commit c38064c

File tree

24 files changed

+77
-39
lines changed

24 files changed

+77
-39
lines changed

.changeset/cool-yaks-allow.md

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

.changeset/green-buckets-talk.md

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

.changeset/honest-melons-laugh.md

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

.changeset/shiny-rules-invent.md

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

packages/attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test": "pnpm build && vitest"
3030
},
3131
"peerDependencies": {
32-
"@powersync/common": "workspace:^1.30.0"
32+
"@powersync/common": "workspace:^1.31.0"
3333
},
3434
"devDependencies": {
3535
"@powersync/common": "workspace:*",

packages/common/CHANGELOG.md

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

3+
## 1.31.0
4+
5+
### Minor Changes
6+
7+
- 0565a0a: Improved credentials management and error handling. Credentials are invalidated when they expire or become invalid based on responses from the PowerSync service. The frequency of credential fetching has been reduced as a result of this work.
8+
39
## 1.30.0
410

511
### Minor Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/common",
3-
"version": "1.30.0",
3+
"version": "1.31.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/drizzle-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "vitest"
2727
},
2828
"peerDependencies": {
29-
"@powersync/common": "workspace:^1.30.0",
29+
"@powersync/common": "workspace:^1.31.0",
3030
"drizzle-orm": "<1.0.0"
3131
},
3232
"devDependencies": {

packages/kysely-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "pnpm build && vitest"
2727
},
2828
"peerDependencies": {
29-
"@powersync/common": "workspace:^1.30.0"
29+
"@powersync/common": "workspace:^1.31.0"
3030
},
3131
"dependencies": {
3232
"kysely": "^0.28.0"

packages/node/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @powersync/node
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0565a0a]
8+
- @powersync/common@1.31.0
9+
310
## 0.4.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)