@opentelemetry/otlp-grpc-exporter-base
Advanced tools
Comparing version 0.40.0 to 0.41.0
@@ -17,15 +17,6 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.GrpcCompressionAlgorithm = exports.validateAndNormalizeUrl = exports.DEFAULT_COLLECTOR_URL = exports.ServiceClientType = void 0; | ||
__exportStar(require("./OTLPGRPCExporterNodeBase"), exports); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./OTLPGRPCExporterNodeBase"), exports); | ||
var types_1 = require("./types"); | ||
@@ -32,0 +23,0 @@ Object.defineProperty(exports, "ServiceClientType", { enumerable: true, get: function () { return types_1.ServiceClientType; } }); |
@@ -102,2 +102,5 @@ "use strict"; | ||
const target = new url_1.URL(url); | ||
if (target.protocol === 'unix:') { | ||
return url; | ||
} | ||
if (target.pathname && target.pathname !== '/') { | ||
@@ -104,0 +107,0 @@ api_1.diag.warn('URL path should not be set when using grpc, the path part of the URL will be ignored.'); |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.40.0"; | ||
export declare const VERSION = "0.41.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.40.0'; | ||
exports.VERSION = '0.41.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/otlp-grpc-exporter-base", | ||
"version": "0.40.0", | ||
"version": "0.41.0", | ||
"description": "OpenTelemetry OTLP-gRPC Exporter base (for internal use only)", | ||
@@ -22,3 +22,3 @@ "main": "build/src/index.js", | ||
"watch": "npm run protos && tsc -w", | ||
"precompile": "lerna run version --scope $(npm pkg get name) --include-dependencies", | ||
"precompile": "cross-var lerna run version --scope $npm_package_name --include-dependencies", | ||
"prewatch": "npm run precompile" | ||
@@ -52,16 +52,18 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "7.16.0", | ||
"@babel/core": "7.22.6", | ||
"@opentelemetry/api": "1.4.1", | ||
"@opentelemetry/otlp-transformer": "0.40.0", | ||
"@opentelemetry/resources": "1.14.0", | ||
"@opentelemetry/sdk-trace-base": "1.14.0", | ||
"@types/mocha": "10.0.0", | ||
"@opentelemetry/otlp-transformer": "0.41.0", | ||
"@opentelemetry/resources": "1.15.0", | ||
"@opentelemetry/sdk-trace-base": "1.15.0", | ||
"@types/mocha": "10.0.1", | ||
"@types/node": "18.6.5", | ||
"@types/sinon": "10.0.13", | ||
"@types/sinon": "10.0.15", | ||
"codecov": "3.8.3", | ||
"cpx": "1.5.0", | ||
"mocha": "10.0.0", | ||
"cross-var": "1.1.0", | ||
"lerna": "7.1.1", | ||
"mocha": "10.2.0", | ||
"nyc": "15.1.0", | ||
"protobufjs-cli": "1.0.2", | ||
"sinon": "15.0.0", | ||
"protobufjs-cli": "1.1.1", | ||
"sinon": "15.1.2", | ||
"ts-loader": "8.4.0", | ||
@@ -76,9 +78,10 @@ "ts-mocha": "10.0.0", | ||
"@grpc/grpc-js": "^1.7.1", | ||
"@opentelemetry/core": "1.14.0", | ||
"@opentelemetry/otlp-exporter-base": "0.40.0", | ||
"protobufjs": "^7.2.2" | ||
"@opentelemetry/core": "1.15.0", | ||
"@opentelemetry/otlp-exporter-base": "0.41.0", | ||
"protobufjs": "^7.2.3", | ||
"tslib": "^2.3.1" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/otlp-grpc-exporter-base", | ||
"sideEffects": false, | ||
"gitHead": "edebbcc757535bc88f01340409dbbecc0bb6ccf8" | ||
"gitHead": "06e919d6c909e8cc8e28b6624d9843f401d9b059" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
2109355
6
19
13392
+ Addedtslib@^2.3.1
+ Added@opentelemetry/core@1.15.0(transitive)
+ Added@opentelemetry/otlp-exporter-base@0.41.0(transitive)
+ Added@opentelemetry/semantic-conventions@1.15.0(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@opentelemetry/core@1.14.0(transitive)
- Removed@opentelemetry/otlp-exporter-base@0.40.0(transitive)
- Removed@opentelemetry/semantic-conventions@1.14.0(transitive)
Updated@opentelemetry/core@1.15.0
Updatedprotobufjs@^7.2.3