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:
guibescos 2024-03-15 16:50:08 +00:00 committed by GitHub
parent 854f804d18
commit 6bea697a78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -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"
}