langsmith 0.3.44-rc.0 → 0.3.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -10,4 +10,4 @@ Object.defineProperty(exports, "overrideFetchImplementation", { enumerable: true
10
10
  var project_js_1 = require("./utils/project.cjs");
11
11
  Object.defineProperty(exports, "getDefaultProjectName", { enumerable: true, get: function () { return project_js_1.getDefaultProjectName; } });
12
12
  // Update using yarn bump-version
13
- exports.__version__ = "0.3.44-rc.0";
13
+ exports.__version__ = "0.3.44";
package/dist/index.d.ts CHANGED
@@ -3,4 +3,4 @@ export type { Dataset, Example, TracerSession, Run, Feedback, RetrieverOutput, }
3
3
  export { RunTree, type RunTreeConfig } from "./run_trees.js";
4
4
  export { overrideFetchImplementation } from "./singletons/fetch.js";
5
5
  export { getDefaultProjectName } from "./utils/project.js";
6
- export declare const __version__ = "0.3.44-rc.0";
6
+ export declare const __version__ = "0.3.44";
package/dist/index.js CHANGED
@@ -3,4 +3,4 @@ export { RunTree } from "./run_trees.js";
3
3
  export { overrideFetchImplementation } from "./singletons/fetch.js";
4
4
  export { getDefaultProjectName } from "./utils/project.js";
5
5
  // Update using yarn bump-version
6
- export const __version__ = "0.3.44-rc.0";
6
+ export const __version__ = "0.3.44";
@@ -778,7 +778,7 @@ function _ensureWriteReplicas(replicas) {
778
778
  if (Array.isArray(replica)) {
779
779
  return {
780
780
  projectName: replica[0],
781
- update: replica[1],
781
+ updates: replica[1],
782
782
  };
783
783
  }
784
784
  return replica;
package/dist/run_trees.js CHANGED
@@ -738,7 +738,7 @@ function _ensureWriteReplicas(replicas) {
738
738
  if (Array.isArray(replica)) {
739
739
  return {
740
740
  projectName: replica[0],
741
- update: replica[1],
741
+ updates: replica[1],
742
742
  };
743
743
  }
744
744
  return replica;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langsmith",
3
- "version": "0.3.44-rc.0",
3
+ "version": "0.3.44",
4
4
  "description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
5
5
  "packageManager": "yarn@1.22.19",
6
6
  "files": [