mos-connection
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -5,2 +5,10 @@ # Changelog | ||
### [0.8.3](https://github.com/nrkno/tv-automation-mos-connection/compare/0.8.2...0.8.3) (2019-08-01) | ||
### Bug Fixes | ||
* downgrade gh-pages dep, due to issues with it. ([1d852a9](https://github.com/nrkno/tv-automation-mos-connection/commit/1d852a9)) | ||
* update dependencies, after security audit ([13b8e41](https://github.com/nrkno/tv-automation-mos-connection/commit/13b8e41)) | ||
### [0.8.2](https://github.com/nrkno/tv-automation-mos-connection/compare/0.8.1...0.8.2) (2019-06-07) | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "mos-connection", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "MOS compliant TCP/IP Socket connection.", | ||
@@ -84,4 +84,5 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.6", | ||
"@types/jest": "^24.0.16", | ||
"@types/node": "^8.0.4", | ||
"@types/xmlbuilder": "^0.0.34", | ||
"codecov": "^3.5.0", | ||
@@ -96,13 +97,10 @@ "gh-pages": "^2.0.1", | ||
"sleep-ms": "^2.0.1", | ||
"standard-version": "^6.0.1", | ||
"standard-version": "^7.0.0", | ||
"trash-cli": "^3.0.0", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.17.0", | ||
"tslint": "^5.18.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"typedoc": "^0.14.2", | ||
"typedoc": "^0.15.0", | ||
"typescript": "^3.3.3" | ||
}, | ||
"resolutions": { | ||
"typedoc/**/marked": "^0.6.2" | ||
}, | ||
"keywords": [ | ||
@@ -123,7 +121,6 @@ "mos", | ||
"dependencies": { | ||
"@types/xmlbuilder": "^0.0.34", | ||
"iconv-lite": "^0.4.24", | ||
"moment": "^2.22.2", | ||
"iconv-lite": "^0.5.0", | ||
"moment": "^2.24.0", | ||
"tslib": "^1.9.3", | ||
"xml-js": "^1.6.8", | ||
"xml-js": "^1.6.11", | ||
"xmlbuilder": "^10.1.1" | ||
@@ -130,0 +127,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
369388
5
19
+ Addediconv-lite@0.5.2(transitive)
- Removed@types/xmlbuilder@^0.0.34
- Removed@types/xmlbuilder@0.0.34(transitive)
- Removediconv-lite@0.4.24(transitive)
Updatediconv-lite@^0.5.0
Updatedmoment@^2.24.0
Updatedxml-js@^1.6.11