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

Commit

Permalink
Update pyth-sdk-js + bump to 1.2.0 (#65)
Browse files Browse the repository at this point in the history
* Update pyth-sdk-js + bump to 1.2.0

* Remove leftover console log
  • Loading branch information
ali-bahjati authored Oct 24, 2022
1 parent b2d6676 commit 26c1377
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
18 changes: 9 additions & 9 deletions pyth-common-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyth-common-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pythnetwork/pyth-common-js",
"version": "1.1.1",
"version": "1.2.0",
"description": "Pyth Network Common Utils in JS",
"author": {
"name": "Pyth Data Association"
Expand Down Expand Up @@ -41,7 +41,7 @@
"yargs": "^17.4.1"
},
"dependencies": {
"@pythnetwork/pyth-sdk-js": "^1.0.0",
"@pythnetwork/pyth-sdk-js": "^1.1.0",
"@types/ws": "^8.5.3",
"axios": "^0.26.1",
"axios-retry": "^3.2.4",
Expand Down
1 change: 0 additions & 1 deletion pyth-common-js/src/ResillientWebSocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export class ResilientWebSocket {
}

this.pingTimeout = setTimeout(() => {
console.log(this);
this.logger?.warn(`Connection timed out. Reconnecting...`);
this.wsClient?.terminate();
this.restartUnexpectedClosedWebsocket();
Expand Down

0 comments on commit 26c1377

Please sign in to comment.