@elizaos/plugin-starter 1.6.2-alpha.22 → 1.6.2-alpha.23

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 (2) hide show
  1. package/README.md +1 -1
  2. 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 -t plugin solana
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.22",
4
+ "version": "1.6.2-alpha.23",
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.22",
42
+ "@elizaos/core": "1.6.2-alpha.23",
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.22",
51
+ "@elizaos/cli": "1.6.2-alpha.23",
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": "4ea6b5aa416df5df3c2c27dd08d1b98cec67fef2"
96
+ "gitHead": "4ac9bcf4a3da88e6fbd5e5ef1d9f377e116b03a9"
97
97
  }