Skip to content

Commit bc8404a

Browse files
committed
v1.0.0-alpha.26
1 parent 178e985 commit bc8404a

File tree

22 files changed

+38
-22
lines changed

22 files changed

+38
-22
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.25",
2+
"version": "1.0.0-alpha.26",
33
"packages": [
44
"packages/*"
55
],

packages/autodoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@elizaos/autodoc",
4-
"version": "1.0.0-alpha.25",
4+
"version": "1.0.0-alpha.26",
55
"description": "",
66
"main": "dist/index.js",
77
"module": "dist/index.mjs",

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.25",
3+
"version": "1.0.0-alpha.26",
44
"description": "elizaOS CLI - Manage your AI agents and plugins",
55
"publishConfig": {
66
"access": "public"

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

packages/plugin-anthropic/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "@elizaos/plugin-anthropic",
3-
"version": "1.0.0-alpha.25",
3+
"version": "1.0.0-alpha.26",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/elizaos-plugins/plugin-anthropic"
11+
},
812
"exports": {
913
"./package.json": "./package.json",
1014
".": {

packages/plugin-browser/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "@elizaos/plugin-browser",
3-
"version": "1.0.0-alpha.25",
3+
"version": "1.0.0-alpha.26",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/elizaos-plugins/plugin-browser"
11+
},
812
"exports": {
913
"./package.json": "./package.json",
1014
".": {

packages/plugin-discord/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "@elizaos/plugin-discord",
3-
"version": "1.0.0-alpha.25",
3+
"version": "1.0.0-alpha.26",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/elizaos-plugins/plugin-discord"
11+
},
812
"exports": {
913
"./package.json": "./package.json",
1014
".": {

packages/plugin-elevenlabs/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "@elizaos/plugin-elevenlabs",
3-
"version": "1.0.0-alpha.25",
3+
"version": "1.0.0-alpha.26",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/elizaos-plugins/plugin-elevenlabs"
11+
},
812
"exports": {
913
"./package.json": "./package.json",
1014
".": {

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

packages/plugin-starter/package.json

+1-1
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.25",
4+
"version": "1.0.0-alpha.26",
55
"type": "module",
66
"main": "dist/index.js",
77
"module": "dist/index.js",

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

packages/project-starter/package.json

+1-1
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.25",
4+
"version": "1.0.0-alpha.26",
55
"type": "module",
66
"main": "dist/index.js",
77
"module": "dist/index.js",

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.25",
3+
"version": "1.0.0-alpha.26",
44
"main": "dist/index.js",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)