Skip to content

Commit

Permalink
5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Mar 23, 2023
1 parent ce352d9 commit a8df4d8
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/es5node/leader-election-web-lock.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ LeaderElectionWebLock.prototype = {
this._wKMC.res();
}
if (this._wKMC.c) {
this._wKMC.c.abort();
this._wKMC.c.abort('LeaderElectionWebLock.die() called');
}
return ret;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/esbrowser/leader-election-web-lock.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ LeaderElectionWebLock.prototype = {
this._wKMC.res();
}
if (this._wKMC.c) {
this._wKMC.c.abort();
this._wKMC.c.abort('LeaderElectionWebLock.die() called');
}
return ret;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/esnode/leader-election-web-lock.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ LeaderElectionWebLock.prototype = {
this._wKMC.res();
}
if (this._wKMC.c) {
this._wKMC.c.abort();
this._wKMC.c.abort('LeaderElectionWebLock.die() called');
}
return ret;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ LeaderElectionWebLock.prototype = {
this._wKMC.res();
}
if (this._wKMC.c) {
this._wKMC.c.abort();
this._wKMC.c.abort('LeaderElectionWebLock.die() called');
}
return ret;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/browser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/leader-election-web-lock.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ LeaderElectionWebLock.prototype = {
this._wKMC.res();
}
if (this._wKMC.c) {
this._wKMC.c.abort();
this._wKMC.c.abort('LeaderElectionWebLock.die() called');
}
return ret;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ LeaderElectionWebLock.prototype = {
this._wKMC.res();
}
if (this._wKMC.c) {
this._wKMC.c.abort();
this._wKMC.c.abort('LeaderElectionWebLock.die() called');
}
return ret;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/iframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ LeaderElectionWebLock.prototype = {
this._wKMC.res();
}
if (this._wKMC.c) {
this._wKMC.c.abort();
this._wKMC.c.abort('LeaderElectionWebLock.die() called');
}
return ret;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ LeaderElectionWebLock.prototype = {
this._wKMC.res();
}
if (this._wKMC.c) {
this._wKMC.c.abort();
this._wKMC.c.abort('LeaderElectionWebLock.die() called');
}
return ret;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/leader-iframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ LeaderElectionWebLock.prototype = {
this._wKMC.res();
}
if (this._wKMC.c) {
this._wKMC.c.abort();
this._wKMC.c.abort('LeaderElectionWebLock.die() called');
}
return ret;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ LeaderElectionWebLock.prototype = {
this._wKMC.res();
}
if (this._wKMC.c) {
this._wKMC.c.abort();
this._wKMC.c.abort('LeaderElectionWebLock.die() called');
}
return ret;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broadcast-channel",
"version": "5.0.1",
"version": "5.0.2",
"description": "A BroadcastChannel that works in New Browsers, Old Browsers, WebWorkers and NodeJs and iframes",
"exports": {
".": {
Expand Down

0 comments on commit a8df4d8

Please sign in to comment.