Bugfix: price-service: Add bn.js dependency (#1458)

* price-service-added-bn.js

* requested changes
This commit is contained in:
Aditya Arora 2024-04-17 09:30:34 -04:00 committed by GitHub
parent ee1d61ac71
commit c12a58e0e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 5 deletions

8
package-lock.json generated
View File

@ -970,7 +970,7 @@
},
"express_relay/sdk/js": {
"name": "@pythnetwork/express-relay-evm-js",
"version": "0.2.0",
"version": "0.2.1",
"license": "Apache-2.0",
"dependencies": {
"isomorphic-ws": "^5.0.0",
@ -57419,12 +57419,13 @@
},
"price_service/sdk/js": {
"name": "@pythnetwork/price-service-sdk",
"version": "1.6.0",
"version": "1.7.0",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"bn.js": "^5.2.1",
"eslint": "^8.13.0",
"jest": "^29.4.0",
"prettier": "^2.6.2",
@ -59702,7 +59703,7 @@
},
"target_chains/solana/sdk/js/pyth_solana_receiver": {
"name": "@pythnetwork/pyth-solana-receiver",
"version": "0.5.0",
"version": "0.6.0",
"license": "Apache-2.0",
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
@ -69967,6 +69968,7 @@
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"bn.js": "^5.2.1",
"eslint": "^8.13.0",
"jest": "^29.4.0",
"prettier": "^2.6.2",

View File

@ -1,6 +1,6 @@
{
"name": "@pythnetwork/price-service-sdk",
"version": "1.6.0",
"version": "1.6.1",
"description": "Pyth price service SDK",
"homepage": "https://pyth.network",
"main": "lib/index.js",
@ -35,6 +35,7 @@
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"bn.js": "^5.2.1",
"eslint": "^8.13.0",
"jest": "^29.4.0",
"prettier": "^2.6.2",

View File

@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-evm-js",
"version": "1.40.0",
"version": "1.41.0",
"description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network",
"author": {