Skip to content

Commit

Permalink
bump eliza packages to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Jan 29, 2025
1 parent cbb95e7 commit 90957a5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/eliza-starter",
"version": "0.1.1",
"version": "0.1.8-alpha.1",
"main": "src/index.ts",
"type": "module",
"scripts": {
Expand All @@ -11,19 +11,19 @@
"stop:service:all": "pm2 stop all"
},
"dependencies": {
"@elizaos/adapter-postgres": "0.1.7",
"@elizaos/adapter-sqlite": "0.1.7",
"@elizaos/client-auto": "0.1.7",
"@elizaos/client-direct": "0.1.7",
"@elizaos/client-discord": "0.1.7",
"@elizaos/client-telegram": "0.1.7",
"@elizaos/client-twitter": "0.1.7",
"@elizaos/core": "0.1.7",
"@elizaos/plugin-bootstrap": "0.1.7",
"@elizaos/plugin-image-generation": "0.1.7",
"@elizaos/plugin-node": "0.1.7",
"@elizaos/plugin-solana": "0.1.7",
"@elizaos/plugin-starknet": "0.1.7",
"@elizaos/adapter-postgres": "0.1.8-alpha.1",
"@elizaos/adapter-sqlite": "0.1.8-alpha.1",
"@elizaos/client-auto": "0.1.8-alpha.1",
"@elizaos/client-direct": "0.1.8-alpha.1",
"@elizaos/client-discord": "0.1.8-alpha.1",
"@elizaos/client-telegram": "0.1.8-alpha.1",
"@elizaos/client-twitter": "0.1.8-alpha.1",
"@elizaos/core": "0.1.8-alpha.1",
"@elizaos/plugin-bootstrap": "0.1.8-alpha.1",
"@elizaos/plugin-image-generation": "0.1.8-alpha.1",
"@elizaos/plugin-node": "0.1.8-alpha.1",
"@elizaos/plugin-solana": "0.1.8-alpha.1",
"@elizaos/plugin-starknet": "0.1.8-alpha.1",
"@tavily/core": "0.0.2",
"amqplib": "0.10.5",
"better-sqlite3": "11.5.0",
Expand Down

2 comments on commit 90957a5

@marcelormendes
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @wtfsayo , after that change the imports are not working anymore we are getting:

src/index.ts(1,30): error TS2307: Cannot find module '@elizaos/client-direct' or its corresponding type declarations.
src/index.ts(8,8): error TS2307: Cannot find module '@elizaos/core' or its corresponding type declarations.
src/index.ts(9,33): error TS2307: Cannot find module '@elizaos/plugin-bootstrap' or its corresponding type declarations.
src/index.ts(10,34): error TS2307: Cannot find module '@elizaos/plugin-node' or its corresponding type declarations.
src/index.ts(11,30): error TS2307: Cannot find module '@elizaos/plugin-solana' or its corresponding type declarations.

I just changed on my package.json to 0.1.7 back and works.

@steflsd
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same. Opened issue. #113

Please sign in to comment.