@aikirun/worker 0.24.2 → 0.25.0
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/README.md +1 -2
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -49,8 +49,7 @@ For comprehensive documentation including scaling strategies, configuration opti
|
|
|
49
49
|
## Related Packages
|
|
50
50
|
|
|
51
51
|
- [@aikirun/client](https://www.npmjs.com/package/@aikirun/client) - Connect to Aiki server
|
|
52
|
-
- [@aikirun/workflow](https://www.npmjs.com/package/@aikirun/workflow) - Define workflows
|
|
53
|
-
- [@aikirun/task](https://www.npmjs.com/package/@aikirun/task) - Define tasks
|
|
52
|
+
- [@aikirun/workflow](https://www.npmjs.com/package/@aikirun/workflow) - Define workflows and tasks
|
|
54
53
|
|
|
55
54
|
## License
|
|
56
55
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aikirun/worker",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"description": "Worker SDK for Aiki - execute workflows and tasks with durable state management and automatic recovery",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -18,9 +18,8 @@
|
|
|
18
18
|
"build": "tsup"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@aikirun/types": "0.
|
|
22
|
-
"@aikirun/
|
|
23
|
-
"@aikirun/workflow": "0.24.2",
|
|
21
|
+
"@aikirun/types": "0.25.0",
|
|
22
|
+
"@aikirun/workflow": "0.25.0",
|
|
24
23
|
"ulidx": "^2.4.1"
|
|
25
24
|
},
|
|
26
25
|
"publishConfig": {
|