Skip to content

Commit

Permalink
deps: signal-exit@4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed May 17, 2023
1 parent 19214b5 commit d93f70c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion node_modules/signal-exit/dist/cjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class Emitter {
id = Math.random();
constructor() {
if (global[kExitEmitter]) {
console.error('reusing global emitter');
return global[kExitEmitter];
}
ObjectDefineProperty(global, kExitEmitter, {
Expand Down
1 change: 0 additions & 1 deletion node_modules/signal-exit/dist/mjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class Emitter {
id = Math.random();
constructor() {
if (global[kExitEmitter]) {
console.error('reusing global emitter');
return global[kExitEmitter];
}
ObjectDefineProperty(global, kExitEmitter, {
Expand Down
2 changes: 1 addition & 1 deletion node_modules/signal-exit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "signal-exit",
"version": "4.0.1",
"version": "4.0.2",
"description": "when you want to fire an event no matter how a process exits.",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.js",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -11427,9 +11427,9 @@
}
},
"node_modules/signal-exit": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.1.tgz",
"integrity": "sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz",
"integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==",
"inBundle": true,
"engines": {
"node": ">=14"
Expand Down

0 comments on commit d93f70c

Please sign in to comment.