Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 26, 2024
1 parent d83bbe9 commit 8c217cd
Show file tree
Hide file tree
Showing 2 changed files with 957 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libs/langchain-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "langchain-aws",
"name": "@langchain/aws",
"version": "0.0.0",
"description": "LangChain AWS integration",
"type": "module",
Expand Down Expand Up @@ -39,19 +39,19 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.602.0",
"@langchain/core": ">0.1.0 <0.3.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@langchain/scripts": "~0.0.14",
"@swc/core": "^1.3.90",
"@swc/jest": "^0.2.29",
"@langchain/scripts": "~0.0.14",
"@tsconfig/recommended": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"dotenv": "^16.3.1",
"dpdm": "^3.12.0",
"release-it": "^15.10.1",
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
Expand All @@ -61,6 +61,7 @@
"jest": "^29.5.0",
"jest-environment-node": "^29.6.4",
"prettier": "^2.8.3",
"release-it": "^15.10.1",
"rollup": "^4.5.2",
"ts-jest": "^29.1.0",
"typescript": "<5.2.0"
Expand Down
Loading

0 comments on commit 8c217cd

Please sign in to comment.