@opentelemetry/instrumentation-fs
Advanced tools
Comparing version 0.16.0 to 0.17.0
@@ -1,3 +0,3 @@ | ||
export declare const PACKAGE_VERSION = "0.16.0"; | ||
export declare const PACKAGE_VERSION = "0.17.0"; | ||
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-fs"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,4 +20,4 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.PACKAGE_VERSION = '0.16.0'; | ||
exports.PACKAGE_VERSION = '0.17.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-fs'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-fs", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "OpenTelemetry instrumentation for `node:fs` file system interactions module", | ||
@@ -15,3 +15,2 @@ "main": "build/src/index.js", | ||
"lint:readme": "node ../../../scripts/lint-readme.js", | ||
"precompile": "tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-fs --include-dependencies", | ||
"prewatch": "npm run precompile", | ||
@@ -62,6 +61,6 @@ "prepublishOnly": "npm run compile", | ||
"@opentelemetry/core": "^1.8.0", | ||
"@opentelemetry/instrumentation": "^0.54.0" | ||
"@opentelemetry/instrumentation": "^0.55.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-fs#readme", | ||
"gitHead": "7633caee19a7f04c5cc5e191d1ae7745ac3739f1" | ||
"gitHead": "d0fb13557fac651424b095b0a48a5116407875b1" | ||
} |
@@ -53,2 +53,6 @@ # OpenTelemetry `fs` Instrumentation for Node.js | ||
## Semantic Conventions | ||
This package does not currently generate any attributes from semantic conventions. | ||
## Useful links | ||
@@ -55,0 +59,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
72
80546
+ Added@opentelemetry/api-logs@0.55.0(transitive)
+ Added@opentelemetry/instrumentation@0.55.0(transitive)
- Removed@opentelemetry/api-logs@0.54.2(transitive)
- Removed@opentelemetry/instrumentation@0.54.2(transitive)