@langfuse/core 4.0.0-beta.4 → 4.0.0-beta.5
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
|
@@ -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.
|
|
300
|
+
version: "4.0.0-beta.5",
|
|
301
301
|
description: "Core functions and utilities for Langfuse packages",
|
|
302
302
|
type: "module",
|
|
303
303
|
sideEffects: false,
|