@elizaos/project-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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -15,7 +15,7 @@ This is the starter template for ElizaOS projects.
15
15
 
16
16
  ```bash
17
17
  # Create a new project
18
- elizaos create -t project my-project
18
+ elizaos create --type project my-project
19
19
  # Dependencies are automatically installed and built
20
20
 
21
21
  # Navigate to the project directory
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elizaos/project-starter",
3
3
  "description": "Project starter for elizaOS",
4
- "version": "1.6.2-alpha.22",
4
+ "version": "1.6.2-alpha.24",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.js",
@@ -27,12 +27,12 @@
27
27
  "dist"
28
28
  ],
29
29
  "dependencies": {
30
- "@elizaos/cli": "1.6.2-alpha.22",
31
- "@elizaos/client": "1.6.2-alpha.22",
32
- "@elizaos/core": "1.6.2-alpha.22",
33
- "@elizaos/plugin-bootstrap": "1.6.2-alpha.22",
34
- "@elizaos/plugin-sql": "1.6.2-alpha.22",
35
- "@elizaos/server": "1.6.2-alpha.22",
30
+ "@elizaos/cli": "1.6.2-alpha.24",
31
+ "@elizaos/client": "1.6.2-alpha.24",
32
+ "@elizaos/core": "1.6.2-alpha.24",
33
+ "@elizaos/plugin-bootstrap": "1.6.2-alpha.24",
34
+ "@elizaos/plugin-sql": "1.6.2-alpha.24",
35
+ "@elizaos/server": "1.6.2-alpha.24",
36
36
  "@tanstack/react-query": "^5.29.0",
37
37
  "clsx": "^2.1.1",
38
38
  "react": "^18.3.1",
@@ -76,5 +76,5 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "gitHead": "4ea6b5aa416df5df3c2c27dd08d1b98cec67fef2"
79
+ "gitHead": "2564836ef8696a0e1a8aa33777eded254458931a"
80
80
  }