Skip to content

Commit 2ce07db

Browse files
committed
v1.0.0-alpha.32
1 parent e44730f commit 2ce07db

File tree

21 files changed

+33
-39
lines changed

21 files changed

+33
-39
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-alpha.31",
2+
"version": "1.0.0-alpha.32",
33
"packages": [
44
"packages/*"
55
],

packages/cli/package.json

+11-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/cli",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"description": "elizaOS CLI - Manage your AI agents and plugins",
55
"publishConfig": {
66
"access": "public"
@@ -35,13 +35,18 @@
3535
"lint": "biome check ./src --config-path=./ --apply-unsafe && biome format ./ --config-path=./ --write",
3636
"clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo"
3737
},
38-
"dependencies": {
38+
"devDependencies": {
3939
"@babel/core": "^7.22.1",
4040
"@babel/parser": "^7.22.6",
4141
"@elizaos/core": "workspace:*",
4242
"@elizaos/plugin-anthropic": "workspace:*",
4343
"@elizaos/plugin-openai": "workspace:*",
4444
"@elizaos/plugin-sql": "workspace:*",
45+
"@types/babel__core": "^7.20.1",
46+
"@types/diff": "^5.0.3",
47+
"@types/fs-extra": "^11.0.1",
48+
"@types/lodash": "^4.17.7",
49+
"@types/prompts": "^2.4.2",
4550
"axios": "^1.7.9",
4651
"commander": "^10.0.0",
4752
"diff": "^5.1.0",
@@ -52,25 +57,14 @@
5257
"https-proxy-agent": "^6.2.0",
5358
"prompts": "^2.4.2",
5459
"recast": "^0.23.2",
60+
"rimraf": "6.0.1",
5561
"tsconfig-paths": "^4.2.0",
62+
"tsup": "8.4.0",
5663
"tsx": "^4.19.2",
64+
"type-fest": "^3.8.0",
65+
"typescript": "5.8.2",
5766
"yoctocolors": "^2.1.1",
5867
"zod": "^3.20.2"
5968
},
60-
"devDependencies": {
61-
"@types/babel__core": "^7.20.1",
62-
"@types/diff": "^5.0.3",
63-
"@types/fs-extra": "^11.0.1",
64-
"@types/lodash": "^4.17.7",
65-
"@types/prompts": "^2.4.2",
66-
"rimraf": "6.0.1",
67-
"tsup": "8.4.0",
68-
"type-fest": "^3.8.0",
69-
"typescript": "5.8.2"
70-
},
71-
"peerDependencies": {
72-
"form-data": "4.0.2",
73-
"glob": "^11.0.0"
74-
},
7569
"gitHead": "dc32785668d1663c0e7fb81909b4b9961db6e6de"
7670
}

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/core",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"description": "",
55
"type": "module",
66
"main": "dist/index.js",

packages/create-eliza/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-eliza",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"description": "Initialize an Eliza project",
55
"type": "module",
66
"publishConfig": {

packages/plugin-anthropic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-anthropic",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-browser",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-discord/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-discord",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-elevenlabs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-elevenlabs",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-local-ai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-local-ai",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-openai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-openai",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-pdf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-pdf",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-solana/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-solana",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-sql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-sql",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-starter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elizaos/plugin-starter",
33
"description": "Plugin starter for elizaOS",
4-
"version": "1.0.0-alpha.31",
4+
"version": "1.0.0-alpha.32",
55
"type": "module",
66
"main": "dist/index.js",
77
"module": "dist/index.js",
@@ -23,7 +23,7 @@
2323
"dist"
2424
],
2525
"dependencies": {
26-
"@elizaos/cli": "^1.0.0-alpha.31",
26+
"@elizaos/cli": "^1.0.0-alpha.32",
2727
"@elizaos/core": "workspace:*",
2828
"zod": "3.21.4"
2929
},

packages/plugin-storage-s3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-storage-s3",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-tee/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-tee",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"main": "dist/index.js",
55
"type": "module",
66
"types": "dist/index.d.ts",

packages/plugin-telegram/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-telegram",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-twitter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-twitter",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-video-understanding/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-video-understanding",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/project-starter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elizaos/project-starter",
33
"description": "Project starter for elizaOS",
4-
"version": "1.0.0-alpha.31",
4+
"version": "1.0.0-alpha.32",
55
"type": "module",
66
"main": "dist/index.js",
77
"module": "dist/index.js",
@@ -19,7 +19,7 @@
1919
"dist"
2020
],
2121
"dependencies": {
22-
"@elizaos/cli": "^1.0.0-alpha.31",
22+
"@elizaos/cli": "^1.0.0-alpha.32",
2323
"@elizaos/core": "workspace:*",
2424
"@elizaos/plugin-anthropic": "workspace:*",
2525
"@elizaos/plugin-openai": "workspace:*",

packages/the-org/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/the-org",
3-
"version": "1.0.0-alpha.31",
3+
"version": "1.0.0-alpha.32",
44
"main": "dist/index.js",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)