@opentelemetry/instrumentation-fs
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -33,4 +33,4 @@ "use strict"; | ||
class FsInstrumentation extends instrumentation_1.InstrumentationBase { | ||
constructor(config) { | ||
super('@opentelemetry/instrumentation-fs', version_1.VERSION, config); | ||
constructor(config = {}) { | ||
super(version_1.PACKAGE_NAME, version_1.PACKAGE_VERSION, config); | ||
} | ||
@@ -37,0 +37,0 @@ init() { |
@@ -1,2 +0,3 @@ | ||
export declare const VERSION = "0.12.0"; | ||
export declare const PACKAGE_VERSION = "0.13.0"; | ||
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-fs"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -18,5 +18,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.PACKAGE_NAME = exports.PACKAGE_VERSION = void 0; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.12.0'; | ||
exports.PACKAGE_VERSION = '0.13.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-fs'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-fs", | ||
"version": "0.12.0", | ||
"description": "OpenTelemetry automatic instrumentation package for fs", | ||
"version": "0.13.0", | ||
"description": "OpenTelemetry instrumentation for `node:fs` file system interactions module", | ||
"main": "build/src/index.js", | ||
@@ -18,3 +18,3 @@ "types": "build/src/index.d.ts", | ||
"version:update": "node ../../../scripts/version-update.js", | ||
"compile": "npm run version:update && tsc -p ." | ||
"compile": "tsc -p ." | ||
}, | ||
@@ -63,6 +63,6 @@ "keywords": [ | ||
"@opentelemetry/core": "^1.8.0", | ||
"@opentelemetry/instrumentation": "^0.51.0" | ||
"@opentelemetry/instrumentation": "^0.52.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-fs#readme", | ||
"gitHead": "96a87b48934f0afcf1fe637eed6704f35bd8e973" | ||
"gitHead": "0af1b70f7c3c9763c85ac51fa5e334c1e1512020" | ||
} |
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
80967
623
+ Added@opentelemetry/api-logs@0.52.1(transitive)
+ Added@opentelemetry/instrumentation@0.52.1(transitive)
+ Addedimport-in-the-middle@1.11.2(transitive)
- Removed@opentelemetry/api-logs@0.51.1(transitive)
- Removed@opentelemetry/instrumentation@0.51.1(transitive)
- Removedimport-in-the-middle@1.7.4(transitive)