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

Commit 26c1377

Browse files
authored
Update pyth-sdk-js + bump to 1.2.0 (#65)
* Update pyth-sdk-js + bump to 1.2.0 * Remove leftover console log
1 parent b2d6676 commit 26c1377

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

pyth-common-js/package-lock.json

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

pyth-common-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-common-js",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Pyth Network Common Utils in JS",
55
"author": {
66
"name": "Pyth Data Association"
@@ -41,7 +41,7 @@
4141
"yargs": "^17.4.1"
4242
},
4343
"dependencies": {
44-
"@pythnetwork/pyth-sdk-js": "^1.0.0",
44+
"@pythnetwork/pyth-sdk-js": "^1.1.0",
4545
"@types/ws": "^8.5.3",
4646
"axios": "^0.26.1",
4747
"axios-retry": "^3.2.4",

pyth-common-js/src/ResillientWebSocket.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ export class ResilientWebSocket {
121121
}
122122

123123
this.pingTimeout = setTimeout(() => {
124-
console.log(this);
125124
this.logger?.warn(`Connection timed out. Reconnecting...`);
126125
this.wsClient?.terminate();
127126
this.restartUnexpectedClosedWebsocket();

0 commit comments

Comments
 (0)