@aikirun/client 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 +2 -2
package/README.md CHANGED
@@ -41,7 +41,7 @@ await aikiClient.close();
41
41
 
42
42
  ## Documentation
43
43
 
44
- For comprehensive documentation including configuration options and context injection, see the [Client Guide](https://aiki.run/docs/core-concepts/client).
44
+ For comprehensive documentation including configuration options and context injection, see the [Client Guide](https://github.com/aikirun/aiki/blob/main/docs/core-concepts/client.md).
45
45
 
46
46
  ## Related Packages
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aikirun/client",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
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.9.1",
21
+ "@aikirun/types": "0.9.2",
22
22
  "@orpc/client": "^1.9.3",
23
23
  "ioredis": "^5.4.1",
24
24
  "zod": "^4.1.12"