@opentelemetry/instrumentation-ioredis
Advanced tools
Comparing version 0.41.0 to 0.42.0
@@ -35,3 +35,3 @@ "use strict"; | ||
return [ | ||
new instrumentation_1.InstrumentationNodeModuleDefinition('ioredis', ['>1', '<6'], (module, moduleVersion) => { | ||
new instrumentation_1.InstrumentationNodeModuleDefinition('ioredis', ['>=2.0.0 <6'], (module, moduleVersion) => { | ||
const moduleExports = module[Symbol.toStringTag] === 'Module' | ||
@@ -38,0 +38,0 @@ ? module.default // ESM |
@@ -1,3 +0,3 @@ | ||
export declare const PACKAGE_VERSION = "0.41.0"; | ||
export declare const PACKAGE_VERSION = "0.42.0"; | ||
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-ioredis"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,4 +20,4 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.PACKAGE_VERSION = '0.41.0'; | ||
exports.PACKAGE_VERSION = '0.42.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-ioredis'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-ioredis", | ||
"version": "0.41.0", | ||
"version": "0.42.0", | ||
"description": "OpenTelemetry instrumentation for `ioredis` database redis client for Redis", | ||
@@ -18,2 +18,3 @@ "main": "build/src/index.js", | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"lint:readme": "node ../../../scripts/lint-readme.js", | ||
"precompile": "tsc --version && lerna run version:update --scope @opentelemetry/instrumentation-ioredis --include-dependencies", | ||
@@ -76,3 +77,3 @@ "prewatch": "npm run precompile", | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-ioredis#readme", | ||
"gitHead": "0af1b70f7c3c9763c85ac51fa5e334c1e1512020" | ||
"gitHead": "ad8436d6a4174f2288cb939080cd4e74da94b0d7" | ||
} |
@@ -20,3 +20,3 @@ # OpenTelemetry ioredis Instrumentation for Node.js | ||
- `>=2.0.0 <6` | ||
- [`ioredis`](https://www.npmjs.com/package/ioredis) versions `>=2.0.0 <6` | ||
@@ -23,0 +23,0 @@ ## Usage |
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
56693