Skip to content

Commit a1fbaa0

Browse files
committed
v1.0.0-alpha.18
1 parent bb33587 commit a1fbaa0

File tree

18 files changed

+83
-50
lines changed

18 files changed

+83
-50
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.17",
2+
"version": "1.0.0-alpha.18",
33
"packages": [
44
"packages/*"
55
],

packages/cli/package.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/cli",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"description": "elizaOS CLI - Manage your AI agents and plugins",
55
"publishConfig": {
66
"access": "public"
@@ -15,7 +15,10 @@
1515
"url": "https://github.com/elizaOS/eliza.git",
1616
"directory": "packages/cli"
1717
},
18-
"files": ["dist", "templates"],
18+
"files": [
19+
"dist",
20+
"templates"
21+
],
1922
"keywords": [],
2023
"type": "module",
2124
"exports": {
@@ -41,10 +44,10 @@
4144
"@babel/core": "^7.22.1",
4245
"@babel/parser": "^7.22.6",
4346
"@babel/plugin-transform-typescript": "^7.22.5",
44-
"@elizaos/core": "^1.0.0-alpha.17",
45-
"@elizaos/plugin-sql": "^1.0.0-alpha.17",
46-
"@elizaos/plugin-starter": "^1.0.0-alpha.17",
47-
"@elizaos/project-starter": "^1.0.0-alpha.17",
47+
"@elizaos/core": "^1.0.0-alpha.18",
48+
"@elizaos/plugin-sql": "^1.0.0-alpha.18",
49+
"@elizaos/plugin-starter": "^1.0.0-alpha.18",
50+
"@elizaos/project-starter": "^1.0.0-alpha.18",
4851
"@noble/curves": "^1.8.1",
4952
"axios": "^1.7.9",
5053
"chalk": "5.2.0",

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.17",
3+
"version": "1.0.0-alpha.18",
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.17",
3+
"version": "1.0.0-alpha.18",
44
"description": "Initialize an Eliza project",
55
"type": "module",
66
"publishConfig": {

packages/plugin-anthropic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-anthropic",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"@ai-sdk/anthropic": "^1.1.6",
22-
"@elizaos/core": "^1.0.0-alpha.17",
22+
"@elizaos/core": "^1.0.0-alpha.18",
2323
"fastembed": "^1.0.0",
2424
"tsup": "8.4.0",
2525
"zod": "3.21.4"

packages/plugin-discord/package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-discord",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -15,7 +15,9 @@
1515
}
1616
}
1717
},
18-
"files": ["dist"],
18+
"files": [
19+
"dist"
20+
],
1921
"dependencies": {
2022
"@discordjs/opus": "github:discordjs/opus",
2123
"@discordjs/rest": "2.4.0",
@@ -36,7 +38,10 @@
3638
"test": "vitest run",
3739
"lint": "biome check ./src --config-path=./ --apply-unsafe && biome format ./ --config-path=./ --write"
3840
},
39-
"trustedDependencies": ["@discordjs/opus", "@discordjs/voice"],
41+
"trustedDependencies": [
42+
"@discordjs/opus",
43+
"@discordjs/voice"
44+
],
4045
"peerDependencies": {
4146
"whatwg-url": "7.1.0"
4247
},

packages/plugin-elevenlabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-elevenlabs",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -18,7 +18,7 @@
1818
"dist"
1919
],
2020
"dependencies": {
21-
"@elizaos/core": "^1.0.0-alpha.17",
21+
"@elizaos/core": "^1.0.0-alpha.18",
2222
"tsup": "8.4.0"
2323
},
2424
"scripts": {

packages/plugin-local-ai/package.json

+5-3
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.17",
3+
"version": "1.0.0-alpha.18",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -14,15 +14,17 @@
1414
}
1515
}
1616
},
17-
"files": ["dist"],
17+
"files": [
18+
"dist"
19+
],
1820
"dependencies": {
1921
"@anush008/tokenizers": "^0.0.0",
2022
"@aws-sdk/client-s3": "^3.749.0",
2123
"@aws-sdk/s3-request-presigner": "^3.749.0",
2224
"@echogarden/espeak-ng-emscripten": "0.3.3",
2325
"@echogarden/kissfft-wasm": "0.2.0",
2426
"@echogarden/speex-resampler-wasm": "0.2.1",
25-
"@elizaos/core": "^1.0.0-alpha.17",
27+
"@elizaos/core": "^1.0.0-alpha.18",
2628
"@huggingface/hub": "^1.0.1",
2729
"@huggingface/inference": "^3.3.4",
2830
"@huggingface/transformers": "^3.3.3",

packages/plugin-node/package.json

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-node",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -15,14 +15,20 @@
1515
}
1616
}
1717
},
18-
"files": ["dist", "scripts", "package.json", "LICENSE", "tsup.config.ts"],
18+
"files": [
19+
"dist",
20+
"scripts",
21+
"package.json",
22+
"LICENSE",
23+
"tsup.config.ts"
24+
],
1925
"dependencies": {
2026
"@aws-sdk/client-s3": "^3.705.0",
2127
"@aws-sdk/s3-request-presigner": "^3.705.0",
2228
"@echogarden/espeak-ng-emscripten": "0.3.3",
2329
"@echogarden/kissfft-wasm": "0.2.0",
2430
"@echogarden/speex-resampler-wasm": "0.2.1",
25-
"@elizaos/core": "^1.0.0-alpha.17",
31+
"@elizaos/core": "^1.0.0-alpha.18",
2632
"@opendocsg/pdf2md": "0.1.32",
2733
"@types/uuid": "10.0.0",
2834
"alawmulaw": "6.0.0",
@@ -70,7 +76,9 @@
7076
"yargs": "17.7.2",
7177
"youtube-dl-exec": "3.0.15"
7278
},
73-
"trustedDependencies": ["youtube-dl-exec"],
79+
"trustedDependencies": [
80+
"youtube-dl-exec"
81+
],
7482
"devDependencies": {
7583
"@types/node": "22.8.4",
7684
"tsup": "8.4.0"

packages/plugin-openai/package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-openai",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -14,11 +14,13 @@
1414
}
1515
}
1616
},
17-
"files": ["dist"],
17+
"files": [
18+
"dist"
19+
],
1820
"dependencies": {
1921
"@ai-sdk/openai": "^1.1.9",
2022
"@ai-sdk/ui-utils": "1.1.9",
21-
"@elizaos/core": "^1.0.0-alpha.17",
23+
"@elizaos/core": "^1.0.0-alpha.18",
2224
"ai": "^4.1.25",
2325
"js-tiktoken": "^1.0.18",
2426
"tsup": "8.4.0",

packages/plugin-solana/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-solana",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -20,7 +20,7 @@
2020
],
2121
"dependencies": {
2222
"@coral-xyz/anchor": "0.30.1",
23-
"@elizaos/core": "^1.0.0-alpha.17",
23+
"@elizaos/core": "^1.0.0-alpha.18",
2424
"@solana/spl-token": "0.4.9",
2525
"@solana/web3.js": "^1.98.0",
2626
"bignumber.js": "9.1.2",

packages/plugin-sql/package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-sql",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -18,10 +18,12 @@
1818
}
1919
}
2020
},
21-
"files": ["dist"],
21+
"files": [
22+
"dist"
23+
],
2224
"dependencies": {
2325
"@electric-sql/pglite": "^0.2.17",
24-
"@elizaos/core": "^1.0.0-alpha.17",
26+
"@elizaos/core": "^1.0.0-alpha.18",
2527
"@types/pg": "8.11.10",
2628
"drizzle-kit": "^0.30.4",
2729
"drizzle-orm": "^0.39.1",

packages/plugin-starter/package.json

+5-3
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.17",
4+
"version": "1.0.0-alpha.18",
55
"type": "module",
66
"main": "dist/index.js",
77
"module": "dist/index.js",
@@ -15,9 +15,11 @@
1515
}
1616
}
1717
},
18-
"files": ["dist"],
18+
"files": [
19+
"dist"
20+
],
1921
"dependencies": {
20-
"@elizaos/core": "^1.0.0-alpha.17",
22+
"@elizaos/core": "^1.0.0-alpha.18",
2123
"zod": "3.21.4"
2224
},
2325
"devDependencies": {

packages/plugin-tee/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@elizaos/plugin-tee",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"main": "dist/index.js",
55
"type": "module",
66
"types": "dist/index.d.ts",
77
"dependencies": {
8-
"@elizaos/core": "^1.0.0-alpha.17",
8+
"@elizaos/core": "^1.0.0-alpha.18",
99
"@phala/dstack-sdk": "^0.1.7",
1010
"@solana/web3.js": "^1.98.0",
1111
"better-sqlite3": "11.8.1",

packages/plugin-telegram/package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-telegram",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -15,7 +15,9 @@
1515
}
1616
}
1717
},
18-
"files": ["dist"],
18+
"files": [
19+
"dist"
20+
],
1921
"dependencies": {
2022
"@telegraf/types": "7.1.0",
2123
"telegraf": "4.16.3"

packages/plugin-twitter/package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-twitter",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -15,9 +15,11 @@
1515
}
1616
}
1717
},
18-
"files": ["dist"],
18+
"files": [
19+
"dist"
20+
],
1921
"dependencies": {
20-
"@elizaos/core": "^1.0.0-alpha.17",
22+
"@elizaos/core": "^1.0.0-alpha.18",
2123
"@roamhq/wrtc": "^0.8.0",
2224
"@sinclair/typebox": "^0.32.20",
2325
"glob": "11.0.0",

packages/project-starter/package.json

+5-3
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.17",
4+
"version": "1.0.0-alpha.18",
55
"type": "module",
66
"main": "dist/index.js",
77
"module": "dist/index.js",
@@ -15,9 +15,11 @@
1515
}
1616
}
1717
},
18-
"files": ["dist"],
18+
"files": [
19+
"dist"
20+
],
1921
"dependencies": {
20-
"@elizaos/core": "^1.0.0-alpha.17",
22+
"@elizaos/core": "^1.0.0-alpha.18",
2123
"zod": "3.21.4"
2224
},
2325
"devDependencies": {

packages/the-org/package.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/the-org",
3-
"version": "1.0.0-alpha.17",
3+
"version": "1.0.0-alpha.18",
44
"main": "dist/index.js",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -17,15 +17,18 @@
1717
"test": "vitest --run"
1818
},
1919
"nodemonConfig": {
20-
"watch": ["src", "../core/dist"],
20+
"watch": [
21+
"src",
22+
"../core/dist"
23+
],
2124
"ext": "ts,json",
2225
"exec": "node --enable-source-maps --loader ts-node/esm src/index.ts"
2326
},
2427
"dependencies": {
25-
"@elizaos/cli": "^1.0.0-alpha.17",
26-
"@elizaos/core": "^1.0.0-alpha.17",
27-
"@elizaos/plugin-tee": "^1.0.0-alpha.17",
28-
"@elizaos/plugin-twitter": "^1.0.0-alpha.17",
28+
"@elizaos/cli": "^1.0.0-alpha.18",
29+
"@elizaos/core": "^1.0.0-alpha.18",
30+
"@elizaos/plugin-tee": "^1.0.0-alpha.18",
31+
"@elizaos/plugin-twitter": "^1.0.0-alpha.18",
2932
"@radix-ui/react-slot": "^1.1.1",
3033
"@radix-ui/react-tabs": "^1.1.2",
3134
"@solana/web3.js": "^1.87.6",

0 commit comments

Comments
 (0)