-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version to 0.1.6-alpha.5
- Loading branch information
1 parent
a1515d8
commit db86aee
Showing
48 changed files
with
129 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
{ | ||
"name": "@ai16z/agent", | ||
"version": "0.1.6-alpha.4", | ||
"main": "src/index.ts", | ||
"type": "module", | ||
"scripts": { | ||
"start": "node --loader ts-node/esm src/index.ts", | ||
"dev": "node --loader ts-node/esm src/index.ts", | ||
"check-types": "tsc --noEmit" | ||
}, | ||
"nodemonConfig": { | ||
"watch": [ | ||
"src", | ||
"../core/dist" | ||
], | ||
"ext": "ts,json", | ||
"exec": "node --enable-source-maps --loader ts-node/esm src/index.ts" | ||
}, | ||
"dependencies": { | ||
"@ai16z/adapter-postgres": "workspace:*", | ||
"@ai16z/adapter-redis": "workspace:*", | ||
"@ai16z/adapter-sqlite": "workspace:*", | ||
"@ai16z/client-auto": "workspace:*", | ||
"@ai16z/client-direct": "workspace:*", | ||
"@ai16z/client-discord": "workspace:*", | ||
"@ai16z/client-farcaster": "workspace:*", | ||
"@ai16z/client-lens": "workspace:*", | ||
"@ai16z/client-telegram": "workspace:*", | ||
"@ai16z/client-twitter": "workspace:*", | ||
"@ai16z/client-slack": "workspace:*", | ||
"@ai16z/eliza": "workspace:*", | ||
"@ai16z/plugin-0g": "workspace:*", | ||
"@ai16z/plugin-aptos": "workspace:*", | ||
"@ai16z/plugin-bootstrap": "workspace:*", | ||
"@ai16z/plugin-intiface": "workspace:*", | ||
"@ai16z/plugin-coinbase": "workspace:*", | ||
"@ai16z/plugin-conflux": "workspace:*", | ||
"@ai16z/plugin-evm": "workspace:*", | ||
"@ai16z/plugin-flow": "workspace:*", | ||
"@ai16z/plugin-story": "workspace:*", | ||
"@ai16z/plugin-goat": "workspace:*", | ||
"@ai16z/plugin-icp": "workspace:*", | ||
"@ai16z/plugin-image-generation": "workspace:*", | ||
"@ai16z/plugin-nft-generation": "workspace:*", | ||
"@ai16z/plugin-node": "workspace:*", | ||
"@ai16z/plugin-solana": "workspace:*", | ||
"@ai16z/plugin-starknet": "workspace:*", | ||
"@ai16z/plugin-ton": "workspace:*", | ||
"@ai16z/plugin-sui": "workspace:*", | ||
"@ai16z/plugin-tee": "workspace:*", | ||
"@ai16z/plugin-multiversx": "workspace:*", | ||
"@ai16z/plugin-near": "workspace:*", | ||
"@ai16z/plugin-zksync-era": "workspace:*", | ||
"readline": "1.3.0", | ||
"ws": "8.18.0", | ||
"yargs": "17.7.2" | ||
}, | ||
"devDependencies": { | ||
"ts-node": "10.9.2", | ||
"tsup": "8.3.5" | ||
} | ||
"name": "@ai16z/agent", | ||
"version": "0.1.6-alpha.5", | ||
"main": "src/index.ts", | ||
"type": "module", | ||
"scripts": { | ||
"start": "node --loader ts-node/esm src/index.ts", | ||
"dev": "node --loader ts-node/esm src/index.ts", | ||
"check-types": "tsc --noEmit" | ||
}, | ||
"nodemonConfig": { | ||
"watch": [ | ||
"src", | ||
"../core/dist" | ||
], | ||
"ext": "ts,json", | ||
"exec": "node --enable-source-maps --loader ts-node/esm src/index.ts" | ||
}, | ||
"dependencies": { | ||
"@ai16z/adapter-postgres": "workspace:*", | ||
"@ai16z/adapter-redis": "workspace:*", | ||
"@ai16z/adapter-sqlite": "workspace:*", | ||
"@ai16z/client-auto": "workspace:*", | ||
"@ai16z/client-direct": "workspace:*", | ||
"@ai16z/client-discord": "workspace:*", | ||
"@ai16z/client-farcaster": "workspace:*", | ||
"@ai16z/client-lens": "workspace:*", | ||
"@ai16z/client-telegram": "workspace:*", | ||
"@ai16z/client-twitter": "workspace:*", | ||
"@ai16z/client-slack": "workspace:*", | ||
"@ai16z/eliza": "workspace:*", | ||
"@ai16z/plugin-0g": "workspace:*", | ||
"@ai16z/plugin-aptos": "workspace:*", | ||
"@ai16z/plugin-bootstrap": "workspace:*", | ||
"@ai16z/plugin-intiface": "workspace:*", | ||
"@ai16z/plugin-coinbase": "workspace:*", | ||
"@ai16z/plugin-conflux": "workspace:*", | ||
"@ai16z/plugin-evm": "workspace:*", | ||
"@ai16z/plugin-flow": "workspace:*", | ||
"@ai16z/plugin-story": "workspace:*", | ||
"@ai16z/plugin-goat": "workspace:*", | ||
"@ai16z/plugin-icp": "workspace:*", | ||
"@ai16z/plugin-image-generation": "workspace:*", | ||
"@ai16z/plugin-nft-generation": "workspace:*", | ||
"@ai16z/plugin-node": "workspace:*", | ||
"@ai16z/plugin-solana": "workspace:*", | ||
"@ai16z/plugin-starknet": "workspace:*", | ||
"@ai16z/plugin-ton": "workspace:*", | ||
"@ai16z/plugin-sui": "workspace:*", | ||
"@ai16z/plugin-tee": "workspace:*", | ||
"@ai16z/plugin-multiversx": "workspace:*", | ||
"@ai16z/plugin-near": "workspace:*", | ||
"@ai16z/plugin-zksync-era": "workspace:*", | ||
"readline": "1.3.0", | ||
"ws": "8.18.0", | ||
"yargs": "17.7.2" | ||
}, | ||
"devDependencies": { | ||
"ts-node": "10.9.2", | ||
"tsup": "8.3.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.1.6-alpha.4", | ||
"version": "0.1.6-alpha.5", | ||
"packages": [ | ||
"packages/*", | ||
"docs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"name": "@ai16z/adapter-redis", | ||
"version": "0.1.6-alpha.4", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@ai16z/eliza": "workspace:*", | ||
"ioredis": "5.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/ioredis": "^5.0.0", | ||
"tsup": "8.3.5" | ||
}, | ||
"scripts": { | ||
"build": "tsup --format esm --dts", | ||
"dev": "tsup --format esm --dts --watch", | ||
"lint": "eslint --fix --cache ." | ||
}, | ||
"peerDependencies": { | ||
"whatwg-url": "7.1.0" | ||
} | ||
"name": "@ai16z/adapter-redis", | ||
"version": "0.1.6-alpha.5", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@ai16z/eliza": "workspace:*", | ||
"ioredis": "5.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/ioredis": "^5.0.0", | ||
"tsup": "8.3.5" | ||
}, | ||
"scripts": { | ||
"build": "tsup --format esm --dts", | ||
"dev": "tsup --format esm --dts --watch", | ||
"lint": "eslint --fix --cache ." | ||
}, | ||
"peerDependencies": { | ||
"whatwg-url": "7.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.