-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Infra/docker compose updates (#500)
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
Showing
10 changed files
with
118 additions
and
540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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", | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.