@svrooij/sonos
Advanced tools
Comparing version 2.4.1-beta.1 to 2.4.1-beta.2
@@ -5,2 +5,5 @@ "use strict"; | ||
static ForceArray(input) { | ||
if (input === undefined) { | ||
return []; | ||
} | ||
return Array.isArray(input) ? input : [input]; | ||
@@ -7,0 +10,0 @@ } |
{ | ||
"name": "@svrooij/sonos", | ||
"version": "2.4.1-beta.1", | ||
"version": "2.4.1-beta.2", | ||
"description": "A node library to control your sonos devices, written in typescript", | ||
@@ -33,9 +33,9 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.14", | ||
"@types/chai": "^4.2.16", | ||
"@types/debug": "^4.1.5", | ||
"@types/jest": "^26.0.15", | ||
"@types/node-fetch": "^2.5.7", | ||
"@types/node-fetch": "^2.5.10", | ||
"@typescript-eslint/eslint-plugin": "^3.9.0", | ||
"@typescript-eslint/parser": "^3.9.0", | ||
"chai": "^4.2.0", | ||
"chai": "^4.3.4", | ||
"eslint": "^7.6.0", | ||
@@ -45,12 +45,12 @@ "eslint-config-airbnb-typescript": "^9.0.0", | ||
"glob": "^7.1.6", | ||
"handlebars": "^4.7.6", | ||
"jest": "^26.6.1", | ||
"nock": "^13.0.4", | ||
"ts-jest": "^26.4.3", | ||
"ts-node": "^8.10.2", | ||
"handlebars": "^4.7.7", | ||
"jest": "^26.6.3", | ||
"nock": "^13.0.11", | ||
"ts-jest": "^26.5.5", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^3.8.5" | ||
}, | ||
"dependencies": { | ||
"debug": "4.2.0", | ||
"fast-xml-parser": "^3.17.4", | ||
"debug": "4.3.1", | ||
"fast-xml-parser": "3.19.0", | ||
"guid-typescript": "^1.0.9", | ||
@@ -57,0 +57,0 @@ "html-entities": "^2.3.2", |
435084
10252
+ Addeddebug@4.3.1(transitive)
+ Addedfast-xml-parser@3.19.0(transitive)
- Removeddebug@4.2.0(transitive)
- Removedfast-xml-parser@3.21.1(transitive)
- Removedstrnum@1.0.5(transitive)
Updateddebug@4.3.1
Updatedfast-xml-parser@3.19.0