@opentelemetry/instrumentation-dataloader
Advanced tools
Comparing version 0.10.0 to 0.11.0
export * from './types'; | ||
export { DataloaderInstrumentation } from './instrumentation'; | ||
export * from './instrumentation'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -28,6 +28,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DataloaderInstrumentation = void 0; | ||
__exportStar(require("./types"), exports); | ||
var instrumentation_1 = require("./instrumentation"); | ||
Object.defineProperty(exports, "DataloaderInstrumentation", { enumerable: true, get: function () { return instrumentation_1.DataloaderInstrumentation; } }); | ||
__exportStar(require("./instrumentation"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -29,3 +29,3 @@ "use strict"; | ||
return [ | ||
new instrumentation_1.InstrumentationNodeModuleDefinition(MODULE_NAME, ['^2.0.0'], dataloader => { | ||
new instrumentation_1.InstrumentationNodeModuleDefinition(MODULE_NAME, ['>=2.0.0 <3'], dataloader => { | ||
this._patchLoad(dataloader.prototype); | ||
@@ -32,0 +32,0 @@ this._patchLoadMany(dataloader.prototype); |
@@ -1,3 +0,3 @@ | ||
export declare const PACKAGE_VERSION = "0.10.0"; | ||
export declare const PACKAGE_VERSION = "0.11.0"; | ||
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-dataloader"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,4 +20,4 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.PACKAGE_VERSION = '0.10.0'; | ||
exports.PACKAGE_VERSION = '0.11.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-dataloader'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-dataloader", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "OpenTelemetry instrumentation for `dataloader` data fetching layer", | ||
@@ -64,3 +64,3 @@ "main": "build/src/index.js", | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-dataloader#readme", | ||
"gitHead": "0af1b70f7c3c9763c85ac51fa5e334c1e1512020" | ||
"gitHead": "ad8436d6a4174f2288cb939080cd4e74da94b0d7" | ||
} |
@@ -18,5 +18,5 @@ # OpenTelemetry instrumentation for dataloader | ||
### Supported Versions | ||
## Supported Versions | ||
- `^2.0.0` | ||
- [`dataloader`](https://www.npmjs.com/package/dataloader) versions `>=2.0.0 <3` | ||
@@ -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
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
44490
265