Skip to content

Commit 23f15d4

Browse files
authored
Merge pull request #1987 from drift-labs/fix-build
2 parents 5c25295 + 158f559 commit 23f15d4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sdk/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"@coral-xyz/anchor-30": "npm:@coral-xyz/[email protected]",
4545
"@ellipsis-labs/phoenix-sdk": "1.4.5",
4646
"@grpc/grpc-js": "1.14.0",
47+
"@msgpack/msgpack": "^3.1.2",
4748
"@openbook-dex/openbook-v2": "0.2.10",
4849
"@project-serum/serum": "0.13.65",
4950
"@pythnetwork/client": "2.5.3",

sdk/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,11 @@
328328
snake-case "^3.0.4"
329329
spok "^1.4.3"
330330

331+
"@msgpack/msgpack@^3.1.2":
332+
version "3.1.2"
333+
resolved "https://registry.yarnpkg.com/@msgpack/msgpack/-/msgpack-3.1.2.tgz#fdd25cc2202297519798bbaf4689152ad9609e19"
334+
integrity sha512-JEW4DEtBzfe8HvUYecLU9e6+XJnKDlUAIve8FvPzF3Kzs6Xo/KuZkZJsDH0wJXl/qEZbeeE7edxDNY3kMs39hQ==
335+
331336
"@noble/curves@^1.4.2":
332337
version "1.9.2"
333338
resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.9.2.tgz#73388356ce733922396214a933ff7c95afcef911"

0 commit comments

Comments
 (0)