opentelemetry-instrumentation-elasticsearch
Advanced tools
Comparing version 0.0.0-2021-05-26--15-12 to 0.0.0-2021-05-31--14-38
@@ -6,2 +6,26 @@ # Change Log | ||
## [0.4.3](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@0.4.2...opentelemetry-instrumentation-elasticsearch@0.4.3) (2021-05-31) | ||
**Note:** Version bump only for package opentelemetry-instrumentation-elasticsearch | ||
## [0.4.2](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@0.4.1...opentelemetry-instrumentation-elasticsearch@0.4.2) (2021-05-19) | ||
**Note:** Version bump only for package opentelemetry-instrumentation-elasticsearch | ||
## [0.4.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@0.4.0...opentelemetry-instrumentation-elasticsearch@0.4.1) (2021-05-19) | ||
**Note:** Version bump only for package opentelemetry-instrumentation-elasticsearch | ||
# [0.4.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@0.3.0...opentelemetry-instrumentation-elasticsearch@0.4.0) (2021-04-28) | ||
@@ -8,0 +32,0 @@ |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.0.0-2021-05-26--15-12"; | ||
export declare const VERSION = "0.0.0-2021-05-31--14-38"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.0.0-2021-05-26--15-12'; | ||
exports.VERSION = '0.0.0-2021-05-31--14-38'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "opentelemetry-instrumentation-elasticsearch", | ||
"version": "0.0.0-2021-05-26--15-12", | ||
"version": "0.0.0-2021-05-31--14-38", | ||
"description": "open telemetry instrumentation for the `elasticsearch` module", | ||
@@ -49,9 +49,10 @@ "keywords": [ | ||
"@elastic/elasticsearch": "^7.8.0", | ||
"@opentelemetry/api": "1.0.0-rc.0", | ||
"@opentelemetry/node": "^0.19.0", | ||
"@opentelemetry/tracing": "^0.19.0", | ||
"@types/chai": "^4.2.15", | ||
"@types/mocha": "^8.2.1", | ||
"@types/mocha": "^8.2.2", | ||
"chai": "^4.3.0", | ||
"expect": "^26.6.2", | ||
"mocha": "^8.3.0", | ||
"mocha": "^8.4.0", | ||
"nock": "^13.0.9", | ||
@@ -70,3 +71,3 @@ "sinon": "^9.2.4", | ||
}, | ||
"gitHead": "6f64818f1e8c571b9e7341a8f019edb26605ea66" | ||
"gitHead": "bd5bce12191c8173f30d62733cb45d2dc0feb610" | ||
} |
Sorry, the diff of this file is not supported yet
91621
14