Skip to content

Commit

Permalink
update anchor to 0.28.1-beta.1 (#73)
Browse files Browse the repository at this point in the history
* update anchor to 0.28.1-beta.1

* update package lock

* update borsh

* update changelog

* 2.19.0
  • Loading branch information
cctdaniel authored Jun 22, 2023
1 parent f4ec2bc commit 8c24cfc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.19.0

- Upgrade `@coral-xyz/anchor` to `^0.28.1-beta.1`
- Upgrade `@coral-xyz/borsh` to `^0.28.0`

## 2.18.0

- Optimize Solana RPC calls
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/client",
"version": "2.18.0",
"version": "2.19.0",
"description": "Client for consuming Pyth price data",
"homepage": "https://pyth.network",
"main": "lib/index.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"buffer": "^6.0.1",
"@coral-xyz/anchor": "^0.26.0",
"@coral-xyz/borsh": "^0.26.0"
"@coral-xyz/anchor": "^0.28.1-beta.1",
"@coral-xyz/borsh": "^0.28.0"
},
"peerDependencies": {
"@solana/web3.js": "^1.30.2"
Expand Down

0 comments on commit 8c24cfc

Please sign in to comment.