@opentelemetry/instrumentation-dns
Advanced tools
Comparing version 0.37.0 to 0.38.0
@@ -1,3 +0,3 @@ | ||
export declare const PACKAGE_VERSION = "0.37.0"; | ||
export declare const PACKAGE_VERSION = "0.38.0"; | ||
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-dns"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,4 +20,4 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.PACKAGE_VERSION = '0.37.0'; | ||
exports.PACKAGE_VERSION = '0.38.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-dns'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-dns", | ||
"version": "0.37.0", | ||
"version": "0.38.0", | ||
"description": "OpenTelemetry instrumentation for `node:dns` name resolution module", | ||
@@ -18,2 +18,3 @@ "main": "build/src/index.js", | ||
"version:update": "node ../../../scripts/version-update.js", | ||
"lint:readme": "node ../../../scripts/lint-readme", | ||
"compile": "tsc -p ." | ||
@@ -67,3 +68,3 @@ }, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-dns#readme", | ||
"gitHead": "0af1b70f7c3c9763c85ac51fa5e334c1e1512020" | ||
"gitHead": "ad8436d6a4174f2288cb939080cd4e74da94b0d7" | ||
} |
@@ -10,2 +10,4 @@ # OpenTelemetry DNS Instrumentation for Node.js | ||
Compatible with OpenTelemetry JS API and SDK `1.0+`. | ||
## Status | ||
@@ -23,2 +25,6 @@ | ||
## Supported Versions | ||
- Node.js `>=14` | ||
## Usage | ||
@@ -25,0 +31,0 @@ |
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
61877
74