chrono-forge
Advanced tools
Comparing version 0.4.9 to 0.5.0
@@ -319,3 +319,5 @@ "use strict"; | ||
else { | ||
await this.executeSteps(); | ||
if (!this.isInTerminalState()) { | ||
await this.executeSteps(); | ||
} | ||
if (this.isInTerminalState()) { | ||
@@ -331,3 +333,2 @@ return this.status !== 'errored' ? resolve(this.result) : reject(this.result); | ||
this.pendingUpdate = false; | ||
await this.emitAsync('ready'); | ||
} | ||
@@ -334,0 +335,0 @@ } |
{ | ||
"name": "chrono-forge", | ||
"version": "0.4.9", | ||
"version": "0.5.0", | ||
"description": "A powerful framework for temporal workflows, state management, and streaming activities, designed for seamless developer experience.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
234008
2747