@opentelemetry/otlp-grpc-exporter-base
Advanced tools
Comparing version 0.50.0 to 0.51.0
@@ -55,3 +55,3 @@ "use strict"; | ||
var _a; | ||
(_a = this._client) === null || _a === void 0 ? void 0 : _a.shutdown(); | ||
(_a = this._client) === null || _a === void 0 ? void 0 : _a.close(); | ||
} | ||
@@ -99,2 +99,4 @@ send(data) { | ||
} | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore The gRPC client constructor is created on runtime, so we don't have any types for the resulting client. | ||
this._client.export(buffer, this._metadata, { deadline: deadline }, (err, response) => { | ||
@@ -101,0 +103,0 @@ if (err) { |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.50.0"; | ||
export declare const VERSION = "0.51.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.50.0'; | ||
exports.VERSION = '0.51.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/otlp-grpc-exporter-base", | ||
"version": "0.50.0", | ||
"version": "0.51.0", | ||
"description": "OpenTelemetry OTLP-gRPC Exporter base (for internal use only)", | ||
@@ -52,5 +52,5 @@ "main": "build/src/index.js", | ||
"@opentelemetry/api": "1.8.0", | ||
"@opentelemetry/otlp-transformer": "0.50.0", | ||
"@opentelemetry/resources": "1.23.0", | ||
"@opentelemetry/sdk-trace-base": "1.23.0", | ||
"@opentelemetry/otlp-transformer": "0.51.0", | ||
"@opentelemetry/resources": "1.24.0", | ||
"@opentelemetry/sdk-trace-base": "1.24.0", | ||
"@types/mocha": "10.0.6", | ||
@@ -76,4 +76,4 @@ "@types/node": "18.6.5", | ||
"@grpc/grpc-js": "^1.7.1", | ||
"@opentelemetry/core": "1.23.0", | ||
"@opentelemetry/otlp-exporter-base": "0.50.0", | ||
"@opentelemetry/core": "1.24.0", | ||
"@opentelemetry/otlp-exporter-base": "0.51.0", | ||
"protobufjs": "^7.2.3" | ||
@@ -83,3 +83,3 @@ }, | ||
"sideEffects": false, | ||
"gitHead": "5231aa255047fbc6ee3d6a299f4423ab2f8a5fbc" | ||
"gitHead": "3ab4f765d8d696327b7d139ae6a45e7bd7edd924" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2118313
13490
+ Added@opentelemetry/core@1.24.0(transitive)
+ Added@opentelemetry/otlp-exporter-base@0.51.0(transitive)
+ Added@opentelemetry/semantic-conventions@1.24.0(transitive)
- Removed@opentelemetry/core@1.23.0(transitive)
- Removed@opentelemetry/otlp-exporter-base@0.50.0(transitive)
- Removed@opentelemetry/semantic-conventions@1.23.0(transitive)
Updated@opentelemetry/core@1.24.0