@opentelemetry/otlp-proto-exporter-base
Advanced tools
Comparing version 0.38.0 to 0.39.0
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.38.0"; | ||
export declare const VERSION = "0.39.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '0.38.0'; | ||
export var VERSION = '0.39.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.38.0"; | ||
export declare const VERSION = "0.39.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '0.38.0'; | ||
export const VERSION = '0.39.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.38.0"; | ||
export declare const VERSION = "0.39.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.38.0'; | ||
exports.VERSION = '0.39.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/otlp-proto-exporter-base", | ||
"version": "0.38.0", | ||
"version": "0.39.0", | ||
"description": "OpenTelemetry OTLP-HTTP-protobuf Exporter base (for internal use only)", | ||
@@ -22,3 +22,4 @@ "main": "build/src/index.js", | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"protos": "npm run submodule && node scripts/protos.js", | ||
"protos": "npm run submodule && npm run protos:generate", | ||
"protos:generate": "node ../../../scripts/generate-protos.js", | ||
"submodule": "git submodule sync --recursive && git submodule update --init --recursive", | ||
@@ -71,3 +72,2 @@ "version": "node ../../../scripts/version-update.js", | ||
"protobufjs-cli": "1.0.2", | ||
"rimraf": "4.1.2", | ||
"sinon": "15.0.0", | ||
@@ -82,4 +82,4 @@ "ts-loader": "8.4.0", | ||
"dependencies": { | ||
"@opentelemetry/core": "1.12.0", | ||
"@opentelemetry/otlp-exporter-base": "0.38.0", | ||
"@opentelemetry/core": "1.13.0", | ||
"@opentelemetry/otlp-exporter-base": "0.39.0", | ||
"protobufjs": "^7.1.2" | ||
@@ -89,3 +89,3 @@ }, | ||
"sideEffects": false, | ||
"gitHead": "a04090010ee18e17487b449984807cc2b7b6e3e6" | ||
"gitHead": "8fc76896595aac912bf9e15d4f19c167317844c8" | ||
} |
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 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 too big to display
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
6318842
13
40091
+ Added@opentelemetry/core@1.13.0(transitive)
+ Added@opentelemetry/otlp-exporter-base@0.39.0(transitive)
+ Added@opentelemetry/semantic-conventions@1.13.0(transitive)
- Removed@opentelemetry/core@1.12.0(transitive)
- Removed@opentelemetry/otlp-exporter-base@0.38.0(transitive)
- Removed@opentelemetry/semantic-conventions@1.12.0(transitive)
Updated@opentelemetry/core@1.13.0