-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Peg docker compose version and use new image names
use saq Add configurable values everywhere fix env vars fix env vars fix env vars feat: Peg docker compose version and use new image names update template update template update template update template update template fmt
- Loading branch information
1 parent
b37085f
commit 19706a3
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.