Skip to content

Commit

Permalink
fix: revert use of internal fast-stable-stringify in legacy library (
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Apr 17, 2024
1 parent d4a93ce commit 7d3adbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/library-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
"@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.3",
"@solana/buffer-layout": "^4.0.1",
"@solana/fast-stable-stringify": "workspace:*",
"agentkeepalive": "^4.5.0",
"bigint-buffer": "^1.1.5",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
"bs58": "^4.0.1",
"buffer": "6.0.3",
"fast-stable-stringify": "^1.0.0",
"jayson": "^4.1.0",
"node-fetch": "^2.7.0",
"rpc-websockets": "^7.5.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/library-legacy/src/connection.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import fastStableStringify from '@solana/fast-stable-stringify';
import HttpKeepAliveAgent, {
HttpsAgent as HttpsKeepAliveAgent,
} from 'agentkeepalive';
import bs58 from 'bs58';
import {Buffer} from 'buffer';
// @ts-ignore
import fastStableStringify from 'fast-stable-stringify';
import type {Agent as NodeHttpAgent} from 'http';
import {Agent as NodeHttpsAgent} from 'https';
import {
Expand Down
7 changes: 3 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d3adbb

Please sign in to comment.