Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Dec 10, 2018
1 parent 42d380f commit efd22b8
Show file tree
Hide file tree
Showing 20 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.5.0",
"version": "0.14.3",
"version": "0.15.0",
"command": {
"run": {
"npmClient": "yarn"
Expand Down
2 changes: 1 addition & 1 deletion packages/zipkin-context-cls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-context-cls",
"version": "0.14.2",
"version": "0.15.0",
"description": "A Context API implementation that uses continuation-local-storage under the hood",
"main": "lib/CLSContext.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/zipkin-encoder-thrift/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-encoder-thrift",
"version": "0.14.3",
"version": "0.15.0",
"description": "Encode a zipkin span to thrift",
"main": "lib/index.js",
"scripts": {
Expand All @@ -26,6 +26,6 @@
"@babel/cli": "7.1.5",
"@babel/core": "7.1.5",
"mocha": "^5.2.0",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
}
}
8 changes: 4 additions & 4 deletions packages/zipkin-instrumentation-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-connect",
"version": "0.14.3",
"version": "0.15.0",
"description": "Connect middleware for instrumentation with Zipkin.js",
"main": "lib/middleware.js",
"scripts": {
Expand All @@ -14,11 +14,11 @@
"devDependencies": {
"@babel/cli": "7.1.5",
"@babel/core": "7.1.5",
"connect": "^3.6.6",
"express": "^4.13.4",
"mocha": "^5.2.0",
"node-fetch": "^1.5.3",
"restify": "^7.2.3",
"express": "^4.13.4",
"connect": "^3.6.6",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/zipkin-instrumentation-cujojs-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-cujojs-rest",
"version": "0.14.3",
"version": "0.15.0",
"description": "Interceptor for instrumenting HTTP calls from the cujoJS rest library",
"main": "lib/index.js",
"scripts": {
Expand All @@ -17,6 +17,6 @@
"express": "^4.13.4",
"mocha": "^5.2.0",
"rest": "^1.3.2",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
}
}
8 changes: 4 additions & 4 deletions packages/zipkin-instrumentation-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-express",
"version": "0.14.3",
"version": "0.15.0",
"description": "Express middleware for instrumentation with Zipkin.js",
"main": "lib/index.js",
"types": "index.d.ts",
Expand All @@ -16,14 +16,14 @@
"@types/express": "^4.0.39"
},
"devDependencies": {
"@types/express": "^4.0.39",
"@babel/cli": "7.1.5",
"@babel/core": "7.1.5",
"@types/express": "^4.0.39",
"express": "^4.13.4",
"express-http-proxy": "^0.11.0",
"mocha": "^5.2.0",
"node-fetch": "^1.5.3",
"zipkin": "^0.14.3",
"zipkin-context-cls": "^0.14.2"
"zipkin": "^0.15.0",
"zipkin-context-cls": "^0.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/zipkin-instrumentation-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-fetch",
"version": "0.14.3",
"version": "0.15.0",
"description": "Interceptor for HTTP clients using the 'fetch' API",
"main": "lib/index.js",
"scripts": {
Expand All @@ -17,6 +17,6 @@
"express": "^4.13.4",
"mocha": "^5.2.0",
"node-fetch": "^1.5.3",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
}
}
8 changes: 4 additions & 4 deletions packages/zipkin-instrumentation-grpc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-grpc-client",
"version": "0.14.3",
"version": "0.15.0",
"description": "Zipking.js Interceptor for gRPC client",
"main": "lib/grpcClient.js",
"scripts": {
Expand All @@ -14,10 +14,10 @@
"devDependencies": {
"@babel/cli": "7.1.5",
"@babel/core": "7.1.5",
"@grpc/proto-loader": "^0.3.0",
"express": "^4.13.4",
"mocha": "^5.2.0",
"zipkin": "^0.14.3",
"grpc": "^1.16.0",
"@grpc/proto-loader": "^0.3.0"
"mocha": "^5.2.0",
"zipkin": "^0.15.0"
}
}
6 changes: 3 additions & 3 deletions packages/zipkin-instrumentation-hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-hapi",
"version": "0.14.3",
"version": "0.15.0",
"description": "Hapi middleware for instrumentation with Zipkin.js",
"main": "lib/index.js",
"scripts": {
Expand All @@ -15,11 +15,11 @@
"@types/hapi": "^16.1.12"
},
"devDependencies": {
"@types/hapi": "^16.1.12",
"@babel/cli": "7.1.5",
"@babel/core": "7.1.5",
"@types/hapi": "^16.1.12",
"hapi": "^16.7.0",
"mocha": "^5.2.0",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/zipkin-instrumentation-memcached/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-memcached",
"version": "0.14.3",
"version": "0.15.0",
"description": "Interceptor for memcached clients",
"main": "lib/zipkinClient.js",
"scripts": {
Expand All @@ -16,6 +16,6 @@
"@babel/core": "7.1.5",
"memcached": "^2.2.2",
"mocha": "^5.2.0",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/zipkin-instrumentation-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-postgres",
"version": "0.14.3",
"version": "0.15.0",
"description": "Interceptor for postgres clients",
"main": "lib/zipkinClient.js",
"scripts": {
Expand All @@ -16,6 +16,6 @@
"@babel/core": "7.1.5",
"mocha": "^5.2.0",
"pg": "^7.6.1",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/zipkin-instrumentation-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-redis",
"version": "0.14.3",
"version": "0.15.0",
"description": "Interceptor for redis clients",
"main": "lib/zipkinClient.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"@babel/core": "7.1.5",
"mocha": "^5.2.0",
"redis": "^2.6.2",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
},
"dependencies": {
"redis-commands": "^1.2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/zipkin-instrumentation-request-promise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-request-promise",
"version": "0.14.3",
"version": "0.15.0",
"description": "Instrumentation for request-promise with Zipkin.js",
"main": "lib/request.js",
"scripts": {
Expand All @@ -15,11 +15,11 @@
"@types/request": "^2.0.8"
},
"devDependencies": {
"@types/request": "^2.0.8",
"@babel/cli": "7.1.5",
"@babel/core": "7.1.5",
"@babel/polyfill": "7.0.0",
"@babel/preset-es2015": "7.0.0-beta.53",
"@types/request": "^2.0.8",
"chai": "^4.0.2",
"co": "^4.6.0",
"co-mocha": "^1.2.1",
Expand All @@ -28,12 +28,12 @@
"nock": "^9.0.14",
"sinon": "^2.3.8",
"uuid": "^3.2.1",
"zipkin-context-cls": "^0.14.2"
"zipkin-context-cls": "^0.15.0"
},
"dependencies": {
"asap": "^2.0.6",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/zipkin-instrumentation-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-request",
"version": "0.14.3",
"version": "0.15.0",
"description": "Instrumentation for request with Zipkin.js",
"main": "lib/index.js",
"types": "index.d.ts",
Expand All @@ -22,6 +22,6 @@
"express": "^4.13.4",
"mocha": "^5.2.0",
"request": "^2.88.0",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/zipkin-instrumentation-restify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-restify",
"version": "0.14.3",
"version": "0.15.0",
"description": "Restify middleware for instrumentation with Zipkin.js",
"main": "lib/index.js",
"scripts": {
Expand All @@ -17,6 +17,6 @@
"mocha": "^5.2.0",
"node-fetch": "^1.5.3",
"restify": "^7.2.3",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
}
}
6 changes: 3 additions & 3 deletions packages/zipkin-instrumentation-superagent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-instrumentation-superagent",
"version": "0.14.3",
"version": "0.15.0",
"description": "Interceptor for superagent with Zipking.js",
"main": "lib/superagentPlugin.js",
"scripts": {
Expand All @@ -16,9 +16,9 @@
"@babel/core": "7.1.5",
"express": "^4.13.4",
"mocha": "^5.2.0",
"zipkin": "^0.14.3",
"nock": "^9.0.14",
"sinon": "^2.3.8",
"superagent": "^4.0.0"
"superagent": "^4.0.0",
"zipkin": "^0.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/zipkin-transport-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-transport-http",
"version": "0.14.3",
"version": "0.15.0",
"description": "Transports Zipkin trace data via HTTP",
"main": "lib/index.js",
"types": "index.d.ts",
Expand All @@ -21,6 +21,6 @@
"body-parser": "^1.15.2",
"express": "^4.13.4",
"mocha": "^5.2.0",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
}
}
6 changes: 3 additions & 3 deletions packages/zipkin-transport-kafka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-transport-kafka",
"version": "0.14.3",
"version": "0.15.0",
"description": "Transports Zipkin trace data via Kafka to the collector",
"main": "lib/index.js",
"types": "index.d.ts",
Expand All @@ -15,13 +15,13 @@
"dependencies": {
"@types/kafka-node": "^2.0.3",
"kafka-node": "^2.6.1",
"zipkin-encoder-thrift": "^0.14.3"
"zipkin-encoder-thrift": "^0.15.0"
},
"devDependencies": {
"@babel/cli": "7.1.5",
"@babel/core": "7.1.5",
"kafka-please": "^1.0.1",
"mocha": "^5.2.0",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
}
}
6 changes: 3 additions & 3 deletions packages/zipkin-transport-scribe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin-transport-scribe",
"version": "0.14.3",
"version": "0.15.0",
"description": "Transports Zipkin trace data via Scribe to the collector",
"main": "lib/index.js",
"types": "index.d.ts",
Expand All @@ -15,13 +15,13 @@
"dependencies": {
"base64-js": "^1.2.1",
"scribe": "0.0.9",
"zipkin-encoder-thrift": "^0.14.3"
"zipkin-encoder-thrift": "^0.15.0"
},
"devDependencies": {
"@babel/cli": "7.1.5",
"@babel/core": "7.1.5",
"mocha": "^5.2.0",
"thrift": "^0.11.0",
"zipkin": "^0.14.3"
"zipkin": "^0.15.0"
}
}
2 changes: 1 addition & 1 deletion packages/zipkin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zipkin",
"version": "0.14.3",
"version": "0.15.0",
"description": "The core tracer for zipkin.js",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit efd22b8

Please sign in to comment.