@opentelemetry/instrumentation-fs
Advanced tools
Comparing version
@@ -1,3 +0,3 @@ | ||
export declare const PACKAGE_VERSION = "0.23.0"; | ||
export declare const PACKAGE_VERSION = "0.24.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.23.0'; | ||
exports.PACKAGE_VERSION = '0.24.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-fs'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-fs", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"description": "OpenTelemetry instrumentation for `node:fs` file system interactions module", | ||
@@ -13,11 +13,11 @@ "main": "build/src/index.js", | ||
"scripts": { | ||
"test": "mocha 'test/**/*.test.ts'", | ||
"test": "nyc --no-clean mocha 'test/**/*.test.ts'", | ||
"tdd": "npm run test -- --watch-extensions ts --watch", | ||
"clean": "rimraf build/*", | ||
"lint": "eslint . --ext .ts", | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"lint": "eslint . --ext=ts,js,mjs", | ||
"lint:fix": "eslint . --ext=ts,js,mjs --fix", | ||
"lint:readme": "node ../../scripts/lint-readme.js", | ||
"prepublishOnly": "npm run compile", | ||
"version:update": "node ../../scripts/version-update.js", | ||
"setup:dev": "nx run-many -t compile -p @opentelemetry/instrumentation-fs", | ||
"compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/instrumentation-fs", | ||
"compile": "tsc -p ." | ||
@@ -65,6 +65,6 @@ }, | ||
"@opentelemetry/core": "^2.0.0", | ||
"@opentelemetry/instrumentation": "^0.203.0" | ||
"@opentelemetry/instrumentation": "^0.204.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-fs#readme", | ||
"gitHead": "e7960a2061c0a039ffa57ed8dbb73d605d65f4f6" | ||
"gitHead": "0a45ac1b951d2acd2e40834e7ae012c04820faec" | ||
} |
Sorry, the diff of this file is not supported yet
80185
0.05%+ Added
+ Added
- Removed
- Removed