@langfuse/core 4.2.1 → 4.3.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.mjs
CHANGED
|
@@ -235,7 +235,7 @@ var resetGlobalLogger = () => {
|
|
|
235
235
|
// package.json
|
|
236
236
|
var package_default = {
|
|
237
237
|
name: "@langfuse/core",
|
|
238
|
-
version: "4.
|
|
238
|
+
version: "4.3.0",
|
|
239
239
|
description: "Core functions and utilities for Langfuse packages",
|
|
240
240
|
type: "module",
|
|
241
241
|
sideEffects: false,
|