@raindrop-ai/eve 0.0.19 → 0.0.21

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
@@ -210,8 +210,6 @@ function installEveTurnSpanProcessor(traceApi) {
210
210
  }
211
211
  }
212
212
  var installState = { installed: false };
213
-
214
- // ../core/dist/chunk-QTUH3BHZ.js
215
213
  function runWithTracingSuppressed(fn) {
216
214
  const hook = globalThis.RAINDROP_SUPPRESS_TRACING;
217
215
  if (typeof hook !== "function") return fn();
@@ -729,7 +727,7 @@ var RaindropEveSpanExporter = class {
729
727
  // package.json
730
728
  var package_default = {
731
729
  name: "@raindrop-ai/eve",
732
- version: "0.0.19"};
730
+ version: "0.0.21"};
733
731
 
734
732
  // src/internal/version.ts
735
733
  var libraryName = package_default.name;