@agentified/react 0.0.4 → 0.0.5-beta.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 +4 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -123,3 +123,7 @@ The Inspector is draggable and resizable.
123
123
  - [TypeScript SDK](../sdk/README.md)
124
124
  - [Mastra Adapter](../mastra/README.md)
125
125
  - [QuickHR Example](../../../examples/quickhr/) — full-stack app using all React bindings
126
+
127
+ ## License
128
+
129
+ [MIT](../../../LICENSE.md#mit-license)
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@agentified/react",
3
- "version": "0.0.4",
3
+ "version": "0.0.5-beta.0",
4
+ "license": "MIT",
4
5
  "type": "module",
5
6
  "main": "dist/index.js",
6
7
  "types": "dist/index.d.ts",
@@ -25,7 +26,7 @@
25
26
  "react": ">=18.0.0"
26
27
  },
27
28
  "dependencies": {
28
- "@agentified/fe-client": "0.0.4"
29
+ "@agentified/fe-client": "0.0.5-beta.0"
29
30
  },
30
31
  "devDependencies": {
31
32
  "@testing-library/react": "^16.0.0",