Skip to content

Commit a007a08

Browse files
authored
fix: release price service sdk (#1363)
* Go * 0.1.0 * Clean * 0.1.1 * Bump * Go
1 parent 81ff71c commit a007a08

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package-lock.json

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

price_service/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/price-service-sdk",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Pyth price service SDK",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",

target_chains/solana/sdk/js/pyth_solana_receiver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-solana-receiver",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Pyth solana receiver SDK",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@coral-xyz/anchor": "^0.29.0",
46-
"@pythnetwork/price-service-sdk": ">=1.5.0",
46+
"@pythnetwork/price-service-sdk": ">=1.6.0",
4747
"@pythnetwork/solana-utils": "*",
4848
"@solana/web3.js": "^1.90.0"
4949
}

0 commit comments

Comments
 (0)