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

Latest version question #102

Closed geek closed 6 years ago

geek commented 6 years ago

What are the plans to release a new version? The last release was 10 months ago and master has quite a few improvements since that time.

bcronin commented 6 years ago

@geek , I'm glad to look into pushing a new version as I have permissions to do so.

At the moment however I'm having some trouble with npm install that seems related to TypeScript:

> opentracing@0.14.1 build /Users/bcronin/lightstep/opentracing-javascript
> tsc -p .

/Users/bcronin/lightstep/opentracing-javascript/node_modules/typescript/lib/tsc.js:61464
                throw e;
                ^

Error: Debug Failure. False expression: Target symbol and symbol do not have the same name

I don't intend to change the topic of this thread, but wanted to give context on what is preventing me from simply publishing a new version.

bcronin commented 6 years ago

@geek , I've published 0.14.2 to npm. Thanks for opening this issue.

Also thanks @aroc for fixing the TypeScript issue in https://github.com/opentracing/opentracing-javascript/pull/103.