langsmith 0.1.0 → 0.1.1

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
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "Client", { enumerable: true, get: function () {
6
6
  var run_trees_js_1 = require("./run_trees.cjs");
7
7
  Object.defineProperty(exports, "RunTree", { enumerable: true, get: function () { return run_trees_js_1.RunTree; } });
8
8
  // Update using yarn bump-version
9
- exports.__version__ = "0.1.0";
9
+ exports.__version__ = "0.1.1";
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export { Client } from "./client.js";
2
2
  export type { Dataset, Example, TracerSession, Run, Feedback, } from "./schemas.js";
3
3
  export { RunTree, type RunTreeConfig } from "./run_trees.js";
4
- export declare const __version__ = "0.1.0";
4
+ export declare const __version__ = "0.1.1";
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export { Client } from "./client.js";
2
2
  export { RunTree } from "./run_trees.js";
3
3
  // Update using yarn bump-version
4
- export const __version__ = "0.1.0";
4
+ export const __version__ = "0.1.1";
@@ -107,7 +107,7 @@ function traceable(wrappedFunc, config) {
107
107
  });
108
108
  });
109
109
  };
110
- Object.defineProperty(wrappedFunc, "langsmith:traceable", {
110
+ Object.defineProperty(traceableFunc, "langsmith:traceable", {
111
111
  value: config,
112
112
  });
113
113
  return traceableFunc;
package/dist/traceable.js CHANGED
@@ -104,7 +104,7 @@ export function traceable(wrappedFunc, config) {
104
104
  });
105
105
  });
106
106
  };
107
- Object.defineProperty(wrappedFunc, "langsmith:traceable", {
107
+ Object.defineProperty(traceableFunc, "langsmith:traceable", {
108
108
  value: config,
109
109
  });
110
110
  return traceableFunc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "langsmith",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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": [