@elizaos/plugin-relationships 2.0.3-beta.4 → 2.0.3-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.
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-relationships",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.6",
|
|
4
4
|
"description": "Entity and relationship knowledge graph for Eliza agents. Provides the ENTITY umbrella action (person/org/place/project/concept CRUD), EntityStore with identity merge engine, RelationshipStore for typed edges, voice-observer-bridge, and an entity-graph context provider. Backed by drizzle pgSchema('app_relationships').",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"author": "elizaOS",
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@elizaos/agent": "2.0.3-beta.
|
|
54
|
-
"@elizaos/app-core": "2.0.3-beta.
|
|
55
|
-
"@elizaos/core": "2.0.3-beta.
|
|
56
|
-
"@elizaos/shared": "2.0.3-beta.
|
|
57
|
-
"@elizaos/ui": "2.0.3-beta.
|
|
53
|
+
"@elizaos/agent": "2.0.3-beta.6",
|
|
54
|
+
"@elizaos/app-core": "2.0.3-beta.6",
|
|
55
|
+
"@elizaos/core": "2.0.3-beta.6",
|
|
56
|
+
"@elizaos/shared": "2.0.3-beta.6",
|
|
57
|
+
"@elizaos/ui": "2.0.3-beta.6",
|
|
58
58
|
"drizzle-orm": "^0.45.1"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@elizaos/plugin-sql": "2.0.3-beta.
|
|
61
|
+
"@elizaos/plugin-sql": "2.0.3-beta.6",
|
|
62
62
|
"react": "^19.0.0",
|
|
63
63
|
"react-dom": "^19.0.0"
|
|
64
64
|
},
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
"build:js": "tsup --config ../tsup.plugin-packages.shared.ts",
|
|
80
80
|
"build:views": "bunx --bun vite build --config vite.config.views.ts",
|
|
81
81
|
"build:types": "tsc --noCheck -p tsconfig.build.json",
|
|
82
|
-
"clean": "rm
|
|
82
|
+
"clean": "node ../../packages/scripts/rm-path-recursive.mjs dist .turbo",
|
|
83
83
|
"test": "bunx vitest run --config ./vitest.config.ts",
|
|
84
|
-
"typecheck": "
|
|
84
|
+
"typecheck": "tsgo --noEmit -p tsconfig.json",
|
|
85
85
|
"lint": "bunx @biomejs/biome check src/",
|
|
86
86
|
"lint:check": "bun run lint",
|
|
87
87
|
"check": "bun run typecheck && bun run test"
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"node": "Default export (Node.js)"
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "990dc996172b3e0fb525a75052a5ac28a4cd4de5"
|
|
112
112
|
}
|