@darkobits/adeiu
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.2.11](https://github.com/darkobits/adeiu/compare/v0.2.10...v0.2.11) (2020-12-21) | ||
### 🏗 Chores | ||
* Update dependencies. ([dfa3204](https://github.com/darkobits/adeiu/commit/dfa32043ebf9d52f080d880ad605c4a83e03c227)) | ||
### [0.2.10](https://github.com/darkobits/adeiu/compare/v0.2.9...v0.2.10) (2020-12-16) | ||
@@ -7,0 +14,0 @@ |
"use strict"; | ||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -15,2 +13,4 @@ value: true | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
const SIGNALS = ['SIGINT', 'SIGQUIT', 'SIGTERM', 'SIGUSR2']; | ||
@@ -17,0 +17,0 @@ exports.SIGNALS = SIGNALS; |
{ | ||
"name": "@darkobits/adeiu", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "Yet another POSIX signal handler.", | ||
@@ -50,3 +50,3 @@ "license": "WTFPL", | ||
"devDependencies": { | ||
"@darkobits/ts": "^0.2.0", | ||
"@darkobits/ts": "^0.2.2", | ||
"emittery": "^0.7.2", | ||
@@ -53,0 +53,0 @@ "p-wait-for": "^3.1.0" |
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
18310
7
97