@raindrop-ai/eve 0.0.17 → 0.0.19
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
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-
|
|
214
|
+
// ../core/dist/chunk-QTUH3BHZ.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.
|
|
732
|
+
version: "0.0.19"};
|
|
733
733
|
|
|
734
734
|
// src/internal/version.ts
|
|
735
735
|
var libraryName = package_default.name;
|