@aikirun/task 0.18.0 → 0.20.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 +0 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -43,7 +43,6 @@ export const notificationWorkflowV1 = notificationWorkflow.v("1.0.0", {
43
43
 
44
44
  - **Automatic Retries** - Configurable retry strategies (fixed, exponential, jittered)
45
45
  - **Idempotent Execution** - Same input returns cached result
46
- - **Reference IDs** - Custom identifiers for deduplication
47
46
  - **Schema Validation** - Validate input and output at runtime
48
47
  - **Type Safety** - Full TypeScript support
49
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aikirun/task",
3
- "version": "0.18.0",
3
+ "version": "0.20.0",
4
4
  "description": "Task SDK for Aiki - define reliable tasks with automatic retries, idempotency, and error handling",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -18,8 +18,8 @@
18
18
  "build": "tsup"
19
19
  },
20
20
  "dependencies": {
21
- "@aikirun/types": "0.18.0",
22
- "@aikirun/workflow": "0.18.0",
21
+ "@aikirun/types": "0.20.0",
22
+ "@aikirun/workflow": "0.20.0",
23
23
  "@standard-schema/spec": "^1.1.0"
24
24
  },
25
25
  "publishConfig": {