alexa-remote2
Advanced tools
Comparing version 7.0.4 to 7.0.5
@@ -38,2 +38,6 @@ const http2 = require('http2'); | ||
host = 'bob-dispatch-prod-na.amazon.com'; | ||
} else if (this._options.amazonPage === 'amazon.ca') { | ||
host = 'bob-dispatch-prod-na.amazon.com'; | ||
} else if (this._options.amazonPage === 'amazon.com.mx') { | ||
host = 'bob-dispatch-prod-na.amazon.com'; | ||
} else if (this._options.amazonPage === 'amazon.com.br') { | ||
@@ -45,2 +49,6 @@ host = 'bob-dispatch-prod-na.amazon.com'; | ||
host = 'bob-dispatch-prod-fe.amazon.com'; | ||
} else if (this._options.amazonPage === 'amazon.com.in') { | ||
host = 'bob-dispatch-prod-fe.amazon.com'; | ||
} else if (this._options.amazonPage === 'amazon.co.nz') { | ||
host = 'bob-dispatch-prod-fe.amazon.com'; | ||
} | ||
@@ -47,0 +55,0 @@ this._options.logger && this._options.logger(`Alexa-Remote HTTP2-PUSH: Use host ${host}`); |
@@ -281,3 +281,3 @@ declare module "alexa-remote2" { | ||
friendlyNames: Record<string, string>; | ||
names: Record<string, string>; | ||
names: Record<string, Serial>; | ||
lastAuthCheck: number | null; | ||
@@ -284,0 +284,0 @@ |
{ | ||
"name": "alexa-remote2", | ||
"version": "7.0.4", | ||
"version": "7.0.5", | ||
"description": "Remote Control for amazon echo devices", | ||
@@ -35,10 +35,10 @@ "author": { | ||
"querystring": "^0.2.1", | ||
"ws": "^8.16.0", | ||
"ws": "^8.18.0", | ||
"extend": "^3.0.2", | ||
"uuid": "^9.0.1" | ||
"uuid": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
"@alcalzone/release-script": "^3.7.0", | ||
"@alcalzone/release-script": "^3.8.0", | ||
"@alcalzone/release-script-plugin-license": "^3.7.0", | ||
"eslint": "^8.57.0" | ||
"eslint": "^8.57.1" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
@@ -46,2 +46,6 @@ # alexa-remote2 | ||
## Changelog: | ||
### 7.0.5 (2024-10-20) | ||
* (danielbrunt57) Adds additional Amazon domains for HTTP/2 push connections | ||
* (beothorn) Fixes Typing information for "names" property | ||
### 7.0.4 (2024-04-16) | ||
@@ -48,0 +52,0 @@ * (Apollon77) Adjust Activity Record query to Amazon changes |
265934
5088
480
+ Addeduuid@10.0.0(transitive)
- Removeduuid@9.0.1(transitive)
Updateduuid@^10.0.0
Updatedws@^8.18.0