@node-ts/bus-core
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -261,3 +261,3 @@ "use strict"; | ||
else { | ||
this.logger.trace('No changes detected in workflow state.', { | ||
this.logger.debug('No changes detected in workflow state.', { | ||
workflowId: immutableWorkflowState.$workflowId | ||
@@ -272,3 +272,3 @@ }); | ||
yield this.persistence.saveWorkflowState(data); | ||
this.logger.info('Workflow state saved', { data }); | ||
this.logger.debug('Workflow state saved', { data }); | ||
} | ||
@@ -275,0 +275,0 @@ catch (err) { |
{ | ||
"name": "@node-ts/bus-core", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A service bus for message-based, distributed node applications", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -403,3 +403,3 @@ import { WorkflowState, WorkflowStatus } from '../workflow-state' | ||
} else { | ||
this.logger.trace('No changes detected in workflow state.', { | ||
this.logger.debug('No changes detected in workflow state.', { | ||
workflowId: immutableWorkflowState.$workflowId | ||
@@ -413,3 +413,3 @@ }) | ||
await this.persistence.saveWorkflowState(data) | ||
this.logger.info('Workflow state saved', { data }) | ||
this.logger.debug('Workflow state saved', { data }) | ||
} catch (err) { | ||
@@ -416,0 +416,0 @@ this.logger.error('Error persisting workflow state', { err }) |
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
375396