@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.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.js
CHANGED
|
@@ -216,7 +216,7 @@ function installEveTurnSpanProcessor(traceApi) {
|
|
|
216
216
|
}
|
|
217
217
|
var installState = { installed: false };
|
|
218
218
|
|
|
219
|
-
// ../core/dist/chunk-
|
|
219
|
+
// ../core/dist/chunk-QNWZIOOY.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.
|
|
737
|
+
version: "0.0.20"};
|
|
738
738
|
|
|
739
739
|
// src/internal/version.ts
|
|
740
740
|
var libraryName = package_default.name;
|