@aikirun/client 0.24.3 → 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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -41,8 +41,7 @@ For comprehensive documentation including configuration options and context inje
41
41
 
42
42
  ## Related Packages
43
43
 
44
- - [@aikirun/workflow](https://www.npmjs.com/package/@aikirun/workflow) - Define workflows
45
- - [@aikirun/task](https://www.npmjs.com/package/@aikirun/task) - Define tasks
44
+ - [@aikirun/workflow](https://www.npmjs.com/package/@aikirun/workflow) - Define workflows and tasks
46
45
  - [@aikirun/worker](https://www.npmjs.com/package/@aikirun/worker) - Execute workflows
47
46
 
48
47
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aikirun/client",
3
- "version": "0.24.3",
3
+ "version": "0.25.0",
4
4
  "description": "Client SDK for Aiki - connect to the server, start workflows, and manage execution",
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.24.3",
21
+ "@aikirun/types": "0.25.0",
22
22
  "@orpc/client": "^1.9.3"
23
23
  },
24
24
  "publishConfig": {