Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit a10dbd2

Browse files
authored
[pyth-{evm,terra}-js] Update Pyth common version & release (#32)
* [pyth-{evm,terra}-js] Update Pyth common version & release * Fix package-lock
1 parent 032e977 commit a10dbd2

File tree

4 files changed

+38
-38
lines changed

4 files changed

+38
-38
lines changed

pyth-evm-js/package-lock.json

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyth-evm-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-evm-js",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Pyth Network EVM Utils in JS",
55
"homepage": "https://pyth.network",
66
"author": {
@@ -48,6 +48,6 @@
4848
"yargs": "^17.4.1"
4949
},
5050
"dependencies": {
51-
"@pythnetwork/pyth-common-js": "^0.4.0"
51+
"@pythnetwork/pyth-common-js": "^0.5.0"
5252
}
5353
}

pyth-terra-js/package-lock.json

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyth-terra-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-terra-js",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Pyth Network Terra Utils in JS",
55
"homepage": "https://pyth.network",
66
"author": {
@@ -43,7 +43,7 @@
4343
"yargs": "^17.4.1"
4444
},
4545
"dependencies": {
46-
"@pythnetwork/pyth-common-js": "^0.4.0",
46+
"@pythnetwork/pyth-common-js": "^0.5.0",
4747
"@terra-money/terra.js": "^3.0.11",
4848
"axios": "^0.26.1"
4949
}

0 commit comments

Comments
 (0)