fix: constrain @pythnetwork/price-service-sdk in @pythnetwork/pyth-solana-receiver (#1362)
* Clean * 0.0.2 * 0.0.3 * Yes: * Cleanup
This commit is contained in:
parent
854f804d18
commit
6bea697a78
|
@ -59294,11 +59294,11 @@
|
|||
},
|
||||
"target_chains/solana/sdk/js/pyth_solana_receiver": {
|
||||
"name": "@pythnetwork/pyth-solana-receiver",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@coral-xyz/anchor": "^0.29.0",
|
||||
"@pythnetwork/price-service-sdk": "*",
|
||||
"@pythnetwork/price-service-sdk": ">=1.5.0",
|
||||
"@pythnetwork/solana-utils": "*",
|
||||
"@solana/web3.js": "^1.90.0"
|
||||
},
|
||||
|
@ -71107,7 +71107,7 @@
|
|||
"version": "file:target_chains/solana/sdk/js/pyth_solana_receiver",
|
||||
"requires": {
|
||||
"@coral-xyz/anchor": "^0.29.0",
|
||||
"@pythnetwork/price-service-sdk": "*",
|
||||
"@pythnetwork/price-service-sdk": ">=1.5.0",
|
||||
"@pythnetwork/solana-utils": "*",
|
||||
"@solana/web3.js": "^1.90.0",
|
||||
"@types/jest": "^29.4.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pythnetwork/pyth-solana-receiver",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "Pyth solana receiver SDK",
|
||||
"homepage": "https://pyth.network",
|
||||
"main": "lib/index.js",
|
||||
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@coral-xyz/anchor": "^0.29.0",
|
||||
"@pythnetwork/price-service-sdk": "*",
|
||||
"@pythnetwork/price-service-sdk": ">=1.5.0",
|
||||
"@pythnetwork/solana-utils": "*",
|
||||
"@solana/web3.js": "^1.90.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue