mos-connection
Advanced tools
Comparing version 0.8.8 to 0.8.9
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.8.9](https://github.com/nrkno/tv-automation-mos-connection/compare/0.8.8...0.8.9) (2020-01-24) | ||
### Bug Fixes | ||
* A private static does not set a return value when compiled, which gives errors downstream. ([44d8b65](https://github.com/nrkno/tv-automation-mos-connection/commit/44d8b6562672df671818d8ce6c2f88aa7d0ac981)) | ||
### [0.8.8](https://github.com/nrkno/tv-automation-mos-connection/compare/0.8.7...0.8.8) (2020-01-24) | ||
@@ -7,0 +14,0 @@ |
@@ -62,3 +62,3 @@ /// <reference types="node" /> | ||
/** Get new unique id */ | ||
private static get nextSocketID(); | ||
static get nextSocketID(): string; | ||
} |
{ | ||
"name": "mos-connection", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"description": "MOS compliant TCP/IP Socket connection.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
379197