ci: Add @aws-sdk/credential-provider-node and @aws-sdk/types modules (no-changelog) (#8310)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
oleg
2024-01-11 18:46:21 +01:00
committed by GitHub
parent 1824ff6a13
commit c2748802a2
3 changed files with 228 additions and 209 deletions

View File

@@ -9,6 +9,10 @@ import {
import { ChatBedrock } from 'langchain/chat_models/bedrock';
import { logWrapper } from '../../../utils/logWrapper';
import { getConnectionHintNoticeField } from '../../../utils/sharedFields';
// Dependencies needed underneath the hood. We add them
// here only to track where what dependency is used
import '@aws-sdk/credential-provider-node';
import '@aws-sdk/client-bedrock-runtime';
export class LmChatAwsBedrock implements INodeType {
description: INodeTypeDescription = {

View File

@@ -108,6 +108,7 @@
]
},
"devDependencies": {
"@aws-sdk/types": "3.357.0",
"@types/basic-auth": "^1.1.3",
"@types/express": "^4.17.6",
"@types/html-to-text": "^9.0.1",
@@ -120,6 +121,7 @@
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "3.454.0",
"@aws-sdk/credential-provider-node": "3.451.0",
"@getzep/zep-js": "0.9.0",
"@google-ai/generativelanguage": "0.2.1",
"@huggingface/inference": "2.6.4",