@agentproto/adapter-mastra 0.1.1 → 0.1.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentproto/adapter-mastra",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Generic Mastra adapter for AIP-14 ToolHandles. Wraps any `@agentproto/tool` ToolHandle into a Mastra createTool() handle so apps drop in tools authored once and used by any framework.",
5
5
  "keywords": [
6
6
  "agentproto",
@@ -40,8 +40,8 @@
40
40
  "access": "public"
41
41
  },
42
42
  "dependencies": {
43
- "@agentproto/driver": "0.1.1",
44
- "@agentproto/tool": "0.1.1"
43
+ "@agentproto/driver": "0.1.2",
44
+ "@agentproto/tool": "0.2.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@mastra/core": "*",