@elizaos/plugin-starter 1.6.2-alpha.22 → 1.6.2-alpha.24
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ This is an ElizaOS plugin built with the official plugin starter template.
|
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
# Create a new plugin (automatically adds "plugin-" prefix)
|
|
9
|
-
elizaos create
|
|
9
|
+
elizaos create --type plugin solana
|
|
10
10
|
# This creates: plugin-solana
|
|
11
11
|
# Dependencies are automatically installed and built
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-starter",
|
|
3
3
|
"description": "${PLUGINDESCRIPTION}",
|
|
4
|
-
"version": "1.6.2-alpha.
|
|
4
|
+
"version": "1.6.2-alpha.24",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"package.json"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@elizaos/core": "1.6.2-alpha.
|
|
42
|
+
"@elizaos/core": "1.6.2-alpha.24",
|
|
43
43
|
"@tanstack/react-query": "^5.80.7",
|
|
44
44
|
"clsx": "^2.1.1",
|
|
45
45
|
"tailwind-merge": "^3.3.1",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"zod": "4.1.11"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@elizaos/cli": "1.6.2-alpha.
|
|
51
|
+
"@elizaos/cli": "1.6.2-alpha.24",
|
|
52
52
|
"@tailwindcss/vite": "^4.1.10",
|
|
53
53
|
"@vitejs/plugin-react-swc": "^3.10.2",
|
|
54
54
|
"dotenv": "16.4.5",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "2564836ef8696a0e1a8aa33777eded254458931a"
|
|
97
97
|
}
|