alexa-remote2
Advanced tools
Comparing version 5.10.0 to 5.10.1
{ | ||
"name": "alexa-remote2", | ||
"version": "5.10.0", | ||
"version": "5.10.1", | ||
"description": "Remote Control for amazon echo devices", | ||
@@ -35,5 +35,5 @@ "author": { | ||
"querystring": "^0.2.1", | ||
"ws": "^8.8.1", | ||
"ws": "^8.11.0", | ||
"extend": "^3.0.2", | ||
"uuid": "^8.3.2" | ||
"uuid": "^9.0.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
"@alcalzone/release-script-plugin-license": "^3.5.9", | ||
"eslint": "^8.20.0" | ||
"eslint": "^8.28.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "scripts": { |
@@ -39,2 +39,5 @@ # alexa-remote2 | ||
## Changelog: | ||
### 5.10.1 (2022-11-30) | ||
* (Apollon77) Do not overwrite Device details by potentially duplicate App Device details | ||
### 5.10.0 (2022-10-30) | ||
@@ -41,0 +44,0 @@ * (Apollon77) Adjust deleteConversation to the new API (additional parameter is required!) |
Sorry, the diff of this file is too big to display
236179
4600
418
+ Addeduuid@9.0.1(transitive)
- Removeduuid@8.3.2(transitive)
Updateduuid@^9.0.0
Updatedws@^8.11.0