# [1.19.0](https://github.com/n8n-io/n8n/compare/n8n@1.18.0...n8n@1.19.0) (2023-11-29) ### Bug Fixes * **core:** Ensure member and admin cannot be promoted to owner ([#7830](https://github.com/n8n-io/n8n/issues/7830)) ([9b87a59](9b87a596ca)), closes [/linear.app/n8n/issue/PAY-985/add-user-role-modification-endpoint#comment-62355f6](https://github.com//linear.app/n8n/issue/PAY-985/add-user-role-modification-endpoint/issues/comment-62355f6) * **core:** Prevent error messages due to statistics about data loading ([#7824](https://github.com/n8n-io/n8n/issues/7824)) ([847f6ac](847f6ac771)) * **core:** Tighten checks for multi-main setup usage ([#7788](https://github.com/n8n-io/n8n/issues/7788)) ([fdb2c18](fdb2c18ecc)) * **core:** Use AbortController to notify nodes to abort execution ([#6141](https://github.com/n8n-io/n8n/issues/6141)) ([d2c18c5](d2c18c5727)) * **editor:** Add telemetry to workflow history ([#7811](https://github.com/n8n-io/n8n/issues/7811)) ([d497041](d4970410e1)) * **editor:** Allow owners and admins to share workflows and credentials they don't own ([#7833](https://github.com/n8n-io/n8n/issues/7833)) ([3ab3ec9](3ab3ec9da8)) * **editor:** Disable context menu actions in read-only mode ([#7789](https://github.com/n8n-io/n8n/issues/7789)) ([902beff](902beffce5)) * **editor:** Fix cloud plan data loading on instance ([#7841](https://github.com/n8n-io/n8n/issues/7841)) ([8b99384](8b99384367)) * **editor:** Fix credential icon for old node type version ([#7843](https://github.com/n8n-io/n8n/issues/7843)) ([4074107](4074107511)) * **editor:** Fix icon for unknown node type ([#7842](https://github.com/n8n-io/n8n/issues/7842)) ([28ac5a7](28ac5a750e)) * **editor:** Fix mouse position in workflow previews ([#7853](https://github.com/n8n-io/n8n/issues/7853)) ([c063398](c0633987bf)) * **editor:** Show nice error when environment is not set up ([#7778](https://github.com/n8n-io/n8n/issues/7778)) ([5835e05](5835e055d3)) * **editor:** Suppress dev server websocket messages in workflow view ([#7808](https://github.com/n8n-io/n8n/issues/7808)) ([685ffd7](685ffd7413)) * **Google Sheets Node:** Read operation execute for each item ([#7800](https://github.com/n8n-io/n8n/issues/7800)) ([d548872](d5488725a8)) * **HTTP Request Node:** Enable expressions for binary input data fields ([#7782](https://github.com/n8n-io/n8n/issues/7782)) ([6208af0](6208af07eb)) * **Microsoft SQL Node:** Prevent double escaping table name ([#7801](https://github.com/n8n-io/n8n/issues/7801)) ([73ec753](73ec7533ce)) ### Features * Add AI tool building capabilities ([#7336](https://github.com/n8n-io/n8n/issues/7336)) ([87def60](87def60979)) * Add initial scope checks via decorators ([#7737](https://github.com/n8n-io/n8n/issues/7737)) ([a37f1cb](a37f1cb0ba)) * Ado 1296 spike credential setup in templates ([#7786](https://github.com/n8n-io/n8n/issues/7786)) ([aae45b0](aae45b043b)) * **core:** Add Support for custom CORS origins for webhooks ([#7455](https://github.com/n8n-io/n8n/issues/7455)) ([99a9ea4](99a9ea497a)) * **core:** Allow user role modification ([#7797](https://github.com/n8n-io/n8n/issues/7797)) ([7a86d36](7a86d36068)) * **core:** Set up endpoint for all existing roles with license flag ([#7834](https://github.com/n8n-io/n8n/issues/7834)) ([2356fb0](2356fb0f0c)) * **editor:** Add node name and version to NDV node settings ([#7731](https://github.com/n8n-io/n8n/issues/7731)) ([da85198](da851986f6)) * **editor:** Add routing middleware, permission checks, RBAC store, RBAC component ([#7702](https://github.com/n8n-io/n8n/issues/7702)) ([67a8891](67a88914f2)) * **editor:** Replace middleware for Role checks with Scope checks ([#7847](https://github.com/n8n-io/n8n/issues/7847)) ([72852a6](72852a60eb)) * **editor:** Show avatars for users currently working on the same workflow ([#7763](https://github.com/n8n-io/n8n/issues/7763)) ([77bc8ec](77bc8ecd4b)) * **Notion Node:** Option to simplify output in getChildBlocks operation ([#7791](https://github.com/n8n-io/n8n/issues/7791)) ([d667bca](d667bca658)) * **Slack Node:** Add support for getting the profile of a user ([#7829](https://github.com/n8n-io/n8n/issues/7829)) ([90bb6ba](90bb6ba417)) Co-authored-by: ivov <ivov@users.noreply.github.com>
153 lines
7.4 KiB
JSON
153 lines
7.4 KiB
JSON
{
|
|
"name": "@n8n/n8n-nodes-langchain",
|
|
"version": "0.4.0",
|
|
"description": "",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"homepage": "https://n8n.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/n8n-io/n8n-nodes-langchain.git"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean": "rimraf dist .turbo",
|
|
"dev": "pnpm run watch",
|
|
"typecheck": "tsc",
|
|
"build": "tsc -p tsconfig.build.json && gulp build:icons && pnpm build:metadata",
|
|
"build:metadata": "pnpm n8n-generate-known && pnpm n8n-generate-ui-types",
|
|
"format": "prettier nodes credentials --write",
|
|
"lint": "eslint nodes credentials",
|
|
"lintfix": "eslint nodes credentials --fix",
|
|
"watch": "tsc-watch -p tsconfig.build.json --onCompilationComplete \"tsc-alias -p tsconfig.build.json\" --onSuccess \"pnpm n8n-generate-ui-types\""
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"n8n": {
|
|
"n8nNodesApiVersion": 1,
|
|
"credentials": [
|
|
"dist/credentials/AnthropicApi.credentials.js",
|
|
"dist/credentials/CohereApi.credentials.js",
|
|
"dist/credentials/GooglePalmApi.credentials.js",
|
|
"dist/credentials/HuggingFaceApi.credentials.js",
|
|
"dist/credentials/MotorheadApi.credentials.js",
|
|
"dist/credentials/OllamaApi.credentials.js",
|
|
"dist/credentials/PineconeApi.credentials.js",
|
|
"dist/credentials/SerpApi.credentials.js",
|
|
"dist/credentials/WolframAlphaApi.credentials.js",
|
|
"dist/credentials/XataApi.credentials.js",
|
|
"dist/credentials/ZepApi.credentials.js"
|
|
],
|
|
"nodes": [
|
|
"dist/nodes/agents/Agent/Agent.node.js",
|
|
"dist/nodes/agents/OpenAiAssistant/OpenAiAssistant.node.js",
|
|
"dist/nodes/chains/ChainSummarization/ChainSummarization.node.js",
|
|
"dist/nodes/chains/ChainLLM/ChainLlm.node.js",
|
|
"dist/nodes/chains/ChainRetrievalQA/ChainRetrievalQa.node.js",
|
|
"dist/nodes/code/Code.node.js",
|
|
"dist/nodes/document_loaders/DocumentDefaultDataLoader/DocumentDefaultDataLoader.node.js",
|
|
"dist/nodes/document_loaders/DocumentBinaryInputLoader/DocumentBinaryInputLoader.node.js",
|
|
"dist/nodes/document_loaders/DocumentGithubLoader/DocumentGithubLoader.node.js",
|
|
"dist/nodes/document_loaders/DocumentJSONInputLoader/DocumentJsonInputLoader.node.js",
|
|
"dist/nodes/embeddings/EmbeddingsCohere/EmbeddingsCohere.node.js",
|
|
"dist/nodes/embeddings/EmbeddingsAwsBedrock/EmbeddingsAwsBedrock.node.js",
|
|
"dist/nodes/embeddings/EmbeddingsGooglePalm/EmbeddingsGooglePalm.node.js",
|
|
"dist/nodes/embeddings/EmbeddingsHuggingFaceInference/EmbeddingsHuggingFaceInference.node.js",
|
|
"dist/nodes/embeddings/EmbeddingsOpenAI/EmbeddingsOpenAi.node.js",
|
|
"dist/nodes/embeddings/EmbeddingsTensorFlow/EmbeddingsTensorFlow.node.js",
|
|
"dist/nodes/llms/LMChatAnthropic/LmChatAnthropic.node.js",
|
|
"dist/nodes/llms/LmGooglePalm/LmGooglePalm.node.js",
|
|
"dist/nodes/llms/LmChatAwsBedrock/LmChatAwsBedrock.node.js",
|
|
"dist/nodes/llms/LmChatGooglePalm/LmChatGooglePalm.node.js",
|
|
"dist/nodes/llms/LMChatOllama/LmChatOllama.node.js",
|
|
"dist/nodes/llms/LMChatOpenAi/LmChatOpenAi.node.js",
|
|
"dist/nodes/llms/LMOpenAi/LmOpenAi.node.js",
|
|
"dist/nodes/llms/LMCohere/LmCohere.node.js",
|
|
"dist/nodes/llms/LMOllama/LmOllama.node.js",
|
|
"dist/nodes/llms/LMOpenHuggingFaceInference/LmOpenHuggingFaceInference.node.js",
|
|
"dist/nodes/memory/MemoryBufferWindow/MemoryBufferWindow.node.js",
|
|
"dist/nodes/memory/MemoryMotorhead/MemoryMotorhead.node.js",
|
|
"dist/nodes/memory/MemoryRedisChat/MemoryRedisChat.node.js",
|
|
"dist/nodes/memory/MemoryChatRetriever/MemoryChatRetriever.node.js",
|
|
"dist/nodes/memory/MemoryXata/MemoryXata.node.js",
|
|
"dist/nodes/memory/MemoryZep/MemoryZep.node.js",
|
|
"dist/nodes/output_parser/OutputParserAutofixing/OutputParserAutofixing.node.js",
|
|
"dist/nodes/output_parser/OutputParserItemList/OutputParserItemList.node.js",
|
|
"dist/nodes/output_parser/OutputParserStructured/OutputParserStructured.node.js",
|
|
"dist/nodes/retrievers/RetrieverContextualCompression/RetrieverContextualCompression.node.js",
|
|
"dist/nodes/retrievers/RetrieverVectorStore/RetrieverVectorStore.node.js",
|
|
"dist/nodes/retrievers/RetrieverMultiQuery/RetrieverMultiQuery.node.js",
|
|
"dist/nodes/retrievers/RetrieverWorkflow/RetrieverWorkflow.node.js",
|
|
"dist/nodes/text_splitters/TextSplitterCharacterTextSplitter/TextSplitterCharacterTextSplitter.node.js",
|
|
"dist/nodes/text_splitters/TextSplitterRecursiveCharacterTextSplitter/TextSplitterRecursiveCharacterTextSplitter.node.js",
|
|
"dist/nodes/text_splitters/TextSplitterTokenSplitter/TextSplitterTokenSplitter.node.js",
|
|
"dist/nodes/tools/ToolCalculator/ToolCalculator.node.js",
|
|
"dist/nodes/tools/ToolCode/ToolCode.node.js",
|
|
"dist/nodes/tools/ToolSerpApi/ToolSerpApi.node.js",
|
|
"dist/nodes/tools/ToolWikipedia/ToolWikipedia.node.js",
|
|
"dist/nodes/tools/ToolWolframAlpha/ToolWolframAlpha.node.js",
|
|
"dist/nodes/tools/ToolWorkflow/ToolWorkflow.node.js",
|
|
"dist/nodes/trigger/ManualChatTrigger/ManualChatTrigger.node.js",
|
|
"dist/nodes/vector_store/VectorStoreInMemory/VectorStoreInMemory.node.js",
|
|
"dist/nodes/vector_store/VectorStoreInMemoryInsert/VectorStoreInMemoryInsert.node.js",
|
|
"dist/nodes/vector_store/VectorStoreInMemoryLoad/VectorStoreInMemoryLoad.node.js",
|
|
"dist/nodes/vector_store/VectorStorePinecone/VectorStorePinecone.node.js",
|
|
"dist/nodes/vector_store/VectorStorePineconeInsert/VectorStorePineconeInsert.node.js",
|
|
"dist/nodes/vector_store/VectorStorePineconeLoad/VectorStorePineconeLoad.node.js",
|
|
"dist/nodes/vector_store/VectorStoreSupabase/VectorStoreSupabase.node.js",
|
|
"dist/nodes/vector_store/VectorStoreSupabaseInsert/VectorStoreSupabaseInsert.node.js",
|
|
"dist/nodes/vector_store/VectorStoreSupabaseLoad/VectorStoreSupabaseLoad.node.js",
|
|
"dist/nodes/vector_store/VectorStoreZep/VectorStoreZep.node.js",
|
|
"dist/nodes/vector_store/VectorStoreZepInsert/VectorStoreZepInsert.node.js",
|
|
"dist/nodes/vector_store/VectorStoreZepLoad/VectorStoreZepLoad.node.js"
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"@n8n/vm2": "^3.9.20"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.6",
|
|
"@types/html-to-text": "^9.0.1",
|
|
"@types/json-schema": "^7.0.12",
|
|
"@types/request-promise-native": "~1.0.15",
|
|
"@types/temp": "^0.9.1",
|
|
"eslint-plugin-n8n-nodes-base": "^1.16.0",
|
|
"gulp": "^4.0.2",
|
|
"n8n-core": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-bedrock-runtime": "^3.422.0",
|
|
"@getzep/zep-js": "^0.7.1",
|
|
"@google-ai/generativelanguage": "^0.2.1",
|
|
"@gxl/epub-parser": "^2.0.4",
|
|
"@huggingface/inference": "^2.6.4",
|
|
"@pinecone-database/pinecone": "^1.1.0",
|
|
"@supabase/supabase-js": "^2.33.2",
|
|
"@tensorflow-models/universal-sentence-encoder": "1.3.3",
|
|
"@tensorflow/tfjs-backend-cpu": "^4.11.0",
|
|
"@tensorflow/tfjs-converter": "4.11.0",
|
|
"@tensorflow/tfjs-core": "4.11.0",
|
|
"@tensorflow/tfjs-node": "^4.11.0",
|
|
"@xata.io/client": "^0.25.1",
|
|
"cohere-ai": "^6.2.2",
|
|
"d3-dsv": "^3.0.1",
|
|
"html-to-text": "^9.0.5",
|
|
"json-schema-to-zod": "^1.1.1",
|
|
"langchain": "^0.0.195",
|
|
"lodash": "^4.17.21",
|
|
"mammoth": "^1.6.0",
|
|
"mssql": "^8.1.2",
|
|
"n8n-nodes-base": "workspace:*",
|
|
"n8n-workflow": "workspace:*",
|
|
"openai": "^4.19.0",
|
|
"pdf-parse": "^1.1.1",
|
|
"pg": "^8.11.3",
|
|
"redis": "^4.6.8",
|
|
"sqlite3": "^5.1.6",
|
|
"temp": "^0.9.4",
|
|
"typeorm": "^0.3.17",
|
|
"zod": "^3.22.2",
|
|
"zod-to-json-schema": "^3.22.0"
|
|
}
|
|
}
|