@elizaos/plugin-todos 2.0.3-beta.3 → 2.0.3-beta.4
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-todos",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.4",
|
|
4
4
|
"description": "User-scoped persistent todos with CRUD. Single TODO umbrella action (op-based: write/create/update/complete/cancel/delete/list/clear) and a currentTodosProvider that surfaces the user's pending + in-progress todos to the planner each turn. Backed by drizzle pgSchema('todos').",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -51,16 +51,16 @@
|
|
|
51
51
|
"author": "elizaOS",
|
|
52
52
|
"license": "MIT",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@elizaos/agent": "2.0.3-beta.
|
|
55
|
-
"@elizaos/app-core": "2.0.3-beta.
|
|
56
|
-
"@elizaos/core": "2.0.3-beta.
|
|
57
|
-
"@elizaos/shared": "2.0.3-beta.
|
|
58
|
-
"@elizaos/ui": "2.0.3-beta.
|
|
54
|
+
"@elizaos/agent": "2.0.3-beta.4",
|
|
55
|
+
"@elizaos/app-core": "2.0.3-beta.4",
|
|
56
|
+
"@elizaos/core": "2.0.3-beta.4",
|
|
57
|
+
"@elizaos/shared": "2.0.3-beta.4",
|
|
58
|
+
"@elizaos/ui": "2.0.3-beta.4",
|
|
59
59
|
"drizzle-orm": "^0.45.1",
|
|
60
60
|
"lucide-react": "^1.0.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@elizaos/plugin-sql": "2.0.3-beta.
|
|
63
|
+
"@elizaos/plugin-sql": "2.0.3-beta.4",
|
|
64
64
|
"react": "^19.0.0",
|
|
65
65
|
"react-dom": "^19.0.0"
|
|
66
66
|
},
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"node": "Default export (Node.js)"
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
|
|
114
114
|
}
|