@elizaos/core 1.4.2 → 1.4.3
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/dist/index.d.ts +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -375,8 +375,8 @@ interface Entity {
|
|
|
375
375
|
id?: UUID;
|
|
376
376
|
/** Names of the entity */
|
|
377
377
|
names: string[];
|
|
378
|
-
/**
|
|
379
|
-
metadata
|
|
378
|
+
/** Additional metadata */
|
|
379
|
+
metadata: Metadata;
|
|
380
380
|
/** Agent ID this account is related to, for agents should be themselves */
|
|
381
381
|
agentId: UUID;
|
|
382
382
|
/** Optional array of components */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/core",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "966e28250672a7a0c5f934defd995c51b94c4622"
|
|
67
67
|
}
|