@elizaos/plugin-todos 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.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-todos",
3
- "version": "2.0.3-beta.4",
3
+ "version": "2.0.3-beta.6",
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.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",
54
+ "@elizaos/agent": "2.0.3-beta.6",
55
+ "@elizaos/app-core": "2.0.3-beta.6",
56
+ "@elizaos/core": "2.0.3-beta.6",
57
+ "@elizaos/shared": "2.0.3-beta.6",
58
+ "@elizaos/ui": "2.0.3-beta.6",
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.4",
63
+ "@elizaos/plugin-sql": "2.0.3-beta.6",
64
64
  "react": "^19.0.0",
65
65
  "react-dom": "^19.0.0"
66
66
  },
@@ -81,9 +81,9 @@
81
81
  "build:views": "bunx --bun vite build --config vite.config.views.ts",
82
82
  "build:types": "tsc --noCheck -p tsconfig.build.json",
83
83
  "dev": "bun --hot build.ts",
84
- "clean": "rm -rf dist .turbo",
84
+ "clean": "node ../../packages/scripts/rm-path-recursive.mjs dist .turbo",
85
85
  "test": "vitest run",
86
- "typecheck": "tsc --noEmit -p tsconfig.json",
86
+ "typecheck": "tsgo --noEmit -p tsconfig.json",
87
87
  "lint": "echo \"Lint skipped\"",
88
88
  "lint:check": "bun run lint",
89
89
  "check": "bun run typecheck && bun run test"
@@ -110,5 +110,5 @@
110
110
  "node": "Default export (Node.js)"
111
111
  }
112
112
  },
113
- "gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
113
+ "gitHead": "990dc996172b3e0fb525a75052a5ac28a4cd4de5"
114
114
  }