Skip to content

Commit

Permalink
chore: Release twitter-langchain NPM 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Jan 17, 2025
1 parent a536bcf commit b6b8248
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 125 deletions.
2 changes: 1 addition & 1 deletion cdp-agentkit-core/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@coinbase/cdp-agentkit-core",
"description": "CDP Agentkit core primitives",
"repository": "https://github.com/coinbase/agentkit",
"version": "0.0.13",
"version": "0.0.12",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions cdp-langchain/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@coinbase/cdp-langchain",
"version": "0.0.12",
"version": "0.0.13",
"description": "Langchain Toolkit extension of CDP Agentkit",
"repository": "https://github.com/coinbase/cdp-agentkit-nodejs",
"repository": "https://github.com/coinbase/agentkit",
"author": "Coinbase Inc.",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
130 changes: 12 additions & 118 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions twitter-langchain/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## [0.0.10] - 2025-01-17

### Added
- Bump `@coinbase/cdp-agentkit-core` dependency to `0.0.12`

## [0.0.9] - 2025-01-13

### Added
Expand Down
8 changes: 4 additions & 4 deletions twitter-langchain/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@coinbase/twitter-langchain",
"version": "0.0.9",
"version": "0.0.10",
"description": "Twitter (X) langchain Toolkit extension of CDP Agentkit",
"repository": "https://github.com/coinbase/cdp-agentkit-nodejs",
"repository": "https://github.com/coinbase/agentkit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
Expand Down Expand Up @@ -35,12 +35,12 @@
"langchain"
],
"dependencies": {
"@coinbase/cdp-agentkit-core": "^0.0.11",
"@coinbase/cdp-agentkit-core": "^0.0.12",
"@langchain/core": "^0.3.19",
"twitter-api-v2": "^1.18.2",
"zod": "^3.22.4"
},
"peerDependencies": {
"@coinbase/coinbase-sdk": "^0.13.0"
"@coinbase/coinbase-sdk": "^0.14.1"
}
}

0 comments on commit b6b8248

Please sign in to comment.