Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Mar 9, 2017
1 parent 2076af7 commit 3997721
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.38",
"version": "0.6.0"
"version": "0.6.1"
}
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.6.0",
"version": "0.6.1",
"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-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.6.0",
"version": "0.6.1",
"description": "Interceptor for instrumenting HTTP calls from the cujoJS rest library",
"main": "lib/index.js",
"scripts": {
Expand All @@ -16,6 +16,6 @@
"express": "^4.13.4",
"mocha": "^3.2.0",
"rest": "^1.3.2",
"zipkin": "^0.6.0"
"zipkin": "^0.6.1"
}
}
6 changes: 3 additions & 3 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.6.0",
"version": "0.6.1",
"description": "Express middleware for instrumentation with Zipkin.js",
"main": "lib/index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"express-http-proxy": "^0.11.0",
"mocha": "^3.2.0",
"node-fetch": "^1.5.3",
"zipkin": "^0.6.0",
"zipkin-context-cls": "^0.6.0"
"zipkin": "^0.6.1",
"zipkin-context-cls": "^0.6.1"
}
}
7 changes: 3 additions & 4 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.6.0",
"version": "0.6.1",
"description": "Interceptor for HTTP clients using the 'fetch' API",
"main": "lib/index.js",
"scripts": {
Expand All @@ -14,9 +14,8 @@
"devDependencies": {
"babel-cli": "^6.23.0",
"express": "^4.13.4",
"node-fetch": "^1.5.1",
"mocha": "^3.2.0",
"node-fetch": "^1.5.3",
"zipkin": "^0.6.0"
"mocha": "^3.2.0",
"zipkin": "^0.6.1"
}
}
4 changes: 2 additions & 2 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.6.0",
"version": "0.6.1",
"description": "Hapi middleware for instrumentation with Zipkin.js",
"main": "lib/index.js",
"scripts": {
Expand All @@ -15,6 +15,6 @@
"babel-cli": "^6.23.0",
"hapi": "^15.1.1",
"mocha": "^3.2.0",
"zipkin": "^0.6.0"
"zipkin": "^0.6.1"
}
}
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.6.0",
"version": "0.6.1",
"description": "Interceptor for memcached clients",
"main": "lib/zipkinClient.js",
"scripts": {
Expand All @@ -15,6 +15,6 @@
"babel-cli": "^6.23.0",
"memcached": "^2.2.2",
"mocha": "^3.2.0",
"zipkin": "^0.6.0"
"zipkin": "^0.6.1"
}
}
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.6.0",
"version": "0.6.1",
"description": "Interceptor for redis clients",
"main": "lib/zipkinClient.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"babel-cli": "^6.23.0",
"mocha": "^3.2.0",
"redis": "^2.6.2",
"zipkin": "^0.6.0"
"zipkin": "^0.6.1"
},
"dependencies": {
"redis-commands": "^1.2.0"
Expand Down
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.6.0",
"version": "0.6.1",
"description": "Restify middleware for instrumentation with Zipkin.js",
"main": "lib/index.js",
"scripts": {
Expand All @@ -16,6 +16,6 @@
"mocha": "^3.2.0",
"node-fetch": "^1.5.3",
"restify": "^4.1.1",
"zipkin": "^0.6.0"
"zipkin": "^0.6.1"
}
}
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.6.0",
"version": "0.6.1",
"description": "Transports Zipkin trace data via HTTP",
"main": "lib/index.js",
"scripts": {
Expand All @@ -19,6 +19,6 @@
"body-parser": "^1.15.2",
"express": "^4.13.4",
"mocha": "^3.2.0",
"zipkin": "^0.6.0"
"zipkin": "^0.6.1"
}
}
4 changes: 2 additions & 2 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.6.0",
"version": "0.6.1",
"description": "Transports Zipkin trace data via Kafka to the collector",
"main": "lib/index.js",
"scripts": {
Expand All @@ -18,6 +18,6 @@
"babel-cli": "^6.23.0",
"kafka-please": "^0.1.5",
"mocha": "^3.2.0",
"zipkin": "^0.6.0"
"zipkin": "^0.6.1"
}
}
4 changes: 2 additions & 2 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.6.0",
"version": "0.6.1",
"description": "Transports Zipkin trace data via Scribe to the collector",
"main": "lib/index.js",
"scripts": {
Expand All @@ -18,6 +18,6 @@
"babel-cli": "^6.23.0",
"mocha": "^3.2.0",
"thrift": "^0.10.0",
"zipkin": "^0.6.0"
"zipkin": "^0.6.1"
}
}
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.6.0",
"version": "0.6.1",
"description": "The core tracer for zipkin.js",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 3997721

Please sign in to comment.