@bfwk/utils
Advanced tools
Comparing version 0.6.34 to 0.6.35
@@ -6,10 +6,13 @@ # Change Log | ||
## [0.6.34](https://github.com/salesforce/builder-framework/compare/v0.6.33...v0.6.34) (2021-06-25) | ||
## [0.6.35](https://github.com/salesforce/builder-framework/compare/v0.6.34...v0.6.35) (2021-06-25) | ||
**Note:** Version bump only for package @bfwk/utils | ||
### Bug Fixes | ||
* errors of property sheet state @W-9481901 ([#114](https://github.com/salesforce/builder-framework/issues/114)) ([462be13](https://github.com/salesforce/builder-framework/commit/462be1310ff8b2fd58aec2b83e6a17c2408121f9)) | ||
## [0.6.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.6...v0.6.7) (2021-04-05) | ||
@@ -16,0 +19,0 @@ |
@@ -456,6 +456,3 @@ import { ValueChangedEvent } from '@lwc/wire-service'; | ||
const callback = callbacks[i]; | ||
if (callback && | ||
callback.constructor && | ||
callback.call && | ||
callback.apply) { | ||
if (callback && callback.constructor) { | ||
callback(data.mBody); | ||
@@ -462,0 +459,0 @@ } |
@@ -455,6 +455,3 @@ import { ValueChangedEvent } from '@lwc/wire-service'; | ||
const callback = callbacks[i]; | ||
if (callback && | ||
callback.constructor && | ||
callback.call && | ||
callback.apply) { | ||
if (callback && callback.constructor) { | ||
callback(data.mBody); | ||
@@ -461,0 +458,0 @@ } |
@@ -13,3 +13,3 @@ import { WireEventTarget } from '@lwc/wire-service'; | ||
} | ||
export declare function configureObservers<T>(getObservers: (config: any) => HasObservers): (config: any) => Observable | undefined; | ||
export declare function configureObservers(getObservers: (config: any) => HasObservers): (config: any) => Observable | undefined; | ||
export declare function createWireAdapterFactory(getObservable: (config: any) => Observable | undefined, getInitialValue?: (config: any) => () => any): (eventTarget: WireEventTarget) => void; | ||
@@ -16,0 +16,0 @@ /** |
{ | ||
"name": "@bfwk/utils", | ||
"version": "0.6.34", | ||
"version": "0.6.35", | ||
"description": "LBF Pub Sub", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
148865
3340