Skip to content

Commit ae9ca51

Browse files
authored
chore: bump ver to 0.25.9 (elizaOS#3738)
* 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
1 parent 4d8b74a commit ae9ca51

File tree

9 files changed

+387
-306
lines changed

9 files changed

+387
-306
lines changed

agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/agent",
3-
"version": "0.25.8",
3+
"version": "0.25.9",
44
"main": "src/index.ts",
55
"type": "module",
66
"scripts": {

docs/package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eliza-docs",
3-
"version": "0.25.8",
3+
"version": "0.25.9",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {
@@ -20,14 +20,12 @@
2020
"@docusaurus/core": "3.7.0",
2121
"@docusaurus/plugin-content-blog": "3.7.0",
2222
"@docusaurus/plugin-content-docs": "3.7.0",
23-
"@docusaurus/plugin-ideal-image": "^3.7.0",
23+
"@docusaurus/plugin-ideal-image": "^3.0.0",
2424
"@docusaurus/preset-classic": "3.7.0",
2525
"@docusaurus/theme-common": "3.7.0",
2626
"@docusaurus/theme-mermaid": "3.7.0",
27-
"@docusaurus/plugin-ideal-image": "^3.0.0",
28-
"clsx": "^2.0.0",
29-
"@mdx-js/react": "3.0.1",
3027
"clsx": "^2.1.1",
28+
"@mdx-js/react": "3.0.1",
3129
"docusaurus-lunr-search": "3.5.0",
3230
"dotenv": "^16.4.7",
3331
"lodash": "^4.17.21",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.25.8",
2+
"version": "0.25.9",
33
"packages": [
44
"packages/*",
55
"docs",

packages/adapter-sqlite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos-plugins/adapter-sqlite",
3-
"version": "0.25.8",
3+
"version": "0.25.9",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli",
3-
"version": "0.25.8",
3+
"version": "0.25.9",
44
"main": "index.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

packages/client-direct/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/client-direct",
3-
"version": "0.25.8",
3+
"version": "0.25.9",
44
"main": "dist/index.js",
55
"module": "dist/index.js",
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": "0.25.8",
3+
"version": "0.25.9",
44
"description": "",
55
"type": "module",
66
"main": "dist/index.js",

packages/plugin-bootstrap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-bootstrap",
3-
"version": "0.25.8",
3+
"version": "0.25.9",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

pnpm-lock.yaml

+377-294
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)