Skip to content

Commit

Permalink
v1.0.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 9, 2025
1 parent bb33587 commit a1fbaa0
Show file tree
Hide file tree
Showing 18 changed files with 83 additions and 50 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"packages": [
"packages/*"
],
Expand Down
15 changes: 9 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/cli",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "elizaOS CLI - Manage your AI agents and plugins",
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,10 @@
"url": "https://github.com/elizaOS/eliza.git",
"directory": "packages/cli"
},
"files": ["dist", "templates"],
"files": [
"dist",
"templates"
],
"keywords": [],
"type": "module",
"exports": {
Expand All @@ -41,10 +44,10 @@
"@babel/core": "^7.22.1",
"@babel/parser": "^7.22.6",
"@babel/plugin-transform-typescript": "^7.22.5",
"@elizaos/core": "^1.0.0-alpha.17",
"@elizaos/plugin-sql": "^1.0.0-alpha.17",
"@elizaos/plugin-starter": "^1.0.0-alpha.17",
"@elizaos/project-starter": "^1.0.0-alpha.17",
"@elizaos/core": "^1.0.0-alpha.18",
"@elizaos/plugin-sql": "^1.0.0-alpha.18",
"@elizaos/plugin-starter": "^1.0.0-alpha.18",
"@elizaos/project-starter": "^1.0.0-alpha.18",
"@noble/curves": "^1.8.1",
"axios": "^1.7.9",
"chalk": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/core",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-eliza/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-eliza",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"description": "Initialize an Eliza project",
"type": "module",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-anthropic",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"@ai-sdk/anthropic": "^1.1.6",
"@elizaos/core": "^1.0.0-alpha.17",
"@elizaos/core": "^1.0.0-alpha.18",
"fastembed": "^1.0.0",
"tsup": "8.4.0",
"zod": "3.21.4"
Expand Down
11 changes: 8 additions & 3 deletions packages/plugin-discord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-discord",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -15,7 +15,9 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"@discordjs/opus": "github:discordjs/opus",
"@discordjs/rest": "2.4.0",
Expand All @@ -36,7 +38,10 @@
"test": "vitest run",
"lint": "biome check ./src --config-path=./ --apply-unsafe && biome format ./ --config-path=./ --write"
},
"trustedDependencies": ["@discordjs/opus", "@discordjs/voice"],
"trustedDependencies": [
"@discordjs/opus",
"@discordjs/voice"
],
"peerDependencies": {
"whatwg-url": "7.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-elevenlabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-elevenlabs",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"dist"
],
"dependencies": {
"@elizaos/core": "^1.0.0-alpha.17",
"@elizaos/core": "^1.0.0-alpha.18",
"tsup": "8.4.0"
},
"scripts": {
Expand Down
8 changes: 5 additions & 3 deletions packages/plugin-local-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-local-ai",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -14,15 +14,17 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"@anush008/tokenizers": "^0.0.0",
"@aws-sdk/client-s3": "^3.749.0",
"@aws-sdk/s3-request-presigner": "^3.749.0",
"@echogarden/espeak-ng-emscripten": "0.3.3",
"@echogarden/kissfft-wasm": "0.2.0",
"@echogarden/speex-resampler-wasm": "0.2.1",
"@elizaos/core": "^1.0.0-alpha.17",
"@elizaos/core": "^1.0.0-alpha.18",
"@huggingface/hub": "^1.0.1",
"@huggingface/inference": "^3.3.4",
"@huggingface/transformers": "^3.3.3",
Expand Down
16 changes: 12 additions & 4 deletions packages/plugin-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-node",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -15,14 +15,20 @@
}
}
},
"files": ["dist", "scripts", "package.json", "LICENSE", "tsup.config.ts"],
"files": [
"dist",
"scripts",
"package.json",
"LICENSE",
"tsup.config.ts"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.705.0",
"@aws-sdk/s3-request-presigner": "^3.705.0",
"@echogarden/espeak-ng-emscripten": "0.3.3",
"@echogarden/kissfft-wasm": "0.2.0",
"@echogarden/speex-resampler-wasm": "0.2.1",
"@elizaos/core": "^1.0.0-alpha.17",
"@elizaos/core": "^1.0.0-alpha.18",
"@opendocsg/pdf2md": "0.1.32",
"@types/uuid": "10.0.0",
"alawmulaw": "6.0.0",
Expand Down Expand Up @@ -70,7 +76,9 @@
"yargs": "17.7.2",
"youtube-dl-exec": "3.0.15"
},
"trustedDependencies": ["youtube-dl-exec"],
"trustedDependencies": [
"youtube-dl-exec"
],
"devDependencies": {
"@types/node": "22.8.4",
"tsup": "8.4.0"
Expand Down
8 changes: 5 additions & 3 deletions packages/plugin-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-openai",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -14,11 +14,13 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"@ai-sdk/openai": "^1.1.9",
"@ai-sdk/ui-utils": "1.1.9",
"@elizaos/core": "^1.0.0-alpha.17",
"@elizaos/core": "^1.0.0-alpha.18",
"ai": "^4.1.25",
"js-tiktoken": "^1.0.18",
"tsup": "8.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-solana",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {
"@coral-xyz/anchor": "0.30.1",
"@elizaos/core": "^1.0.0-alpha.17",
"@elizaos/core": "^1.0.0-alpha.18",
"@solana/spl-token": "0.4.9",
"@solana/web3.js": "^1.98.0",
"bignumber.js": "9.1.2",
Expand Down
8 changes: 5 additions & 3 deletions packages/plugin-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-sql",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -18,10 +18,12 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"@electric-sql/pglite": "^0.2.17",
"@elizaos/core": "^1.0.0-alpha.17",
"@elizaos/core": "^1.0.0-alpha.18",
"@types/pg": "8.11.10",
"drizzle-kit": "^0.30.4",
"drizzle-orm": "^0.39.1",
Expand Down
8 changes: 5 additions & 3 deletions packages/plugin-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elizaos/plugin-starter",
"description": "Plugin starter for elizaOS",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -15,9 +15,11 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"@elizaos/core": "^1.0.0-alpha.17",
"@elizaos/core": "^1.0.0-alpha.18",
"zod": "3.21.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-tee/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@elizaos/plugin-tee",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"dependencies": {
"@elizaos/core": "^1.0.0-alpha.17",
"@elizaos/core": "^1.0.0-alpha.18",
"@phala/dstack-sdk": "^0.1.7",
"@solana/web3.js": "^1.98.0",
"better-sqlite3": "11.8.1",
Expand Down
6 changes: 4 additions & 2 deletions packages/plugin-telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-telegram",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -15,7 +15,9 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"@telegraf/types": "7.1.0",
"telegraf": "4.16.3"
Expand Down
8 changes: 5 additions & 3 deletions packages/plugin-twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-twitter",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -15,9 +15,11 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"@elizaos/core": "^1.0.0-alpha.17",
"@elizaos/core": "^1.0.0-alpha.18",
"@roamhq/wrtc": "^0.8.0",
"@sinclair/typebox": "^0.32.20",
"glob": "11.0.0",
Expand Down
8 changes: 5 additions & 3 deletions packages/project-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elizaos/project-starter",
"description": "Project starter for elizaOS",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -15,9 +15,11 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"@elizaos/core": "^1.0.0-alpha.17",
"@elizaos/core": "^1.0.0-alpha.18",
"zod": "3.21.4"
},
"devDependencies": {
Expand Down
15 changes: 9 additions & 6 deletions packages/the-org/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/the-org",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,15 +17,18 @@
"test": "vitest --run"
},
"nodemonConfig": {
"watch": ["src", "../core/dist"],
"watch": [
"src",
"../core/dist"
],
"ext": "ts,json",
"exec": "node --enable-source-maps --loader ts-node/esm src/index.ts"
},
"dependencies": {
"@elizaos/cli": "^1.0.0-alpha.17",
"@elizaos/core": "^1.0.0-alpha.17",
"@elizaos/plugin-tee": "^1.0.0-alpha.17",
"@elizaos/plugin-twitter": "^1.0.0-alpha.17",
"@elizaos/cli": "^1.0.0-alpha.18",
"@elizaos/core": "^1.0.0-alpha.18",
"@elizaos/plugin-tee": "^1.0.0-alpha.18",
"@elizaos/plugin-twitter": "^1.0.0-alpha.18",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@solana/web3.js": "^1.87.6",
Expand Down

0 comments on commit a1fbaa0

Please sign in to comment.