Skip to content

Commit

Permalink
chore: bump ver to 0.25.9 (#3738)
Browse files Browse the repository at this point in the history
* lower logging

* add json5

* bump lockfile for json5

* allow Plugin to store actual npm name

* allow character file to be json5, adjust logging, handle improper/failed to load plugins better

* remove wrongly added plugin

* properly handle paths with spaces

* audit fix

* bump turbo

* don't await on async returns, note

* attempt ci typing fix

* try what claude says to fix CI

* try what claude says to fix CI

* try what claude says to fix CI

* claude ci fix

* go back to any

* cursor attempt

* cursor attempt

* clean up output

* sync with the other concurrent build better

* sync lockfile

* pnpm (biome) format, mainly import type tweaks

* favor local paths for consistency

* move vitest

* remove tsup/readline/ws, include @jest/globals because useESM is true in jest config

* move tsup to dev deps

* bump lockfile

* handle dependencies/handle trustdb

* bump ver to 0.25.9
  • Loading branch information
odilitime authored Mar 2, 2025
1 parent 4d8b74a commit ae9ca51
Show file tree
Hide file tree
Showing 9 changed files with 387 additions and 306 deletions.
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": "pnpm@9.4.0",
"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.

0 comments on commit ae9ca51

Please sign in to comment.