@friggframework/core
Advanced tools
Comparing version 0.2.9-canary.9a593f4.0 to 0.2.9
@@ -0,1 +1,14 @@ | ||
# v0.2.9 (Wed Dec 21 2022) | ||
#### 🐛 Bug Fix | ||
- Delegate now returns whatever the response is from the receiveNotific… [#80](https://github.com/friggframework/frigg/pull/80) ([@seanspeaks](https://github.com/seanspeaks)) | ||
- Delegate now returns whatever the response is from the receiveNotification function, if anything ([@seanspeaks](https://github.com/seanspeaks)) | ||
#### Authors: 1 | ||
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks)) | ||
--- | ||
# v0.2.8 (Tue Dec 06 2022) | ||
@@ -2,0 +15,0 @@ |
@@ -16,3 +16,3 @@ const { get } = require('@friggframework/assertions'); | ||
if (this.delegate) { | ||
await this.delegate.receiveNotification( | ||
return this.delegate.receiveNotification( | ||
this, | ||
@@ -19,0 +19,0 @@ delegateString, |
{ | ||
"name": "@friggframework/core", | ||
"prettier": "@friggframework/prettier-config", | ||
"version": "0.2.9-canary.9a593f4.0", | ||
"version": "0.2.9", | ||
"devDependencies": { | ||
@@ -32,3 +32,3 @@ "@friggframework/eslint-config": "^1.0.7", | ||
"description": "", | ||
"gitHead": "9a593f4af5589c4278edd460f9c81b82d6474b4a" | ||
"gitHead": "a4d37c55af412a0f030c32f682a4b8606bdf557d" | ||
} |
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
7644