semaphore-async-await
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -58,3 +58,3 @@ /// <reference types="core-js" /> | ||
/** | ||
* A for {@linkcode Semaphore.signal}. | ||
* Alias for {@linkcode Semaphore.signal}. | ||
*/ | ||
@@ -61,0 +61,0 @@ release(): void; |
@@ -172,3 +172,3 @@ "use strict"; | ||
/** | ||
* A for {@linkcode Semaphore.signal}. | ||
* Alias for {@linkcode Semaphore.signal}. | ||
*/ | ||
@@ -175,0 +175,0 @@ Semaphore.prototype.release = function () { |
{ | ||
"name": "semaphore-async-await", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Jan Soendermann", |
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
17851