Skip to content

Commit 1042448

Browse files
lalalunecursoragent
andcommitted
chore: bump all packages to 2.0.0-alpha.10
Includes critical fix for duplicate key violation on worlds table: - plugin-sql: WorldStore.create() uses onConflictDoNothing() - core: ensureWorldExists() checks existence before insert Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 5ef33b0 commit 1042448

File tree

16 files changed

+120
-120
lines changed

16 files changed

+120
-120
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-alpha.3",
2+
"version": "2.0.0-alpha.10",
33
"packages": [
44
"packages/*",
55
"packages/computeruse/packages/computeruse-ts",

packages/computeruse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elizaos/computeruse-root",
33
"private": true,
4-
"version": "2.0.0-alpha.3",
4+
"version": "2.0.0-alpha.10",
55
"description": "ComputerUse - Desktop automation with AI",
66
"scripts": {
77
"test": "bun run test:bindings && bun run test:workflow",

packages/computeruse/packages/computeruse-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@
7777
"test-hook": "powershell.exe -ExecutionPolicy Bypass -File \"../../.git/hooks/pre-push.ps1\""
7878
},
7979
"types": "wrapper.d.ts",
80-
"version": "2.0.0-alpha.3"
80+
"version": "2.0.0-alpha.10"
8181
}

packages/daemon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/daemon",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.10",
44
"description": "Cross-platform daemon/service management for Eliza agents",
55
"type": "module",
66
"main": "dist/index.js",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/docs",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.10",
44
"type": "module",
55
"private": true,
66
"description": "ElizaOS documentation",

packages/elizaos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elizaos",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.10",
44
"description": "elizaOS CLI - Create and manage elizaOS examples",
55
"type": "module",
66
"bin": {

packages/interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/interop",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.10",
44
"description": "Cross-language plugin interoperability for elizaOS",
55
"type": "module",
66
"main": "dist/index.js",

packages/plugin-sql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-sql",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.10",
44
"type": "module",
55
"main": "dist/node/index.node.js",
66
"module": "dist/node/index.node.js",

packages/prompts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elizaos/prompts",
33
"private": false,
4-
"version": "2.0.0-alpha.3",
4+
"version": "2.0.0-alpha.10",
55
"description": "Shared prompt templates for elizaOS across TypeScript, Python, and Rust",
66
"type": "module",
77
"main": "./dist/typescript/index.ts",

packages/python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/python",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0-alpha.10",
44
"description": "elizaOS Core - Python runtime and types",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)