Skip to content

Commit 8612a09

Browse files
authored
Merge pull request #68 from pyth-network/fix-borsh-import
Import borsh explicitly
2 parents 174e708 + 3e89358 commit 8612a09

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.15.1
4+
5+
- Fix import of `@coral-xyz/borsh`
6+
37
## 2.13.1
48

59
- Export `PythCluster` and `getPythClusterApiUrl` globally

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/client",
3-
"version": "2.15.0",
3+
"version": "2.15.1",
44
"description": "Client for consuming Pyth price data",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",
@@ -44,7 +44,8 @@
4444
},
4545
"dependencies": {
4646
"buffer": "^6.0.1",
47-
"@coral-xyz/anchor": "^0.26.0"
47+
"@coral-xyz/anchor": "^0.26.0",
48+
"@coral-xyz/borsh": "^0.26.0"
4849
},
4950
"peerDependencies": {
5051
"@solana/web3.js": "^1.30.2"

0 commit comments

Comments
 (0)