@aikirun/worker 0.9.1 → 0.9.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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -45,7 +45,7 @@ process.on("SIGTERM", async () => {
45
45
 
46
46
  ## Documentation
47
47
 
48
- For comprehensive documentation including scaling strategies, configuration options, and how workers operate, see the [Workers Guide](https://aiki.run/docs/core-concepts/workers).
48
+ For comprehensive documentation including scaling strategies, configuration options, and how workers operate, see the [Workers Guide](https://github.com/aikirun/aiki/blob/main/docs/core-concepts/workers.md).
49
49
 
50
50
  ## Related Packages
51
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aikirun/worker",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
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,9 @@
18
18
  "build": "tsup"
19
19
  },
20
20
  "dependencies": {
21
- "@aikirun/types": "0.9.1",
22
- "@aikirun/client": "0.9.1",
23
- "@aikirun/workflow": "0.9.1"
21
+ "@aikirun/types": "0.9.2",
22
+ "@aikirun/client": "0.9.2",
23
+ "@aikirun/workflow": "0.9.2"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"