From a91f06f34ba1c02b9f808524150db48ba654d3b2 Mon Sep 17 00:00:00 2001 From: jacoblee93 Date: Thu, 2 Jan 2025 09:49:14 -0800 Subject: [PATCH] release(create-langchain-integration): 0.0.12 --- libs/create-langchain-integration/package.json | 4 ++-- libs/create-langchain-integration/template/.env.example | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 libs/create-langchain-integration/template/.env.example diff --git a/libs/create-langchain-integration/package.json b/libs/create-langchain-integration/package.json index 0bc7d5f23539..2792d628bfe9 100644 --- a/libs/create-langchain-integration/package.json +++ b/libs/create-langchain-integration/package.json @@ -1,6 +1,6 @@ { "name": "create-langchain-integration", - "version": "0.0.11", + "version": "0.0.12", "repository": { "type": "git", "url": "https://github.com/langchain-ai/langchainjs", @@ -9,7 +9,7 @@ "bin": "./dist/index.js", "scripts": { "dev": "ncc build ./index.ts -w -o dist/", - "build": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register && cp ./template/.eslintrc.cjs ./template/.prettierrc ./template/.release-it.json ./dist/template", + "build": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register && cp ./template/.env.example ./template/.eslintrc.cjs ./template/.prettierrc ./template/.release-it.json ./dist/template", "format": "prettier --config .prettierrc --write \"./helpers\"", "format:check": "prettier --config .prettierrc --check \"./helpers\"", "lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js ./helpers", diff --git a/libs/create-langchain-integration/template/.env.example b/libs/create-langchain-integration/template/.env.example new file mode 100644 index 000000000000..29eeeaf149c3 --- /dev/null +++ b/libs/create-langchain-integration/template/.env.example @@ -0,0 +1,2 @@ +# Environment variables for testing locally go here +INTEGRATION_API_KEY="your_key" \ No newline at end of file