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