@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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 sleeping", {
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.1",
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.1",
21
+ "@aikirun/types": "0.11.2",
22
22
  "@standard-schema/spec": "^1.1.0"
23
23
  },
24
24
  "publishConfig": {