@agentified/react 0.0.5-beta.3 → 0.0.5-beta.6

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  React hooks + Inspector debug panel for Agentified.
4
4
 
5
- Provider, hooks, and a built-in Inspector for [Agentified](../../../README.md). Register [frontend tools](../../../docs/concepts/frontend-tools.md) with `useAgentifiedTool`, debug with `<Inspector>`.
5
+ Provider, hooks, and a built-in Inspector for [Agentified](../../../README.md). Register [frontend tools](../../../docs/typescript/frontend-tools.md) with `useAgentifiedTool`, debug with `<Inspector>`.
6
6
 
7
7
  ## Install
8
8
 
@@ -122,8 +122,8 @@ The Inspector is draggable and resizable.
122
122
 
123
123
  - [Root README](../../../README.md)
124
124
  - [Documentation](../../../docs/)
125
- - [Frontend Tools concept](../../../docs/concepts/frontend-tools.md)
126
- - [Mastra guide](../../../docs/guides/mastra.md) — Full-stack example
125
+ - [Frontend Tools concept](../../../docs/typescript/frontend-tools.md)
126
+ - [Mastra guide](../../../docs/typescript/integrations/mastra.md) — Full-stack example
127
127
  - [Frontend Client](../fe-client/README.md) — underlying client library
128
128
  - [TypeScript SDK](../sdk/README.md)
129
129
  - [Mastra Adapter](../mastra/README.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentified/react",
3
- "version": "0.0.5-beta.3",
3
+ "version": "0.0.5-beta.6",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "react": ">=18.0.0"
27
27
  },
28
28
  "dependencies": {
29
- "@agentified/fe-client": "0.0.5-beta.3"
29
+ "@agentified/fe-client": "0.0.5-beta.6"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@testing-library/react": "^16.0.0",