Skip to content

Commit

Permalink
v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Oct 29, 2017
1 parent 8018e44 commit 0bf6418
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 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.1.2",
"version": "0.10.0"
"version": "0.10.1"
}
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.10.0",
"version": "0.10.1",
"description": "Encode a zipkin span to thrift",
"main": "lib/index.js",
"scripts": {
Expand All @@ -25,6 +25,6 @@
"devDependencies": {
"babel-cli": "^6.23.0",
"mocha": "^4.0.1",
"zipkin": "^0.10.0"
"zipkin": "^0.10.1"
}
}
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.10.0",
"version": "0.10.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.10.0"
"zipkin": "^0.10.1"
}
}
4 changes: 2 additions & 2 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.10.0",
"version": "0.10.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.10.0",
"zipkin": "^0.10.1",
"zipkin-context-cls": "^0.6.1"
}
}
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.10.0",
"version": "0.10.1",
"description": "Interceptor for HTTP clients using the 'fetch' API",
"main": "lib/index.js",
"scripts": {
Expand All @@ -16,6 +16,6 @@
"express": "^4.13.4",
"mocha": "^3.2.0",
"node-fetch": "^1.5.3",
"zipkin": "^0.10.0"
"zipkin": "^0.10.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.10.0",
"version": "0.10.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.10.0"
"zipkin": "^0.10.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.10.0",
"version": "0.10.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.10.0"
"zipkin": "^0.10.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.10.0",
"version": "0.10.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.10.0"
"zipkin": "^0.10.1"
},
"dependencies": {
"redis-commands": "^1.2.0"
Expand Down
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.10.0",
"version": "0.10.1",
"description": "Instrumentation for request with Zipkin.js",
"main": "lib/index.js",
"scripts": {
Expand All @@ -16,6 +16,6 @@
"express": "^4.13.4",
"mocha": "^3.2.0",
"request": "^2.81.0",
"zipkin": "^0.10.0"
"zipkin": "^0.10.1"
}
}
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.10.0",
"version": "0.10.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.10.0"
"zipkin": "^0.10.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.10.0",
"version": "0.10.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.10.0"
"zipkin": "^0.10.1"
}
}
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.10.0",
"version": "0.10.1",
"description": "Transports Zipkin trace data via Kafka to the collector",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,12 +13,12 @@
"repository": "https://github.com/openzipkin/zipkin-js",
"dependencies": {
"kafka-node": "^2.2.0",
"zipkin-encoder-thrift": "^0.10.0"
"zipkin-encoder-thrift": "^0.10.1"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"kafka-please": "^1.0.1",
"mocha": "^3.2.0",
"zipkin": "^0.10.0"
"zipkin": "^0.10.1"
}
}
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.10.0",
"version": "0.10.1",
"description": "Transports Zipkin trace data via Scribe to the collector",
"main": "lib/index.js",
"scripts": {
Expand All @@ -14,12 +14,12 @@
"dependencies": {
"base64-js": "^1.2.1",
"scribe": "0.0.9",
"zipkin-encoder-thrift": "^0.10.0"
"zipkin-encoder-thrift": "^0.10.1"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"mocha": "^3.2.0",
"thrift": "^0.10.0",
"zipkin": "^0.10.0"
"zipkin": "^0.10.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.10.0",
"version": "0.10.1",
"description": "The core tracer for zipkin.js",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 0bf6418

Please sign in to comment.