zipkin-javascript-opentracing
Advanced tools
Comparing version 1.2.0 to 1.3.0
# Changelog | ||
## 1.3.0 | ||
- Update of `peerDependencies`, so that zipkin v2 schema is supported | ||
- Fix babel transpilation directory | ||
## 1.2.0 | ||
Issues arised with [`react-scripts` throwing an error that this library is not transpiled](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify). To fix it we introduced babel and now ship with a transpiled `lib/` folder | ||
## 1.1.0 | ||
@@ -18,2 +25,2 @@ - [PR#10](https://github.com/costacruise/zipkin-javascript-opentracing/pull/10) adding support for a more simplified setup: | ||
- [PR#9](https://github.com/costacruise/zipkin-javascript-opentracing/pull/9) moving dev dependencies up to peer dependencies, breaking change for clients using older versions of `opentracing`, `zipkin` or `zipkin-transport-http` | ||
- [PR#9](https://github.com/costacruise/zipkin-javascript-opentracing/pull/9) moving dev dependencies up to peer dependencies, breaking change for clients using older versions of `opentracing`, `zipkin` or `zipkin-transport-http` |
{ | ||
"name": "zipkin-javascript-opentracing", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "An opentracing implementation for zipkin", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "babel src/index.js -d lib", | ||
"build": "babel src -d lib && rm -r lib/__tests__", | ||
"example:basic": "node example/basic/index.js", | ||
@@ -49,4 +49,4 @@ "example:advanced": "node example/advanced/index.js", | ||
"opentracing": "*", | ||
"zipkin": ">=0.9.0", | ||
"zipkin-transport-http": ">=0.9.0" | ||
"zipkin": ">=0.10.1", | ||
"zipkin-transport-http": ">=0.10.1" | ||
}, | ||
@@ -53,0 +53,0 @@ "homepage": |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
185930
3