fix(price-service/client): remove axios version lock

This commit is contained in:
Ali Behjati 2023-10-13 20:04:27 +02:00
parent 5c0c252cee
commit 2b51cffdc7
9 changed files with 990 additions and 2373 deletions

3339
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@pythnetwork/price-pusher", "name": "@pythnetwork/price-pusher",
"version": "5.6.2", "version": "5.6.3",
"description": "Pyth Price Pusher", "description": "Pyth Price Pusher",
"homepage": "https://pyth.network", "homepage": "https://pyth.network",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pythnetwork/price-service-client", "name": "@pythnetwork/price-service-client",
"version": "1.8.0", "version": "1.8.1",
"description": "Pyth price service client", "description": "Pyth price service client",
"author": { "author": {
"name": "Pyth Data Association" "name": "Pyth Data Association"
@ -50,8 +50,8 @@
"dependencies": { "dependencies": {
"@pythnetwork/price-service-sdk": "*", "@pythnetwork/price-service-sdk": "*",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
"axios": "=1.1.0", "axios": "^1.5.1",
"axios-retry": "~3.3.0", "axios-retry": "^3.8.0",
"isomorphic-ws": "^4.0.1", "isomorphic-ws": "^4.0.1",
"ts-log": "^2.2.4", "ts-log": "^2.2.4",
"ws": "^8.6.0" "ws": "^8.6.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@pythnetwork/price-service-sdk", "name": "@pythnetwork/price-service-sdk",
"version": "1.4.0", "version": "1.4.1",
"description": "Pyth price service SDK", "description": "Pyth price service SDK",
"homepage": "https://pyth.network", "homepage": "https://pyth.network",
"main": "lib/index.js", "main": "lib/index.js",
@ -38,7 +38,7 @@
"eslint": "^8.13.0", "eslint": "^8.13.0",
"jest": "^29.4.0", "jest": "^29.4.0",
"prettier": "^2.6.2", "prettier": "^2.6.2",
"quicktype": "^15.0.261", "quicktype": "^23.0.76",
"ts-jest": "^29.0.5", "ts-jest": "^29.0.5",
"typescript": "^4.6.3" "typescript": "^4.6.3"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@pythnetwork/price-service-server", "name": "@pythnetwork/price-service-server",
"version": "3.1.1", "version": "3.1.2",
"description": "Webservice for retrieving prices from the Pyth oracle.", "description": "Webservice for retrieving prices from the Pyth oracle.",
"private": "true", "private": "true",
"main": "index.js", "main": "index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pythnetwork/pyth-aptos-js", "name": "@pythnetwork/pyth-aptos-js",
"version": "1.4.0", "version": "1.4.1",
"description": "Pyth Network Aptos Utilities", "description": "Pyth Network Aptos Utilities",
"homepage": "https://pyth.network", "homepage": "https://pyth.network",
"author": { "author": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pythnetwork/pyth-terra-js", "name": "@pythnetwork/pyth-terra-js",
"version": "1.5.0", "version": "1.5.1",
"description": "Pyth Network Terra Utils in JS", "description": "Pyth Network Terra Utils in JS",
"homepage": "https://pyth.network", "homepage": "https://pyth.network",
"author": { "author": {

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@pythnetwork/pyth-sui-js", "name": "@pythnetwork/pyth-sui-js",
"version": "1.2.2", "version": "1.2.3",
"description": "Pyth Network Sui Utilities", "description": "Pyth Network Sui Utilities",
"homepage": "https://pyth.network", "homepage": "https://pyth.network",
"author": { "author": {