Skip to content

Commit 6a2982a

Browse files
committed
v1.0.0-alpha.1
1 parent d755d86 commit 6a2982a

File tree

19 files changed

+55
-44
lines changed

19 files changed

+55
-44
lines changed

lerna.json

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
2-
"version": "1.0.0-alpha.0",
3-
"packages": ["packages/*"],
4-
"npmClient": "bun",
5-
"command": {
6-
"publish": {
7-
"ignoreChanges": ["packages/docs", "packages/client"]
8-
}
9-
}
10-
}
2+
"version": "1.0.0-alpha.1",
3+
"packages": [
4+
"packages/*"
5+
],
6+
"npmClient": "bun",
7+
"command": {
8+
"publish": {
9+
"ignoreChanges": [
10+
"packages/docs",
11+
"packages/client"
12+
]
13+
}
14+
}
15+
}

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/cli",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "elizaOS CLI - Manage your AI agents and plugins",
55
"publishConfig": {
66
"access": "public"

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/client",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"private": true,
55
"sideEffects": false,
66
"type": "module",

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.0",
3+
"version": "1.0.0-alpha.1",
44
"description": "",
55
"type": "module",
66
"main": "dist/index.js",

packages/docs/package.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/docs",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"private": true,
55
"packageManager": "bun@9.4.0",
66
"scripts": {
@@ -21,13 +21,13 @@
2121
"@docusaurus/plugin-content-docs": "3.7.0",
2222
"@docusaurus/plugin-ideal-image": "3.7.0",
2323
"@docusaurus/preset-classic": "3.7.0",
24-
"@docusaurus/theme-mermaid": "3.7.0",
2524
"@docusaurus/theme-common": "3.7.0",
25+
"@docusaurus/theme-mermaid": "3.7.0",
2626
"@mdx-js/react": "3.0.1",
2727
"clsx": "2.1.1",
2828
"docusaurus-lunr-search": "3.5.0",
29-
"lunr": "2.3.9",
3029
"dotenv": "^16.4.7",
30+
"lunr": "2.3.9",
3131
"prism-react-renderer": "2.3.1",
3232
"react": "^19.0.0",
3333
"react-dom": "^19.0.0"
@@ -47,7 +47,11 @@
4747
"util": "^0.12.5"
4848
},
4949
"browserslist": {
50-
"production": [">0.5%", "not dead", "not op_mini all"],
50+
"production": [
51+
">0.5%",
52+
"not dead",
53+
"not op_mini all"
54+
],
5155
"development": [
5256
"last 3 chrome version",
5357
"last 3 firefox version",

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.0",
3+
"version": "1.0.0-alpha.1",
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.0",
22+
"@elizaos/core": "^1.0.0-alpha.1",
2323
"fastembed": "^1.0.0",
2424
"tsup": "8.4.0",
2525
"zod": "3.21.4"

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.0",
3+
"version": "1.0.0-alpha.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

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.0",
3+
"version": "1.0.0-alpha.1",
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.0",
21+
"@elizaos/core": "^1.0.0-alpha.1",
2222
"tsup": "8.4.0"
2323
},
2424
"scripts": {

packages/plugin-local-ai/package.json

+2-2
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.0",
3+
"version": "1.0.0-alpha.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -25,7 +25,7 @@
2525
"@echogarden/espeak-ng-emscripten": "0.3.3",
2626
"@echogarden/kissfft-wasm": "0.2.0",
2727
"@echogarden/speex-resampler-wasm": "0.2.1",
28-
"@elizaos/core": "1.0.0-alpha.0",
28+
"@elizaos/core": "^1.0.0-alpha.1",
2929
"@huggingface/hub": "^1.0.1",
3030
"@huggingface/inference": "^3.3.4",
3131
"@huggingface/transformers": "^3.3.3",

packages/plugin-node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-node",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -29,7 +29,7 @@
2929
"@echogarden/espeak-ng-emscripten": "0.3.3",
3030
"@echogarden/kissfft-wasm": "0.2.0",
3131
"@echogarden/speex-resampler-wasm": "0.2.1",
32-
"@elizaos/core": "1.0.0-alpha.0",
32+
"@elizaos/core": "^1.0.0-alpha.1",
3333
"@opendocsg/pdf2md": "0.1.32",
3434
"@types/uuid": "10.0.0",
3535
"alawmulaw": "6.0.0",

packages/plugin-openai/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-openai",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@ai-sdk/openai": "^1.1.9",
2222
"@ai-sdk/ui-utils": "1.1.9",
23-
"@elizaos/core": "1.0.0-alpha.0",
23+
"@elizaos/core": "^1.0.0-alpha.1",
2424
"ai": "^4.1.25",
2525
"js-tiktoken": "^1.0.18",
2626
"tsup": "8.4.0",

packages/plugin-solana/package.json

+4-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.0",
3+
"version": "1.0.0-alpha.1",
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
"@coral-xyz/anchor": "0.30.1",
2123
"@elizaos/core": "workspace:*",

packages/plugin-sql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-sql",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -23,7 +23,7 @@
2323
],
2424
"dependencies": {
2525
"@electric-sql/pglite": "^0.2.17",
26-
"@elizaos/core": "1.0.0-alpha.0",
26+
"@elizaos/core": "^1.0.0-alpha.1",
2727
"@types/pg": "8.11.10",
2828
"drizzle-kit": "^0.30.4",
2929
"drizzle-orm": "^0.39.1",

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.0",
4+
"version": "1.0.0-alpha.1",
55
"type": "module",
66
"main": "dist/index.js",
77
"module": "dist/index.js",
@@ -19,7 +19,7 @@
1919
"dist"
2020
],
2121
"dependencies": {
22-
"@elizaos/core": "1.0.0-alpha.0",
22+
"@elizaos/core": "^1.0.0-alpha.1",
2323
"zod": "3.21.4"
2424
},
2525
"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.0",
3+
"version": "1.0.0-alpha.1",
44
"main": "dist/index.js",
55
"type": "module",
66
"types": "dist/index.d.ts",
77
"dependencies": {
8-
"@elizaos/core": "1.0.0-alpha.0",
8+
"@elizaos/core": "^1.0.0-alpha.1",
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

+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.0",
3+
"version": "1.0.0-alpha.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-twitter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-twitter",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -19,7 +19,7 @@
1919
"dist"
2020
],
2121
"dependencies": {
22-
"@elizaos/core": "1.0.0-alpha.0",
22+
"@elizaos/core": "^1.0.0-alpha.1",
2323
"@roamhq/wrtc": "^0.8.0",
2424
"@sinclair/typebox": "^0.32.20",
2525
"glob": "11.0.0",

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.0",
4+
"version": "1.0.0-alpha.1",
55
"type": "module",
66
"main": "dist/index.js",
77
"module": "dist/index.js",
@@ -19,7 +19,7 @@
1919
"dist"
2020
],
2121
"dependencies": {
22-
"@elizaos/core": "1.0.0-alpha.0",
22+
"@elizaos/core": "^1.0.0-alpha.1",
2323
"zod": "3.21.4"
2424
},
2525
"devDependencies": {

packages/the-org/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/the-org",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"main": "dist/index.js",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -24,9 +24,9 @@
2424
"exec": "node --enable-source-maps --loader ts-node/esm src/index.ts"
2525
},
2626
"dependencies": {
27-
"@elizaos/core": "1.0.0-alpha.0",
28-
"@elizaos/plugin-tee": "1.0.0-alpha.0",
29-
"@elizaos/plugin-twitter": "1.0.0-alpha.0",
27+
"@elizaos/core": "^1.0.0-alpha.1",
28+
"@elizaos/plugin-tee": "^1.0.0-alpha.1",
29+
"@elizaos/plugin-twitter": "^1.0.0-alpha.1",
3030
"@solana/web3.js": "^1.87.6",
3131
"@types/body-parser": "1.19.5",
3232
"@types/cors": "2.8.17",

0 commit comments

Comments
 (0)