Skip to content

Commit faf7163

Browse files
authored
Merge pull request elizaOS#1311 from ai16z/chore/client_twitter
chore: bump agent-twitter-client version to v0.0.17
2 parents 5c1fe07 + 1bbba90 commit faf7163

File tree

2 files changed

+34
-27
lines changed

2 files changed

+34
-27
lines changed

packages/client-twitter/package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "@ai16z/client-twitter",
3-
"version": "0.1.6",
4-
"main": "dist/index.js",
5-
"type": "module",
6-
"types": "dist/index.d.ts",
7-
"dependencies": {
8-
"@ai16z/eliza": "workspace:*",
9-
"agent-twitter-client": "0.0.16",
10-
"glob": "11.0.0",
11-
"zod": "3.23.8"
12-
},
13-
"devDependencies": {
14-
"tsup": "8.3.5"
15-
},
16-
"scripts": {
17-
"build": "tsup --format esm --dts",
18-
"dev": "tsup --format esm --dts --watch",
19-
"lint": "eslint --fix --cache ."
20-
},
21-
"peerDependencies": {
22-
"whatwg-url": "7.1.0"
23-
}
2+
"name": "@ai16z/client-twitter",
3+
"version": "0.1.6",
4+
"main": "dist/index.js",
5+
"type": "module",
6+
"types": "dist/index.d.ts",
7+
"dependencies": {
8+
"@ai16z/eliza": "workspace:*",
9+
"agent-twitter-client": "0.0.17",
10+
"glob": "11.0.0",
11+
"zod": "3.23.8"
12+
},
13+
"devDependencies": {
14+
"tsup": "8.3.5"
15+
},
16+
"scripts": {
17+
"build": "tsup --format esm --dts",
18+
"dev": "tsup --format esm --dts --watch",
19+
"lint": "eslint --fix --cache ."
20+
},
21+
"peerDependencies": {
22+
"whatwg-url": "7.1.0"
23+
}
2424
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)