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": {
|
"target_chains/solana/sdk/js/pyth_solana_receiver": {
|
||||||
"name": "@pythnetwork/pyth-solana-receiver",
|
"name": "@pythnetwork/pyth-solana-receiver",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coral-xyz/anchor": "^0.29.0",
|
"@coral-xyz/anchor": "^0.29.0",
|
||||||
"@pythnetwork/price-service-sdk": "*",
|
"@pythnetwork/price-service-sdk": ">=1.5.0",
|
||||||
"@pythnetwork/solana-utils": "*",
|
"@pythnetwork/solana-utils": "*",
|
||||||
"@solana/web3.js": "^1.90.0"
|
"@solana/web3.js": "^1.90.0"
|
||||||
},
|
},
|
||||||
|
@ -71107,7 +71107,7 @@
|
||||||
"version": "file:target_chains/solana/sdk/js/pyth_solana_receiver",
|
"version": "file:target_chains/solana/sdk/js/pyth_solana_receiver",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@coral-xyz/anchor": "^0.29.0",
|
"@coral-xyz/anchor": "^0.29.0",
|
||||||
"@pythnetwork/price-service-sdk": "*",
|
"@pythnetwork/price-service-sdk": ">=1.5.0",
|
||||||
"@pythnetwork/solana-utils": "*",
|
"@pythnetwork/solana-utils": "*",
|
||||||
"@solana/web3.js": "^1.90.0",
|
"@solana/web3.js": "^1.90.0",
|
||||||
"@types/jest": "^29.4.0",
|
"@types/jest": "^29.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@pythnetwork/pyth-solana-receiver",
|
"name": "@pythnetwork/pyth-solana-receiver",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"description": "Pyth solana receiver SDK",
|
"description": "Pyth solana receiver SDK",
|
||||||
"homepage": "https://pyth.network",
|
"homepage": "https://pyth.network",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coral-xyz/anchor": "^0.29.0",
|
"@coral-xyz/anchor": "^0.29.0",
|
||||||
"@pythnetwork/price-service-sdk": "*",
|
"@pythnetwork/price-service-sdk": ">=1.5.0",
|
||||||
"@pythnetwork/solana-utils": "*",
|
"@pythnetwork/solana-utils": "*",
|
||||||
"@solana/web3.js": "^1.90.0"
|
"@solana/web3.js": "^1.90.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue