@ultimat3/action 13.0.0 → 14.0.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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultimat3/action",
3
- "version": "13.0.0",
3
+ "version": "14.0.0",
4
4
  "description": "The action primitive: one declaration projected to route, OpenAPI, client, MCP tool, job handle, tests",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -34,10 +34,10 @@
34
34
  "test": "bun test"
35
35
  },
36
36
  "dependencies": {
37
- "@ultimat3/cache": "13.0.0",
38
- "@ultimat3/core": "13.0.0",
39
- "@ultimat3/http": "13.0.0",
40
- "@ultimat3/policy": "13.0.0",
41
- "@ultimat3/schema": "13.0.0"
37
+ "@ultimat3/cache": "14.0.0",
38
+ "@ultimat3/core": "14.0.0",
39
+ "@ultimat3/http": "14.0.0",
40
+ "@ultimat3/policy": "14.0.0",
41
+ "@ultimat3/schema": "14.0.0"
42
42
  }
43
43
  }