@langfuse/core 4.0.0-beta.0 → 4.0.0-beta.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/README.md ADDED
@@ -0,0 +1,24 @@
1
+ ![GitHub Banner](https://github.com/langfuse/langfuse-js/assets/2834609/d1613347-445f-4e91-9e84-428fda9c3659)
2
+
3
+ # @langfuse/core
4
+
5
+ This is the core package of the Langfuse JS SDK containing the public API client, logger, utilities, and more.
6
+
7
+ ## Packages
8
+
9
+ | Package | NPM | Description | Environments |
10
+ | ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------ |
11
+ | [@langfuse/client](./packages/client) | [![NPM](https://img.shields.io/npm/v/@langfuse/client.svg)](https://www.npmjs.com/package/@langfuse/client) | Langfuse API client for universal JavaScript environments | Universal JS |
12
+ | [@langfuse/tracing](./packages/tracing) | [![NPM](https://img.shields.io/npm/v/@langfuse/tracing.svg)](https://www.npmjs.com/package/@langfuse/tracing) | Langfuse instrumentation methods based on OpenTelemetry | Node.js 20+ |
13
+ | [@langfuse/otel](./packages/otel) | [![NPM](https://img.shields.io/npm/v/@langfuse/otel.svg)](https://www.npmjs.com/package/@langfuse/otel) | Langfuse OpenTelemetry export helpers | Node.js 20+ |
14
+ | [@langfuse/openai](./packages/openai) | [![NPM](https://img.shields.io/npm/v/@langfuse/openai.svg)](https://www.npmjs.com/package/@langfuse/openai) | Langfuse integration for OpenAI SDK | Universal JS |
15
+ | [@langfuse/langchain](./packages/langchain) | [![NPM](https://img.shields.io/npm/v/@langfuse/langchain.svg)](https://www.npmjs.com/package/@langfuse/langchain) | Langfuse integration for LangChain | Universal JS |
16
+
17
+ ## Documentation
18
+
19
+ - Docs: https://langfuse.com/docs/sdk/typescript
20
+ - Reference: https://js.reference.langfuse.com
21
+
22
+ ## License
23
+
24
+ [MIT](LICENSE)
package/dist/index.cjs CHANGED
@@ -297,7 +297,7 @@ var resetGlobalLogger = () => {
297
297
  // package.json
298
298
  var package_default = {
299
299
  name: "@langfuse/core",
300
- version: "4.0.0-beta.0",
300
+ version: "4.0.0-beta.1",
301
301
  description: "Core functions and utilities for Langfuse packages",
302
302
  type: "module",
303
303
  sideEffects: false,