Skip to content

Commit

Permalink
release(create-langchain-integration): 0.0.12 (#7461)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Jan 2, 2025
1 parent f7846d5 commit 12fdf3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/create-langchain-integration/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions libs/create-langchain-integration/template/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Environment variables for testing locally go here
INTEGRATION_API_KEY="your_key"

0 comments on commit 12fdf3f

Please sign in to comment.