Skip to content

Commit

Permalink
Merge pull request #1311 from ai16z/chore/client_twitter
Browse files Browse the repository at this point in the history
chore: bump agent-twitter-client version to v0.0.17
  • Loading branch information
shakkernerd authored Dec 21, 2024
2 parents 5c1fe07 + 1bbba90 commit faf7163
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 27 deletions.
44 changes: 22 additions & 22 deletions packages/client-twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "@ai16z/client-twitter",
"version": "0.1.6",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"dependencies": {
"@ai16z/eliza": "workspace:*",
"agent-twitter-client": "0.0.16",
"glob": "11.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"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/client-twitter",
"version": "0.1.6",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"dependencies": {
"@ai16z/eliza": "workspace:*",
"agent-twitter-client": "0.0.17",
"glob": "11.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"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"
}
}
17 changes: 12 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit faf7163

Please # to comment.