langfuse-core
Advanced tools
Comparing version 3.30.1 to 3.30.2
@@ -317,7 +317,9 @@ 'use strict'; | ||
let crypto; | ||
// Fail gracefully in environments without fs/crypto support | ||
try { | ||
fs = require("fs"); | ||
crypto = require("crypto"); | ||
} catch { | ||
// Fail gracefully in environments without fs/crypto support | ||
fs = undefined; | ||
crypto = undefined; | ||
} | ||
@@ -324,0 +326,0 @@ try { |
{ | ||
"name": "langfuse-core", | ||
"version": "3.30.1", | ||
"version": "3.30.2", | ||
"engines": { | ||
@@ -40,3 +40,3 @@ "node": ">=18" | ||
}, | ||
"gitHead": "a8f69f368169e8834a5285edd8bb2b5026f644b4" | ||
"gitHead": "9fd51ea69477ebec807a764312bc1368126da102" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
743569
8202