Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump ver to 0.25.9 #3738

Merged
merged 36 commits into from
Mar 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
cf15bbf
lower logging
odilitime Feb 27, 2025
1affda7
add json5
odilitime Feb 27, 2025
a2153bf
bump lockfile for json5
odilitime Feb 27, 2025
5475fa8
allow Plugin to store actual npm name
odilitime Feb 27, 2025
dabaae4
allow character file to be json5, adjust logging, handle improper/fai…
odilitime Feb 27, 2025
047f114
remove wrongly added plugin
odilitime Feb 27, 2025
f0b3469
properly handle paths with spaces
odilitime Feb 27, 2025
e211f89
audit fix
odilitime Feb 27, 2025
5181948
Merge branch 'develop' of https://github.com/elizaos/eliza into odi-fix4
odilitime Feb 27, 2025
ed5ffe3
bump turbo
odilitime Feb 27, 2025
a309c81
don't await on async returns, note
odilitime Feb 27, 2025
9bf24c1
attempt ci typing fix
odilitime Feb 27, 2025
d0426d0
try what claude says to fix CI
odilitime Feb 27, 2025
308473d
try what claude says to fix CI
odilitime Feb 27, 2025
9bbcaff
try what claude says to fix CI
odilitime Feb 27, 2025
a4faa64
claude ci fix
odilitime Feb 27, 2025
6ae8c89
go back to any
odilitime Feb 27, 2025
ca14701
cursor attempt
odilitime Feb 27, 2025
0c1cca6
cursor attempt
odilitime Feb 27, 2025
af572f1
Merge branch 'develop' of https://github.com/elizaos/eliza into odi-fix
odilitime Feb 28, 2025
6297124
clean up output
odilitime Feb 28, 2025
9037d27
sync with the other concurrent build better
odilitime Feb 28, 2025
2d1e1a1
sync lockfile
odilitime Feb 28, 2025
c6a08d8
Merge branch 'develop' of https://github.com/elizaos/eliza into odi-fix
odilitime Feb 28, 2025
11f8f7c
pnpm (biome) format, mainly import type tweaks
odilitime Feb 28, 2025
dc877da
favor local paths for consistency
odilitime Feb 28, 2025
9eeb3f9
Merge branch 'develop' into odi-fix
odilitime Feb 28, 2025
023a49d
move vitest
odilitime Feb 28, 2025
9b05192
remove tsup/readline/ws, include @jest/globals because useESM is true…
odilitime Feb 28, 2025
0ee2d2f
Merge branch 'odi-fix' of https://github.com/elizaos/eliza into odi-fix
odilitime Feb 28, 2025
cce8e85
move tsup to dev deps
odilitime Feb 28, 2025
add80cc
Merge branch 'odi-fix' of https://github.com/elizaos/eliza into odi-fix
odilitime Feb 28, 2025
81c93c1
bump lockfile
odilitime Feb 28, 2025
c8bc3ce
handle dependencies/handle trustdb
odilitime Mar 2, 2025
50df51a
Merge branch 'develop' of https://github.com/elizaos/eliza into odi-fix
odilitime Mar 2, 2025
77888ed
bump ver to 0.25.9
odilitime Mar 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/agent",
"version": "0.25.8",
"version": "0.25.9",
"main": "src/index.ts",
"type": "module",
"scripts": {
Expand Down
8 changes: 3 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eliza-docs",
"version": "0.25.8",
"version": "0.25.9",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand All @@ -20,14 +20,12 @@
"@docusaurus/core": "3.7.0",
"@docusaurus/plugin-content-blog": "3.7.0",
"@docusaurus/plugin-content-docs": "3.7.0",
"@docusaurus/plugin-ideal-image": "^3.7.0",
"@docusaurus/plugin-ideal-image": "^3.0.0",
"@docusaurus/preset-classic": "3.7.0",
"@docusaurus/theme-common": "3.7.0",
"@docusaurus/theme-mermaid": "3.7.0",
"@docusaurus/plugin-ideal-image": "^3.0.0",
"clsx": "^2.0.0",
"@mdx-js/react": "3.0.1",
"clsx": "^2.1.1",
"@mdx-js/react": "3.0.1",
"docusaurus-lunr-search": "3.5.0",
"dotenv": "^16.4.7",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.25.8",
"version": "0.25.9",
"packages": [
"packages/*",
"docs",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos-plugins/adapter-sqlite",
"version": "0.25.8",
"version": "0.25.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli",
"version": "0.25.8",
"version": "0.25.9",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion packages/client-direct/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/client-direct",
"version": "0.25.8",
"version": "0.25.9",
"main": "dist/index.js",
"module": "dist/index.js",
"type": "module",
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": "0.25.8",
"version": "0.25.9",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-bootstrap",
"version": "0.25.8",
"version": "0.25.9",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
671 changes: 377 additions & 294 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading