fix: release price service sdk (#1363)

* Go

* 0.1.0

* Clean

* 0.1.1

* Bump

* Go
This commit is contained in:
guibescos 2024-03-15 19:24:14 +00:00 committed by GitHub
parent 81ff71c8d8
commit a007a088ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 13 deletions

20
package-lock.json generated
View File

@ -44602,9 +44602,9 @@
"dev": true
},
"node_modules/protobufjs": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.0.tgz",
"integrity": "sha512-hYCqTDuII4iJ4stZqiuGCSU8xxWl5JeXYpwARGtn/tWcKCAro6h3WQz+xpsNbXW0UYqpmTQFEyFWO0G0Kjt64g==",
"version": "7.2.6",
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz",
"integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==",
"hasInstallScript": true,
"dependencies": {
"@protobufjs/aspromise": "^1.1.2",
@ -57051,7 +57051,7 @@
},
"price_service/sdk/js": {
"name": "@pythnetwork/price-service-sdk",
"version": "1.5.0",
"version": "1.6.0",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^29.4.0",
@ -59294,11 +59294,11 @@
},
"target_chains/solana/sdk/js/pyth_solana_receiver": {
"name": "@pythnetwork/pyth-solana-receiver",
"version": "0.2.1",
"version": "0.2.2",
"license": "Apache-2.0",
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@pythnetwork/price-service-sdk": ">=1.5.0",
"@pythnetwork/price-service-sdk": ">=1.6.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": ">=1.5.0",
"@pythnetwork/price-service-sdk": ">=1.6.0",
"@pythnetwork/solana-utils": "*",
"@solana/web3.js": "^1.90.0",
"@types/jest": "^29.4.0",
@ -96381,9 +96381,9 @@
"dev": true
},
"protobufjs": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.0.tgz",
"integrity": "sha512-hYCqTDuII4iJ4stZqiuGCSU8xxWl5JeXYpwARGtn/tWcKCAro6h3WQz+xpsNbXW0UYqpmTQFEyFWO0G0Kjt64g==",
"version": "7.2.6",
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.6.tgz",
"integrity": "sha512-dgJaEDDL6x8ASUZ1YqWciTRrdOuYNzoOf27oHNfdyvKqHr5i0FV7FSLU+aIeFjyFgVxrpTOtQUi0BLLBymZaBw==",
"requires": {
"@protobufjs/aspromise": "^1.1.2",
"@protobufjs/base64": "^1.1.2",

View File

@ -1,6 +1,6 @@
{
"name": "@pythnetwork/price-service-sdk",
"version": "1.5.0",
"version": "1.6.0",
"description": "Pyth price service SDK",
"homepage": "https://pyth.network",
"main": "lib/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-solana-receiver",
"version": "0.2.1",
"version": "0.2.2",
"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": ">=1.5.0",
"@pythnetwork/price-service-sdk": ">=1.6.0",
"@pythnetwork/solana-utils": "*",
"@solana/web3.js": "^1.90.0"
}