@raindrop-ai/eve 0.0.16 → 0.0.18

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.js CHANGED
@@ -216,7 +216,7 @@ function installEveTurnSpanProcessor(traceApi) {
216
216
  }
217
217
  var installState = { installed: false };
218
218
 
219
- // ../core/dist/chunk-WKRW55KX.js
219
+ // ../core/dist/chunk-Y5LUB7OE.js
220
220
  function runWithTracingSuppressed(fn) {
221
221
  const hook = globalThis.RAINDROP_SUPPRESS_TRACING;
222
222
  if (typeof hook !== "function") return fn();
@@ -734,7 +734,7 @@ var RaindropEveSpanExporter = class {
734
734
  // package.json
735
735
  var package_default = {
736
736
  name: "@raindrop-ai/eve",
737
- version: "0.0.16"};
737
+ version: "0.0.18"};
738
738
 
739
739
  // src/internal/version.ts
740
740
  var libraryName = package_default.name;