File tree Expand file tree Collapse file tree 17 files changed +39
-39
lines changed
Expand file tree Collapse file tree 17 files changed +39
-39
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 1.4.4 " ,
2+ "version" : " 1.4.5 " ,
33 "packages" : [
44 " packages/*"
55 ],
Original file line number Diff line number Diff line change 11{
22 "name" : " @elizaos/api-client" ,
3- "version" : " 1.4.4 " ,
3+ "version" : " 1.4.5 " ,
44 "main" : " dist/index.js" ,
55 "types" : " dist/index.d.ts" ,
66 "module" : " dist/index.js" ,
1515 "typecheck" : " tsc --noEmit"
1616 },
1717 "dependencies" : {
18- "@elizaos/core" : " 1.4.4 "
18+ "@elizaos/core" : " 1.4.5 "
1919 },
2020 "devDependencies" : {
2121 "@types/bun" : " latest" ,
3030 "publishConfig" : {
3131 "access" : " public"
3232 },
33- "gitHead" : " 670462dd40d05b9b364e9db6eadfff8403f18fdc "
33+ "gitHead" : " 70bc1e7ac4cef7dc465a79da6466ae7ecf6a8952 "
3434}
Original file line number Diff line number Diff line change 11{
22 "name" : " @elizaos/app" ,
3- "version" : " 1.4.4 " ,
3+ "version" : " 1.4.5 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @elizaos/cli" ,
3- "version" : " 1.4.4 " ,
3+ "version" : " 1.4.5 " ,
44 "description" : " elizaOS CLI - Manage your AI agents and plugins" ,
55 "publishConfig" : {
66 "access" : " public" ,
7676 "typescript" : " 5.8.3" ,
7777 "vite" : " ^6.3.5"
7878 },
79- "gitHead" : " 670462dd40d05b9b364e9db6eadfff8403f18fdc " ,
79+ "gitHead" : " 70bc1e7ac4cef7dc465a79da6466ae7ecf6a8952 " ,
8080 "dependencies" : {
8181 "@anthropic-ai/claude-code" : " ^1.0.35" ,
8282 "@anthropic-ai/sdk" : " ^0.54.0" ,
8383 "@clack/prompts" : " ^0.11.0" ,
84- "@elizaos/api-client" : " workspace:* " ,
85- "@elizaos/core" : " workspace:* " ,
86- "@elizaos/plugin-sql " : " workspace:* " ,
87- "@elizaos/server " : " workspace:* " ,
88- "@elizaos/plugin-bootstrap " : " workspace:* " ,
84+ "@elizaos/api-client" : " 1.4.5 " ,
85+ "@elizaos/core" : " 1.4.5 " ,
86+ "@elizaos/plugin-bootstrap " : " 1.4.5 " ,
87+ "@elizaos/plugin-sql " : " 1.4.5 " ,
88+ "@elizaos/server " : " 1.4.5 " ,
8989 "bun" : " ^1.2.17" ,
9090 "chalk" : " ^5.4.1" ,
9191 "chokidar" : " ^4.0.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @elizaos/client" ,
3- "version" : " 1.4.4 " ,
3+ "version" : " 1.4.5 " ,
44 "private" : true ,
55 "sideEffects" : false ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @elizaos/config" ,
33 "description" : " Shared configuration for ElizaOS projects and plugins" ,
4- "version" : " 1.4.4 " ,
4+ "version" : " 1.4.5 " ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
77 "module" : " dist/index.js" ,
5050 "publishConfig" : {
5151 "access" : " public"
5252 },
53- "gitHead" : " 670462dd40d05b9b364e9db6eadfff8403f18fdc "
53+ "gitHead" : " 70bc1e7ac4cef7dc465a79da6466ae7ecf6a8952 "
5454}
Original file line number Diff line number Diff line change 11{
22 "name" : " @elizaos/core" ,
3- "version" : " 1.4.4 " ,
3+ "version" : " 1.4.5 " ,
44 "description" : " " ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
6363 "publishConfig" : {
6464 "access" : " public"
6565 },
66- "gitHead" : " 670462dd40d05b9b364e9db6eadfff8403f18fdc "
66+ "gitHead" : " 70bc1e7ac4cef7dc465a79da6466ae7ecf6a8952 "
6767}
Original file line number Diff line number Diff line change 11{
22 "name" : " create-eliza" ,
3- "version" : " 1.4.4 " ,
3+ "version" : " 1.4.5 " ,
44 "description" : " Initialize an Eliza project" ,
55 "type" : " module" ,
66 "private" : true ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @elizaos/plugin-bootstrap" ,
3- "version" : " 1.4.4 " ,
3+ "version" : " 1.4.5 " ,
44 "type" : " module" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.js" ,
2626 " tsup.config.ts"
2727 ],
2828 "dependencies" : {
29- "@elizaos/core" : " 1.4.4 " ,
30- "@elizaos/plugin-sql" : " 1.4.4 " ,
29+ "@elizaos/core" : " 1.4.5 " ,
30+ "@elizaos/plugin-sql" : " 1.4.5 " ,
3131 "bun" : " ^1.2.17"
3232 },
3333 "devDependencies" : {
5454 "publishConfig" : {
5555 "access" : " public"
5656 },
57- "gitHead" : " 670462dd40d05b9b364e9db6eadfff8403f18fdc "
57+ "gitHead" : " 70bc1e7ac4cef7dc465a79da6466ae7ecf6a8952 "
5858}
Original file line number Diff line number Diff line change 11{
22 "name" : " @elizaos/plugin-dummy-services" ,
3- "version" : " 1.4.4 " ,
3+ "version" : " 1.4.5 " ,
44 "type" : " module" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.js" ,
2222 " dist"
2323 ],
2424 "dependencies" : {
25- "@elizaos/core" : " 1.4.4 " ,
25+ "@elizaos/core" : " 1.4.5 " ,
2626 "uuid" : " ^9.0.0"
2727 },
2828 "devDependencies" : {
4545 "publishConfig" : {
4646 "access" : " public"
4747 },
48- "gitHead" : " 670462dd40d05b9b364e9db6eadfff8403f18fdc " ,
48+ "gitHead" : " 70bc1e7ac4cef7dc465a79da6466ae7ecf6a8952 " ,
4949 "agentConfig" : {
5050 "pluginType" : " elizaos:plugin:1.0.0" ,
5151 "pluginParameters" : {
You can’t perform that action at this time.
0 commit comments