@langfuse/core 4.4.3 → 4.4.9

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.mjs CHANGED
@@ -253,7 +253,7 @@ var resetGlobalLogger = () => {
253
253
  // package.json
254
254
  var package_default = {
255
255
  name: "@langfuse/core",
256
- version: "4.4.3",
256
+ version: "4.4.8",
257
257
  description: "Core functions and utilities for Langfuse packages",
258
258
  type: "module",
259
259
  sideEffects: false,
@@ -277,6 +277,11 @@ var package_default = {
277
277
  },
278
278
  author: "Langfuse",
279
279
  license: "MIT",
280
+ repository: {
281
+ type: "git",
282
+ url: "https://github.com/langfuse/langfuse-js.git",
283
+ directory: "packages/core"
284
+ },
280
285
  files: [
281
286
  "dist"
282
287
  ],