Skip to content

Commit

Permalink
feat!: Infra/docker compose updates (#500)
Browse files Browse the repository at this point in the history
This is a breaking change as it gets rid of our JS sdk for the
docker-compose. In the future we want to encourage people to use the
docker compose directly!
  • Loading branch information
langchain-infra authored Mar 5, 2024
2 parents b37085f + 19706a3 commit 45dd049
Show file tree
Hide file tree
Showing 10 changed files with 118 additions and 540 deletions.
7 changes: 2 additions & 5 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langsmith",
"version": "0.1.11",
"version": "0.1.12",
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
"packageManager": "[email protected]",
"files": [
Expand Down Expand Up @@ -29,12 +29,9 @@
],
"type": "module",
"main": "./dist/index.js",
"bin": {
"langsmith": "./dist/cli/main.cjs"
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "yarn clean && yarn build:esm && yarn build:cjs && node scripts/create-entrypoints.js && node scripts/create-cli.js",
"build": "yarn clean && yarn build:esm && yarn build:cjs && node scripts/create-entrypoints.js",
"bump-version": "node scripts/bump-version.js",
"check-version": "node scripts/check-version.js",
"check-npm-version": "node scripts/check-npm-version.js",
Expand Down
25 changes: 0 additions & 25 deletions js/scripts/create-cli.js

This file was deleted.

155 changes: 0 additions & 155 deletions js/src/cli/docker-compose.yaml

This file was deleted.

Loading

0 comments on commit 45dd049

Please sign in to comment.