Skip to content

Commit c12a58e

Browse files
authored
Bugfix: price-service: Add bn.js dependency (#1458)
* price-service-added-bn.js * requested changes
1 parent ee1d61a commit c12a58e

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

package-lock.json

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

price_service/sdk/js/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/price-service-sdk",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Pyth price service SDK",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",
@@ -35,6 +35,7 @@
3535
"@types/jest": "^29.4.0",
3636
"@typescript-eslint/eslint-plugin": "^5.20.0",
3737
"@typescript-eslint/parser": "^5.20.0",
38+
"bn.js": "^5.2.1",
3839
"eslint": "^8.13.0",
3940
"jest": "^29.4.0",
4041
"prettier": "^2.6.2",

target_chains/ethereum/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-evm-js",
3-
"version": "1.40.0",
3+
"version": "1.41.0",
44
"description": "Pyth Network EVM Utils in JS",
55
"homepage": "https://pyth.network",
66
"author": {

0 commit comments

Comments
 (0)