@opentelemetry/instrumentation-pino
Advanced tools
Comparing version 0.28.0 to 0.28.1
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.28.0"; | ||
export declare const VERSION = "0.28.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.28.0'; | ||
exports.VERSION = '0.28.1'; | ||
//# sourceMappingURL=version.js.map |
# Changelog | ||
### [0.28.1](https://www.github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-pino-v0.28.0...instrumentation-pino-v0.28.1) (2022-01-24) | ||
### Bug Fixes | ||
* rename lerna's --include-filtered-dependencies option ([#817](https://www.github.com/open-telemetry/opentelemetry-js-contrib/issues/817)) ([cf268e7](https://www.github.com/open-telemetry/opentelemetry-js-contrib/commit/cf268e7a92b7800ad6dbec9ca77466f9ee03ee1a)) | ||
* use localhost for services in CI ([#816](https://www.github.com/open-telemetry/opentelemetry-js-contrib/issues/816)) ([f497313](https://www.github.com/open-telemetry/opentelemetry-js-contrib/commit/f4973133e86549bbca301983085cc67788a10acd)) | ||
## [0.28.0](https://www.github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-pino-v0.27.0...instrumentation-pino-v0.28.0) (2021-11-30) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@opentelemetry/instrumentation-pino", | ||
"version": "0.28.0", | ||
"version": "0.28.1", | ||
"description": "OpenTelemetry instrumentation for pino", | ||
@@ -16,3 +16,3 @@ "main": "build/src/index.js", | ||
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", | ||
"precompile": "tsc --version && lerna run version --scope @opentelemetry/instrumentation-pino --include-filtered-dependencies", | ||
"precompile": "tsc --version && lerna run version --scope @opentelemetry/instrumentation-pino --include-dependencies", | ||
"prewatch": "npm run precompile", | ||
@@ -24,9 +24,9 @@ "prepare": "npm run compile", | ||
"keywords": [ | ||
"opentelemetry", | ||
"instrumentation", | ||
"logging", | ||
"nodejs", | ||
"tracing", | ||
"opentelemetry", | ||
"pino", | ||
"profiling", | ||
"instrumentation", | ||
"pino" | ||
"tracing" | ||
], | ||
@@ -66,3 +66,3 @@ "author": "OpenTelemetry Authors", | ||
"rimraf": "3.0.2", | ||
"sinon": "11.1.2", | ||
"sinon": "12.0.1", | ||
"test-all-versions": "5.0.1", | ||
@@ -77,3 +77,3 @@ "ts-mocha": "8.0.0", | ||
}, | ||
"gitHead": "45f84dcd2fe01db242fd0efed293db685b9fd9f3" | ||
"gitHead": "edfc04cbe3e7faaa365724ddc26bf702b68cc008" | ||
} |
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
29997