cody-music
Advanced tools
Comparing version 2.10.4 to 2.10.5
@@ -74,3 +74,3 @@ import { | ||
result = await this.execPromise(cmd, opts); | ||
} catch (e) { | ||
} catch (e: any) { | ||
result = { error: e.message }; | ||
@@ -77,0 +77,0 @@ } |
{ | ||
"name": "cody-music", | ||
"version": "2.10.4", | ||
"version": "2.10.5", | ||
"description": "mac osx spotify and itunes music player controller, spotify audio features, itunes and spotify genre, and playlist control", | ||
@@ -40,3 +40,3 @@ "main": "dist/index.js", | ||
"@types/mocha": "^8.2.1", | ||
"@types/node": "^14.14.32", | ||
"@types/node": "^17.0.21", | ||
"babel-cli": "^6.26.0", | ||
@@ -46,11 +46,11 @@ "babel-preset-es2015": "^6.24.1", | ||
"mocha": "^8.3.1", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.3" | ||
"ts-node": "^10.5.0", | ||
"typescript": "^4.5.5" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
"dotenv": "^8.2.0", | ||
"axios": "^0.26.0", | ||
"dotenv": "^16.0.0", | ||
"moment-timezone": "^0.5.33", | ||
"open": "^8.0.2" | ||
"open": "^8.4.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
475584
+ Addedaxios@0.26.1(transitive)
+ Addeddotenv@16.4.5(transitive)
- Removedaxios@0.21.4(transitive)
- Removeddotenv@8.6.0(transitive)
Updatedaxios@^0.26.0
Updateddotenv@^16.0.0
Updatedopen@^8.4.0