Skip to content

Commit 8c24cfc

Browse files
authored
update anchor to 0.28.1-beta.1 (#73)
* update anchor to 0.28.1-beta.1 * update package lock * update borsh * update changelog * 2.19.0
1 parent f4ec2bc commit 8c24cfc

File tree

3 files changed

+26
-21
lines changed

3 files changed

+26
-21
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.19.0
4+
5+
- Upgrade `@coral-xyz/anchor` to `^0.28.1-beta.1`
6+
- Upgrade `@coral-xyz/borsh` to `^0.28.0`
7+
38
## 2.18.0
49

510
- Optimize Solana RPC calls

package-lock.json

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/client",
3-
"version": "2.18.0",
3+
"version": "2.19.0",
44
"description": "Client for consuming Pyth price data",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",
@@ -44,8 +44,8 @@
4444
},
4545
"dependencies": {
4646
"buffer": "^6.0.1",
47-
"@coral-xyz/anchor": "^0.26.0",
48-
"@coral-xyz/borsh": "^0.26.0"
47+
"@coral-xyz/anchor": "^0.28.1-beta.1",
48+
"@coral-xyz/borsh": "^0.28.0"
4949
},
5050
"peerDependencies": {
5151
"@solana/web3.js": "^1.30.2"

0 commit comments

Comments
 (0)