@elizaos/plugin-starter 1.0.0-alpha.29 → 1.0.0-alpha.30

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 +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-starter",
3
3
  "description": "Plugin starter for elizaOS",
4
- "version": "1.0.0-alpha.29",
4
+ "version": "1.0.0-alpha.30",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -23,21 +23,21 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@elizaos/cli": "^1.0.0-alpha.29",
27
- "@elizaos/core": "^1.0.0-alpha.29",
26
+ "@elizaos/cli": "^1.0.0-alpha.30",
27
+ "@elizaos/core": "1.0.0-alpha.30",
28
28
  "zod": "3.21.4"
29
29
  },
30
30
  "devDependencies": {
31
31
  "tsup": "8.4.0"
32
32
  },
33
33
  "scripts": {
34
- "start": "npx elizaos start",
34
+ "start": "npx @elizaos/cli start",
35
35
  "test-with-cli": "cd ../cli && bun run build && cd ../plugin-starter && elizaos test",
36
- "dev": "npx elizaos dev",
36
+ "dev": "npx @elizaos/cli dev",
37
37
  "build": "tsup",
38
38
  "lint": "biome check --config-path=./ --write",
39
- "test": "npx elizaos test",
40
- "deploy": "npx elizaos deploy"
39
+ "test": "npx @elizaos/cli test",
40
+ "deploy": "npx @elizaos/cli deploy"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
@@ -45,5 +45,5 @@
45
45
  "resolutions": {
46
46
  "zod": "3.24.1"
47
47
  },
48
- "gitHead": "f8f642a0270d273a924a390c8a965140a76550f5"
48
+ "gitHead": "e75838cc4419928965fa959d16aeb013f09e5486"
49
49
  }