zipkin-instrumentation-cujojs-rest
Advanced tools
Comparing version 0.1.7 to 0.1.9
{ | ||
"name": "zipkin-instrumentation-cujojs-rest", | ||
"version": "0.1.7", | ||
"version": "0.1.9", | ||
"description": "Interceptor for instrumenting HTTP calls from the cujoJS rest library", | ||
@@ -17,4 +17,4 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"zipkin-core": "^0.1.7" | ||
"zipkin": "^0.1.9" | ||
} | ||
} |
@@ -7,3 +7,3 @@ /* eslint-disable no-param-reassign */ | ||
Annotation | ||
} = require('zipkin-core'); | ||
} = require('zipkin'); | ||
@@ -10,0 +10,0 @@ function getRequestMethod(req) { |
@@ -1,2 +0,2 @@ | ||
const {trace} = require('zipkin-core'); | ||
const {trace} = require('zipkin'); | ||
const express = require('express'); | ||
@@ -3,0 +3,0 @@ const sinon = require('sinon'); |
5167