Skip to content

Commit

Permalink
fix(price-service/client): remove axios version lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati committed Oct 16, 2023
1 parent 5c0c252 commit 2b51cff
Show file tree
Hide file tree
Showing 9 changed files with 948 additions and 2,331 deletions.
3,257 changes: 937 additions & 2,320 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion price_pusher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/price-pusher",
"version": "5.6.2",
"version": "5.6.3",
"description": "Pyth Price Pusher",
"homepage": "https://pyth.network",
"main": "lib/index.js",
Expand Down
6 changes: 3 additions & 3 deletions price_service/client/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/price-service-client",
"version": "1.8.0",
"version": "1.8.1",
"description": "Pyth price service client",
"author": {
"name": "Pyth Data Association"
Expand Down Expand Up @@ -50,8 +50,8 @@
"dependencies": {
"@pythnetwork/price-service-sdk": "*",
"@types/ws": "^8.5.3",
"axios": "=1.1.0",
"axios-retry": "~3.3.0",
"axios": "^1.5.1",
"axios-retry": "^3.8.0",
"isomorphic-ws": "^4.0.1",
"ts-log": "^2.2.4",
"ws": "^8.6.0"
Expand Down
4 changes: 2 additions & 2 deletions price_service/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/price-service-sdk",
"version": "1.4.0",
"version": "1.4.1",
"description": "Pyth price service SDK",
"homepage": "https://pyth.network",
"main": "lib/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"eslint": "^8.13.0",
"jest": "^29.4.0",
"prettier": "^2.6.2",
"quicktype": "^15.0.261",
"quicktype": "^23.0.76",
"ts-jest": "^29.0.5",
"typescript": "^4.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion price_service/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/price-service-server",
"version": "3.1.1",
"version": "3.1.2",
"description": "Webservice for retrieving prices from the Pyth oracle.",
"private": "true",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion target_chains/aptos/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-aptos-js",
"version": "1.4.0",
"version": "1.4.1",
"description": "Pyth Network Aptos Utilities",
"homepage": "https://pyth.network",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion target_chains/cosmwasm/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-terra-js",
"version": "1.5.0",
"version": "1.5.1",
"description": "Pyth Network Terra Utils in JS",
"homepage": "https://pyth.network",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion target_chains/ethereum/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-evm-js",
"version": "1.29.0",
"version": "1.29.1",
"description": "Pyth Network EVM Utils in JS",
"homepage": "https://pyth.network",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion target_chains/sui/sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-sui-js",
"version": "1.2.2",
"version": "1.2.3",
"description": "Pyth Network Sui Utilities",
"homepage": "https://pyth.network",
"author": {
Expand Down

0 comments on commit 2b51cff

Please sign in to comment.