@alwatr/signal
Advanced tools
Comparing version 0.7.0 to 0.7.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.7.2](https://github.com/AliMD/alwatr/compare/v0.7.1...v0.7.2) (2022-03-12) | ||
### Bug Fixes | ||
* **signal:** promise to multi requests works ([dd59f0e](https://github.com/AliMD/alwatr/commit/dd59f0e5737abec72c41895b93365199fad66fcb)) | ||
# [0.7.0](https://github.com/AliMD/alwatr/compare/v0.6.1...v0.7.0) (2022-03-12) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@alwatr/signal", | ||
"version": "0.7.0", | ||
"version": "0.7.2", | ||
"description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.", | ||
@@ -39,6 +39,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@alwatr/logger": "^0.7.0", | ||
"@alwatr/logger": "^0.7.2", | ||
"tslib": "^2.3.1" | ||
}, | ||
"gitHead": "5eca110493087213c2c01695b9738a5f9fd8edf7" | ||
"gitHead": "6ad26514f722b38731ea4866201f1d47167ff161" | ||
} |
@@ -126,4 +126,5 @@ import { createLogger } from '@alwatr/logger'; | ||
this._logger.logMethodArgs('request', { requestParam }); | ||
const nextSignalValuePromise = this.getNextSignalValue(); | ||
_dispatchSignal(`request-${this.name}`, requestParam); | ||
return this.getNextSignalValue(); | ||
return nextSignalValuePromise; | ||
} | ||
@@ -130,0 +131,0 @@ /** |
Sorry, the diff of this file is not supported yet
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
47421
750
Updated@alwatr/logger@^0.7.2