Skip to content

Commit a725140

Browse files
committed
Make js-logger a regular dependency
1 parent 739e21a commit a725140

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.changeset/hungry-cycles-clean.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/common': patch
3+
---
4+
5+
Make `js-logger` a regular dependency to avoid type issues.

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"test:exports": "attw --pack . --exclude-entrypoints internal/sync_protocol"
6060
},
6161
"dependencies": {
62-
"event-iterator": "^2.0.0"
62+
"event-iterator": "^2.0.0",
63+
"js-logger": "catalog:"
6364
},
6465
"devDependencies": {
6566
"@rollup/plugin-commonjs": "catalog:",
@@ -71,7 +72,6 @@
7172
"buffer": "^6.0.3",
7273
"cross-fetch": "^4.1.0",
7374
"estree-walker": "^3.0.3",
74-
"js-logger": "catalog:",
7575
"magic-string": "^0.30.21",
7676
"rollup": "catalog:",
7777
"rollup-plugin-dts": "catalog:",

pnpm-lock.yaml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)