opentracing / opentracing-javascript

OpenTracing API for Javascript (both Node and browser). 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io
Apache License 2.0
1.09k stars 108 forks source link

Fix circular dependencies #171

Closed NMinhNguyen closed 2 years ago

NMinhNguyen commented 2 years ago

Thanks for merging @yurishkuro! Any chance you could publish a new version? Failing to build this package with Rollup :/

yurishkuro commented 2 years ago

https://github.com/opentracing/opentracing-javascript/releases/tag/v0.14.6

NMinhNguyen commented 2 years ago

Thank you @yurishkuro! Ah wait, I see another change in the release contained a bug. I guess I'll just patch this issue locally for now and wait for another release.

NMinhNguyen commented 2 years ago

Now that #174 is merged, when do you think you'll be able to publish a new version that includes the changes in this PR?