@raindrop-ai/eve 0.0.19 → 0.0.20

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