mirror of
https://github.com/langchain-ai/langsmith-sdk-christopher.git
synced 2026-07-01 12:46:57 -04:00
Release (#452)
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
name: JS Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "js/package.json"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "langsmith",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
|
||||
"packageManager": "yarn@1.22.19",
|
||||
"files": [
|
||||
|
||||
+1
-1
@@ -11,4 +11,4 @@ export type {
|
||||
export { RunTree, type RunTreeConfig } from "./run_trees.js";
|
||||
|
||||
// Update using yarn bump-version
|
||||
export const __version__ = "0.1.1";
|
||||
export const __version__ = "0.1.2";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "langsmith"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
|
||||
authors = ["LangChain <support@langchain.dev>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user