@contrail/flexplm 1.5.1-alpha.64caad7 → 1.5.1-alpha.c9b11be
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -772,7 +772,7 @@ export class BaseProcessPublishAssortment {
|
|
|
772
772
|
}
|
|
773
773
|
}
|
|
774
774
|
|
|
775
|
-
private async sendPublishPayloadEvent(outboundPublishEvent:
|
|
775
|
+
private async sendPublishPayloadEvent(outboundPublishEvent: AsyncEventsPayloadType){
|
|
776
776
|
console.info('sendPublishPayloadEvent()');
|
|
777
777
|
let initialEvent = {};
|
|
778
778
|
if (this.config?.event){
|