-
Notifications
You must be signed in to change notification settings - Fork 924
fix: use our version of fast-stable-stringify
everywhere
#2504
fix: use our version of fast-stable-stringify
everywhere
#2504
Conversation
🦋 Changeset detectedLatest commit: 14a7e38 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @steveluscher and the rest of your teammates on Graphite |
@@ -6291,10 +6290,7 @@ | |||
args: IWSRequestParams, | |||
): ClientSubscriptionId { | |||
const clientSubscriptionId = this._nextClientSubscriptionId++; | |||
const hash = fastStableStringify( | |||
[subscriptionConfig.method, args], | |||
true /* isArrayProp */, |
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.
Pretty sure this never did anything. TypeScript passed because this function used to be any
.
f60f9d8
to
2e7e34e
Compare
33bea44
to
107739b
Compare
2e7e34e
to
5b7163a
Compare
107739b
to
25fb51f
Compare
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.
Love the @solana/*
only dependencies!
fast-stable-stringify
everywherefast-stable-stringify
everywhere
Merge activity
|
5b7163a
to
0199cc9
Compare
25fb51f
to
14a7e38
Compare
🎉 This PR is included in version 1.91.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@steveluscher seems like it cause npm installed to fail, the dep wasnt replaced with a published version when published |
I believe this PR broke the package.
|
Thanks for the report. 1.91.5 is deprecated now. Apparently |
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
No description provided.