opentelemetry-instrumentation-elasticsearch
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -6,2 +6,10 @@ # 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) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.4.2"; | ||
export declare const VERSION = "0.4.3"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.4.2'; | ||
exports.VERSION = '0.4.3'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "opentelemetry-instrumentation-elasticsearch", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "open telemetry instrumentation for the `elasticsearch` module", | ||
@@ -53,6 +53,6 @@ "keywords": [ | ||
"@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", | ||
@@ -71,3 +71,3 @@ "sinon": "^9.2.4", | ||
}, | ||
"gitHead": "61891435509330061efea9e3ffcdf34b80a584a9" | ||
"gitHead": "0ffb67e586f78c6b091b3af5fad8656fde819202" | ||
} |
Sorry, the diff of this file is not supported yet
91547