@acot/connection
Advanced tools
Comparing version 0.0.2-canary.3 to 0.0.2-canary.4
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.0.2-canary.4](https://github.com/acot-a11y/acot/compare/@acot/connection@0.0.2-canary.3...@acot/connection@0.0.2-canary.4) (2020-11-23) | ||
**Note:** Version bump only for package @acot/connection | ||
## [0.0.2-canary.3](https://github.com/acot-a11y/acot/compare/@acot/connection@0.0.2-canary.2...@acot/connection@0.0.2-canary.3) (2020-11-08) | ||
@@ -8,0 +12,0 @@ |
@@ -45,6 +45,2 @@ "use strict"; | ||
this._proc.stderr.on('data', (d) => debug(d.toString())); | ||
process.on('SIGINT', () => { | ||
var _a; | ||
(_a = this._proc) === null || _a === void 0 ? void 0 : _a.kill(); | ||
}); | ||
debug('server process created!'); | ||
@@ -51,0 +47,0 @@ } |
{ | ||
"name": "@acot/connection", | ||
"version": "0.0.2-canary.3", | ||
"version": "0.0.2-canary.4", | ||
"description": "Manage the connection to the server.", | ||
@@ -30,3 +30,3 @@ "homepage": "https://github.com/acot-a11y/acot/tree/master/packages/connection", | ||
"devDependencies": { | ||
"@acot/types": "0.0.2-canary.2", | ||
"@acot/types": "0.0.2-canary.3", | ||
"@types/wait-on": "^4.0.0" | ||
@@ -37,3 +37,3 @@ }, | ||
}, | ||
"gitHead": "553e5c3111262f3500eca32fc00b2511aa169061" | ||
"gitHead": "80705d0103e66e4654b9cda5d66afff877cd6daa" | ||
} |
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
6094
85