Skip to content

Commit

Permalink
v1.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 9, 2025
1 parent 58e183c commit 83166f0
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 37 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.10",
"version": "1.0.0-alpha.11",
"packages": [
"packages/*"
],
Expand Down
10 changes: 5 additions & 5 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.10",
"version": "1.0.0-alpha.11",
"description": "elizaOS CLI - Manage your AI agents and plugins",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -44,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.10",
"@elizaos/plugin-sql": "^1.0.0-alpha.10",
"@elizaos/plugin-starter": "^1.0.0-alpha.10",
"@elizaos/project-starter": "^1.0.0-alpha.10",
"@elizaos/core": "^1.0.0-alpha.11",
"@elizaos/plugin-sql": "^1.0.0-alpha.11",
"@elizaos/plugin-starter": "^1.0.0-alpha.11",
"@elizaos/project-starter": "^1.0.0-alpha.11",
"@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.10",
"version": "1.0.0-alpha.11",
"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.10",
"version": "1.0.0-alpha.11",
"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.10",
"version": "1.0.0-alpha.11",
"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.10",
"@elizaos/core": "^1.0.0-alpha.11",
"fastembed": "^1.0.0",
"tsup": "8.4.0",
"zod": "3.21.4"
Expand Down
2 changes: 1 addition & 1 deletion 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.10",
"version": "1.0.0-alpha.11",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
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.10",
"version": "1.0.0-alpha.11",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"dist"
],
"dependencies": {
"@elizaos/core": "^1.0.0-alpha.10",
"@elizaos/core": "^1.0.0-alpha.11",
"tsup": "8.4.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "1.0.0-alpha.11",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -24,7 +24,7 @@
"@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.10",
"@elizaos/core": "^1.0.0-alpha.11",
"@huggingface/hub": "^1.0.1",
"@huggingface/inference": "^3.3.4",
"@huggingface/transformers": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "1.0.0-alpha.11",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@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.10",
"@elizaos/core": "^1.0.0-alpha.11",
"@opendocsg/pdf2md": "0.1.32",
"@types/uuid": "10.0.0",
"alawmulaw": "6.0.0",
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "1.0.0-alpha.11",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@ai-sdk/openai": "^1.1.9",
"@ai-sdk/ui-utils": "1.1.9",
"@elizaos/core": "^1.0.0-alpha.10",
"@elizaos/core": "^1.0.0-alpha.11",
"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.10",
"version": "1.0.0-alpha.11",
"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.10",
"@elizaos/core": "^1.0.0-alpha.11",
"@solana/spl-token": "0.4.9",
"@solana/web3.js": "^1.98.0",
"bignumber.js": "9.1.2",
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "1.0.0-alpha.11",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"@electric-sql/pglite": "^0.2.17",
"@elizaos/core": "^1.0.0-alpha.10",
"@elizaos/core": "^1.0.0-alpha.11",
"@types/pg": "8.11.10",
"drizzle-kit": "^0.30.4",
"drizzle-orm": "^0.39.1",
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "1.0.0-alpha.11",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -19,7 +19,7 @@
"dist"
],
"dependencies": {
"@elizaos/core": "^1.0.0-alpha.10",
"@elizaos/core": "^1.0.0-alpha.11",
"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.10",
"version": "1.0.0-alpha.11",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"dependencies": {
"@elizaos/core": "^1.0.0-alpha.10",
"@elizaos/core": "^1.0.0-alpha.11",
"@phala/dstack-sdk": "^0.1.7",
"@solana/web3.js": "^1.98.0",
"better-sqlite3": "11.8.1",
Expand Down
2 changes: 1 addition & 1 deletion 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.10",
"version": "1.0.0-alpha.11",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "1.0.0-alpha.11",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -19,7 +19,7 @@
"dist"
],
"dependencies": {
"@elizaos/core": "^1.0.0-alpha.10",
"@elizaos/core": "^1.0.0-alpha.11",
"@roamhq/wrtc": "^0.8.0",
"@sinclair/typebox": "^0.32.20",
"glob": "11.0.0",
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "1.0.0-alpha.11",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand All @@ -19,7 +19,7 @@
"dist"
],
"dependencies": {
"@elizaos/core": "^1.0.0-alpha.10",
"@elizaos/core": "^1.0.0-alpha.11",
"zod": "3.21.4"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 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.10",
"version": "1.0.0-alpha.11",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -25,10 +25,10 @@
"exec": "node --enable-source-maps --loader ts-node/esm src/index.ts"
},
"dependencies": {
"@elizaos/cli": "^1.0.0-alpha.10",
"@elizaos/core": "^1.0.0-alpha.10",
"@elizaos/plugin-tee": "^1.0.0-alpha.10",
"@elizaos/plugin-twitter": "^1.0.0-alpha.10",
"@elizaos/cli": "^1.0.0-alpha.11",
"@elizaos/core": "^1.0.0-alpha.11",
"@elizaos/plugin-tee": "^1.0.0-alpha.11",
"@elizaos/plugin-twitter": "^1.0.0-alpha.11",
"@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 83166f0

Please sign in to comment.