-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add cross peer dependency for @waku packages #1889
Conversation
size-limit report 📦
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this PR ready to be reviewed?
@@ -60,7 +60,7 @@ describe("Waku Store, error handling", function () { | |||
TestDecoder, | |||
customDecoder1 | |||
])) { | |||
msgPromises; | |||
await Promise.all(msgPromises); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see we are awaiting for promises, instead of just ignoring them (before)
What changed with this PR that caused this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check
started to fail and it seems due to minor update - #1895
3b5c44c
to
24611fa
Compare
Problem
Package discrepancy might occur.
More details - #1872
Solution
Add
peerDependency
Notes
@waku/*
package versions #1872