diff --git a/CHANGELOG.md b/CHANGELOG.md index f065d7d..8ace1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.15.1 + +- Fix import of `@coral-xyz/borsh` + ## 2.13.1 - Export `PythCluster` and `getPythClusterApiUrl` globally diff --git a/package-lock.json b/package-lock.json index d6ea2d1..b209053 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pythnetwork/client", - "version": "2.15.0", + "version": "2.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pythnetwork/client", - "version": "2.15.0", + "version": "2.15.1", "license": "Apache-2.0", "dependencies": { "@coral-xyz/anchor": "^0.26.0", diff --git a/package.json b/package.json index b67a543..d270e1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pythnetwork/client", - "version": "2.15.0", + "version": "2.15.1", "description": "Client for consuming Pyth price data", "homepage": "https://pyth.network", "main": "lib/index.js", @@ -44,7 +44,8 @@ }, "dependencies": { "buffer": "^6.0.1", - "@coral-xyz/anchor": "^0.26.0" + "@coral-xyz/anchor": "^0.26.0", + "@coral-xyz/borsh": "^0.26.0" }, "peerDependencies": { "@solana/web3.js": "^1.30.2"