@elizaos/plugin-goals 2.0.3-beta.4 → 2.0.3-beta.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 +11 -11
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-goals",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Life direction plugin: owner-set long-horizon goals, recurring routines, reminders, alarms, daily check-ins, plus a self-care/mood/journal panel.",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"typecheck": "
|
|
8
|
+
"typecheck": "tsgo --noEmit -p tsconfig.json",
|
|
9
9
|
"lint": "bunx @biomejs/biome check src/",
|
|
10
10
|
"test": "bunx vitest run --config ./vitest.config.ts",
|
|
11
11
|
"test:harness": "bunx vitest run --config ./vitest.harness.config.ts",
|
|
12
12
|
"build": "bun run build:js && bun run build:views && bun run build:types",
|
|
13
|
-
"clean": "rm
|
|
13
|
+
"clean": "node ../../packages/scripts/rm-path-recursive.mjs dist",
|
|
14
14
|
"build:js": "tsup --config ../tsup.plugin-packages.shared.ts",
|
|
15
15
|
"build:views": "bunx --bun vite build --config vite.config.views.ts",
|
|
16
16
|
"build:types": "tsc --noCheck -p tsconfig.build.json && node ../../packages/scripts/rewrite-dist-relative-imports-node-esm.mjs"
|
|
@@ -50,22 +50,22 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
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.5",
|
|
54
|
+
"@elizaos/app-core": "2.0.3-beta.5",
|
|
55
|
+
"@elizaos/core": "2.0.3-beta.5",
|
|
56
|
+
"@elizaos/shared": "2.0.3-beta.5",
|
|
57
|
+
"@elizaos/ui": "2.0.3-beta.5",
|
|
58
58
|
"drizzle-orm": "0.45.2",
|
|
59
59
|
"lucide-react": "^1.0.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@elizaos/plugin-sql": "2.0.3-beta.
|
|
62
|
+
"@elizaos/plugin-sql": "2.0.3-beta.5",
|
|
63
63
|
"react": "^19.0.0",
|
|
64
64
|
"react-dom": "^19.0.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@biomejs/biome": "^2.4.14",
|
|
68
|
-
"@elizaos/test-harness": "2.0.3-beta.
|
|
68
|
+
"@elizaos/test-harness": "2.0.3-beta.5",
|
|
69
69
|
"@types/node": "^25.0.6",
|
|
70
70
|
"@types/react": "^19.0.0",
|
|
71
71
|
"@types/react-dom": "^19.0.0",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"assets",
|
|
93
93
|
"dist"
|
|
94
94
|
],
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "ff6157011c9459670021cc28a6797592a78b8817"
|
|
96
96
|
}
|