@opentelemetry/instrumentation-cassandra-driver
Advanced tools
Comparing version 0.39.0 to 0.40.0
@@ -23,3 +23,3 @@ "use strict"; | ||
const version_1 = require("./version"); | ||
const supportedVersions = ['>=4.4 <5.0']; | ||
const supportedVersions = ['>=4.4.0 <5']; | ||
class CassandraDriverInstrumentation extends instrumentation_1.InstrumentationBase { | ||
@@ -26,0 +26,0 @@ constructor(config = {}) { |
@@ -1,3 +0,3 @@ | ||
export declare const PACKAGE_VERSION = "0.39.0"; | ||
export declare const PACKAGE_VERSION = "0.40.0"; | ||
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-cassandra-driver"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,4 +20,4 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.PACKAGE_VERSION = '0.39.0'; | ||
exports.PACKAGE_VERSION = '0.40.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-cassandra-driver'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-cassandra-driver", | ||
"version": "0.39.0", | ||
"version": "0.40.0", | ||
"description": "OpenTelemetry instrumentation for `cassandra-driver` database client library for Apache Cassandra", | ||
@@ -14,2 +14,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-cassandra-driver --include-dependencies", | ||
@@ -69,3 +70,3 @@ "prewatch": "npm run precompile", | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-cassandra#readme", | ||
"gitHead": "0af1b70f7c3c9763c85ac51fa5e334c1e1512020" | ||
"gitHead": "ad8436d6a4174f2288cb939080cd4e74da94b0d7" | ||
} |
@@ -18,2 +18,6 @@ # OpenTelemetry instrumentation for cassandra-driver | ||
### Supported Versions | ||
- [`cassandra-driver`](https://www.npmjs.com/package/cassandra-driver) versions `>=4.4.0 <5` | ||
## Usage | ||
@@ -49,6 +53,2 @@ | ||
### Supported versions | ||
`>=4.4 <5.0` | ||
## Semantic Conventions | ||
@@ -55,0 +55,0 @@ |
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
59888