@voltagent/core 1.0.0 → 1.0.1
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 +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -12701,7 +12701,6 @@ var VoltAgent = class {
|
|
|
12701
12701
|
agentRegistry: this.registry,
|
|
12702
12702
|
workflowRegistry: this.workflowRegistry,
|
|
12703
12703
|
logger: this.logger,
|
|
12704
|
-
// telemetryExporter removed - migrated to OpenTelemetry
|
|
12705
12704
|
voltOpsClient: this.registry.getGlobalVoltOpsClient(),
|
|
12706
12705
|
observability: this.observability
|
|
12707
12706
|
});
|