@langfuse/core 4.0.0 → 4.1.0-alpha.0
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -316,7 +316,7 @@ var resetGlobalLogger = () => {
|
|
|
316
316
|
// package.json
|
|
317
317
|
var package_default = {
|
|
318
318
|
name: "@langfuse/core",
|
|
319
|
-
version: "4.0.0",
|
|
319
|
+
version: "4.1.0-alpha.0",
|
|
320
320
|
description: "Core functions and utilities for Langfuse packages",
|
|
321
321
|
type: "module",
|
|
322
322
|
sideEffects: false,
|