Skip to content

Commit

Permalink
feat: Peg docker compose version and use new image names
Browse files Browse the repository at this point in the history
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
langchain-infra committed Mar 5, 2024
1 parent b37085f commit 19706a3
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 19706a3

Please sign in to comment.