@langfuse/core 4.4.4 → 4.4.10-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 +6 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -1
package/dist/index.cjs
CHANGED
|
@@ -351,7 +351,7 @@ var resetGlobalLogger = () => {
|
|
|
351
351
|
// package.json
|
|
352
352
|
var package_default = {
|
|
353
353
|
name: "@langfuse/core",
|
|
354
|
-
version: "4.4.
|
|
354
|
+
version: "4.4.9",
|
|
355
355
|
description: "Core functions and utilities for Langfuse packages",
|
|
356
356
|
type: "module",
|
|
357
357
|
sideEffects: false,
|
|
@@ -375,6 +375,11 @@ var package_default = {
|
|
|
375
375
|
},
|
|
376
376
|
author: "Langfuse",
|
|
377
377
|
license: "MIT",
|
|
378
|
+
repository: {
|
|
379
|
+
type: "git",
|
|
380
|
+
url: "https://github.com/langfuse/langfuse-js.git",
|
|
381
|
+
directory: "packages/core"
|
|
382
|
+
},
|
|
378
383
|
files: [
|
|
379
384
|
"dist"
|
|
380
385
|
],
|