@actuarial-ts/agents 0.12.0 → 0.14.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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actuarial-ts/agents",
3
- "version": "0.12.0",
3
+ "version": "0.14.0",
4
4
  "description": "Mastra agent toolkit for actuarial-ts: exact validated tools with a hard tenant seam, human-gated judgment, trusted-catalog diagnostic selection, reserving advice, and evals.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -47,10 +47,10 @@
47
47
  "prepublishOnly": "node ../../tools/release/verify-release-attestation.mjs @actuarial-ts/agents"
48
48
  },
49
49
  "dependencies": {
50
- "@actuarial-ts/compliance": "^0.12.0",
51
- "@actuarial-ts/core": "^0.12.0",
52
- "@actuarial-ts/data": "^0.12.0",
53
- "@actuarial-ts/interchange": "^0.12.0"
50
+ "@actuarial-ts/compliance": "^0.14.0",
51
+ "@actuarial-ts/core": "^0.14.0",
52
+ "@actuarial-ts/data": "^0.14.0",
53
+ "@actuarial-ts/interchange": "^0.14.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@mastra/core": "^1.51.0",