@microsoft/agents-a365-observability 0.2.0-preview.3 → 0.2.0-preview.4
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.
|
@@ -84,6 +84,6 @@ export declare class OpenTelemetryConstants {
|
|
|
84
84
|
static readonly TELEMETRY_SDK_VERSION_KEY = "telemetry.sdk.version";
|
|
85
85
|
static readonly TELEMETRY_SDK_NAME_VALUE = "A365ObservabilitySDK";
|
|
86
86
|
static readonly TELEMETRY_SDK_LANGUAGE_VALUE = "nodejs";
|
|
87
|
-
static readonly TELEMETRY_SDK_VERSION_VALUE = "0.2.0-preview.
|
|
87
|
+
static readonly TELEMETRY_SDK_VERSION_VALUE = "0.2.0-preview.4";
|
|
88
88
|
}
|
|
89
89
|
//# sourceMappingURL=constants.d.ts.map
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "0.2.0-preview.
|
|
1
|
+
export declare const LIB_VERSION = "0.2.0-preview.4";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/cjs/version.js
CHANGED
|
@@ -84,6 +84,6 @@ export declare class OpenTelemetryConstants {
|
|
|
84
84
|
static readonly TELEMETRY_SDK_VERSION_KEY = "telemetry.sdk.version";
|
|
85
85
|
static readonly TELEMETRY_SDK_NAME_VALUE = "A365ObservabilitySDK";
|
|
86
86
|
static readonly TELEMETRY_SDK_LANGUAGE_VALUE = "nodejs";
|
|
87
|
-
static readonly TELEMETRY_SDK_VERSION_VALUE = "0.2.0-preview.
|
|
87
|
+
static readonly TELEMETRY_SDK_VERSION_VALUE = "0.2.0-preview.4";
|
|
88
88
|
}
|
|
89
89
|
//# sourceMappingURL=constants.d.ts.map
|
package/dist/esm/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "0.2.0-preview.
|
|
1
|
+
export declare const LIB_VERSION = "0.2.0-preview.4";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const LIB_VERSION = "0.2.0-preview.
|
|
1
|
+
export const LIB_VERSION = "0.2.0-preview.4";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/agents-a365-observability",
|
|
3
|
-
"version": "0.2.0-preview.
|
|
3
|
+
"version": "0.2.0-preview.4",
|
|
4
4
|
"description": "OpenTelemetry tracing and monitoring SDK for AI agents built with TypeScript/Node.js",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"directory": "packages/agents-a365-observability"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@microsoft/agents-a365-runtime": "0.2.0-preview.
|
|
26
|
+
"@microsoft/agents-a365-runtime": "0.2.0-preview.4",
|
|
27
27
|
"@opentelemetry/api": "^1.9.0",
|
|
28
28
|
"@opentelemetry/exporter-trace-otlp-http": "^0.213.0",
|
|
29
29
|
"@opentelemetry/instrumentation": "^0.213.0",
|