Skip to content

Commit 6bea697

Browse files
authored
fix: constrain @pythnetwork/price-service-sdk in @pythnetwork/pyth-solana-receiver (#1362)
* Clean * 0.0.2 * 0.0.3 * Yes: * Cleanup
1 parent 854f804 commit 6bea697

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

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

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.0",
3+
"version": "0.2.1",
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": "*",
46+
"@pythnetwork/price-service-sdk": ">=1.5.0",
4747
"@pythnetwork/solana-utils": "*",
4848
"@solana/web3.js": "^1.90.0"
4949
}

0 commit comments

Comments
 (0)