@opentelemetry/auto-configuration-propagators
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -28,3 +28,3 @@ "use strict"; | ||
['tracecontext', () => new core_1.W3CTraceContextPropagator()], | ||
['baggage', () => new core_1.W3CTraceContextPropagator()], | ||
['baggage', () => new core_1.W3CBaggagePropagator()], | ||
[ | ||
@@ -31,0 +31,0 @@ 'b3', |
{ | ||
"name": "@opentelemetry/auto-configuration-propagators", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Metapackage which bundles known propagators for configuration via an env variable.", | ||
@@ -38,3 +38,3 @@ "author": "OpenTelemetry Authors", | ||
"@types/mocha": "7.0.2", | ||
"@types/node": "18.6.5", | ||
"@types/node": "18.18.14", | ||
"@types/sinon": "10.0.20", | ||
@@ -61,3 +61,3 @@ "mocha": "7.2.0", | ||
], | ||
"gitHead": "9dc58afed8134f95908331bcff35c5d9ec46fe9a" | ||
"gitHead": "2512c78761ac985f189bf82c2608c4099affa660" | ||
} |
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
26253