egg-jaeger
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -5,2 +5,4 @@ # Changelog | ||
### [2.0.8](https://github.com/sqlwwx/egg-jaeger/compare/v2.0.7...v2.0.8) (2020-04-24) | ||
### [2.0.7](https://github.com/sqlwwx/egg-jaeger/compare/v2.0.6...v2.0.7) (2020-04-22) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "egg-jaeger", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "jaeger egg plugin", | ||
@@ -15,19 +15,19 @@ "eggPlugin": { | ||
"async-local-storage": "git+ssh://git@gitlab.weidiango.com:github-mirror/async-local-storage#v2", | ||
"jaeger-client": "^3.17.0" | ||
"jaeger-client": "^3.18.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.2.0", | ||
"@commitlint/config-conventional": "^8.2.0", | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"autod": "^3.0.0", | ||
"autod-egg": "^1.0.0", | ||
"egg": "^2.23.0", | ||
"egg-bin": "^4.13.2", | ||
"egg-ci": "^1.13.0", | ||
"egg-mock": "^3.24.1", | ||
"egg": "^2.26.0", | ||
"egg-bin": "^4.14.1", | ||
"egg-ci": "^1.15.0", | ||
"egg-mock": "^4.0.0", | ||
"egg-redis": "^2.2.0", | ||
"eslint": "^6.5.1", | ||
"eslint-config-egg": "^7.5.1", | ||
"husky": "^3.0.8", | ||
"lint-staged": "^9.4.1", | ||
"standard-version": "^7.0.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-egg": "^8.0.1", | ||
"husky": "^4.2.5", | ||
"lint-staged": "^10.1.7", | ||
"standard-version": "^7.1.0", | ||
"webstorm-disable-index": "^1.2.0" | ||
@@ -34,0 +34,0 @@ }, |
14491
Updatedjaeger-client@^3.18.0