@aikirun/workflow 0.11.1 → 0.11.2
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -671,7 +671,7 @@ function createSleeper(handle, logger) {
|
|
|
671
671
|
if (!sleepState) {
|
|
672
672
|
try {
|
|
673
673
|
await handle[INTERNAL3].transitionState({ status: "sleeping", sleepName, durationMs });
|
|
674
|
-
logger.info("Going to
|
|
674
|
+
logger.info("Going to sleep", {
|
|
675
675
|
"aiki.sleepName": sleepName,
|
|
676
676
|
"aiki.durationMs": durationMs
|
|
677
677
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aikirun/workflow",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "Workflow SDK for Aiki - define durable workflows with tasks, sleeps, waits, and event handling",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"build": "tsup"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@aikirun/types": "0.11.
|
|
21
|
+
"@aikirun/types": "0.11.2",
|
|
22
22
|
"@standard-schema/spec": "^1.1.0"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|