@elizaos/client 1.6.5-beta.0 → 1.6.5
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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/client",
|
|
3
|
-
"version": "1.6.5
|
|
3
|
+
"version": "1.6.5",
|
|
4
4
|
"description": "Web client interface for ElizaOS agents",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@elizaos/api-client": "1.6.5
|
|
67
|
-
"@elizaos/core": "1.6.5
|
|
66
|
+
"@elizaos/api-client": "1.6.5",
|
|
67
|
+
"@elizaos/core": "1.6.5",
|
|
68
68
|
"@evilmartians/agent-prism-data": "^0.0.9",
|
|
69
69
|
"@evilmartians/agent-prism-types": "^0.0.9",
|
|
70
70
|
"@hookform/resolvers": "^5.1.1",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"devDependencies": {
|
|
120
120
|
"@cypress/react": "^9.0.1",
|
|
121
121
|
"@cypress/vite-dev-server": "^7.0.0",
|
|
122
|
-
"@elizaos/config": "1.6.5
|
|
122
|
+
"@elizaos/config": "1.6.5",
|
|
123
123
|
"@eslint/js": "^9.22.0",
|
|
124
124
|
"@happy-dom/global-registrator": "^20.0.11",
|
|
125
125
|
"@playwright/test": "^1.40.0",
|
|
@@ -162,5 +162,5 @@
|
|
|
162
162
|
"vite-tsconfig-paths": "^5.1.4",
|
|
163
163
|
"wait-on": "^9.0.1"
|
|
164
164
|
},
|
|
165
|
-
"gitHead": "
|
|
165
|
+
"gitHead": "f4141f3649a2e61008b481646a0469567be6ba9a"
|
|
166
166
|
}
|