simple-helix-api
Advanced tools
Comparing version 4.1.7 to 4.1.9
@@ -34,3 +34,2 @@ "use strict"; | ||
WebSocket: global?.WebSocket || ws_1.default, | ||
startClosed: true, | ||
maxRetries: Infinity | ||
@@ -41,3 +40,2 @@ }); | ||
this.connection.onmessage = ({ data }) => this.onMessage(data, resolve); | ||
return this.connection.reconnect(); | ||
}); | ||
@@ -44,0 +42,0 @@ } |
@@ -47,3 +47,2 @@ "use strict"; | ||
WebSocket: global?.WebSocket || ws_1.default, | ||
startClosed: true, | ||
maxRetries: Infinity | ||
@@ -55,3 +54,2 @@ }); | ||
this.connection.onmessage = ({ data }) => this.onMessage(data, resolve, reject); | ||
return this.connection.reconnect(); | ||
}); | ||
@@ -58,0 +56,0 @@ } |
{ | ||
"name": "simple-helix-api", | ||
"version": "4.1.7", | ||
"version": "4.1.9", | ||
"description": "The Simple Helix API allows developers to easily develop applications for Twitch", | ||
@@ -10,7 +10,7 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"axios": "1.6.7", | ||
"axios": "1.7.2", | ||
"irc-message": "^3.0.2", | ||
"irc-message-ts": "^3.0.6", | ||
"reconnecting-websocket": "^4.4.0", | ||
"ws": "^8.16.0" | ||
"ws": "^8.17.0" | ||
}, | ||
@@ -20,9 +20,9 @@ "devDependencies": { | ||
"@types/ws": "^8.5.10", | ||
"@typescript-eslint/eslint-plugin": "^7.1.0", | ||
"@typescript-eslint/parser": "^7.1.0", | ||
"@typescript-eslint/eslint-plugin": "^7.11.0", | ||
"@typescript-eslint/parser": "^7.11.0", | ||
"dotenv": "^16.4.5", | ||
"eslint": "^8.57.0", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.1.2", | ||
"typescript": "^5.3.3" | ||
"ts-jest": "^29.1.4", | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -29,0 +29,0 @@ "resolutions": { |
@@ -0,0 +0,0 @@ # About |
108234
2835
+ Addedaxios@1.7.2(transitive)
- Removedaxios@1.6.7(transitive)
Updatedaxios@1.7.2
Updatedws@^8.17.0