Closed akoenig closed 7 years ago
Yeah, I've been meaning to publish a new version for a while. I'll do that in the next couple of days.
Version 0.0.11 has been published with the types property defined (#25) https://www.npmjs.com/package/event-store-client
What are you referring to when you talk about "old" typings? They should all be up-to-date.
Awesome. Thanks @x-cubed
What are you referring to when you talk about "old" typings? They should all be up-to-date.
Last time I checked, I received some function signature problems. Will check back when facing them again.
@akoenig should be closed I guess..
Awesome library. Thanks for building it. We are using TypeScript within our projects and identified that you are also providing a type definition file. Cool! Unfortunately there is a discrepancy between the
package.json
which lives in themaster
branch and the one that gets distributed by npm. The one in themaster
references the type definition file correctly and the actual package on npm does not has atypes
attribute at all. Would it be possible to publish a patch version0.0.11
with the correctpackage.json
in it?Edit: It also seems that the typings within the
master
are old. Would it also be possible to update them?