@opentelemetry/exporter-jaeger
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -20,8 +20,5 @@ "use strict"; | ||
// udp_sender, util etc. modules. | ||
// tslint:disable-next-line:variable-name | ||
exports.UDPSender = require('jaeger-client/dist/src/reporters/udp_sender') | ||
.default; | ||
// tslint:disable-next-line:variable-name | ||
exports.Utils = require('jaeger-client/dist/src/util').default; | ||
// tslint:disable-next-line:variable-name | ||
exports.ThriftUtils = require('jaeger-client/dist/src/thrift').default; | ||
@@ -28,0 +25,0 @@ var ThriftReferenceType; |
@@ -1,17 +0,2 @@ | ||
/*! | ||
* Copyright 2019, OpenTelemetry Authors | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* https://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
export declare const VERSION = "0.8.1"; | ||
export declare const VERSION = "0.8.2"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
/*! | ||
* Copyright 2019, OpenTelemetry Authors | ||
/* | ||
* Copyright 2020, OpenTelemetry Authors | ||
* | ||
@@ -19,3 +19,3 @@ * Licensed under the Apache License, Version 2.0 (the "License"); | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.8.1'; | ||
exports.VERSION = '0.8.2'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/exporter-jaeger", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "OpenTelemetry Exporter Jaeger allows user to send collected traces to Jaeger", | ||
@@ -13,4 +13,4 @@ "main": "build/src/index.js", | ||
"clean": "rimraf build/*", | ||
"lint": "gts check", | ||
"lint:fix": "gts fix", | ||
"lint": "eslint . --ext .ts", | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"precompile": "tsc --version", | ||
@@ -45,7 +45,7 @@ "version:update": "node ../../scripts/version-update.js", | ||
"devDependencies": { | ||
"@opentelemetry/resources": "^0.8.1", | ||
"@opentelemetry/resources": "^0.8.2", | ||
"@types/mocha": "^7.0.0", | ||
"@types/node": "^12.6.9", | ||
"codecov": "^3.6.1", | ||
"gts": "^1.1.0", | ||
"gts": "^2.0.0", | ||
"mocha": "^7.1.2", | ||
@@ -56,12 +56,10 @@ "nyc": "^15.0.0", | ||
"ts-node": "^8.6.2", | ||
"tslint-consistent-codestyle": "^1.16.0", | ||
"tslint-microsoft-contrib": "^6.2.0", | ||
"typescript": "3.7.2" | ||
}, | ||
"dependencies": { | ||
"@opentelemetry/api": "^0.8.1", | ||
"@opentelemetry/core": "^0.8.1", | ||
"@opentelemetry/tracing": "^0.8.1", | ||
"@opentelemetry/api": "^0.8.2", | ||
"@opentelemetry/core": "^0.8.2", | ||
"@opentelemetry/tracing": "^0.8.2", | ||
"jaeger-client": "^3.15.0" | ||
} | ||
} |
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
11
34460
431
Updated@opentelemetry/api@^0.8.2
Updated@opentelemetry/core@^0.8.2