moleculerjs / moleculer-channels

Reliable messages for Moleculer services via external queue/channel/topic.
MIT License
72 stars 15 forks source link

Fix missing types #54

Closed devcitopia closed 11 months ago

devcitopia commented 1 year ago

Linked to this issue https://github.com/moleculerjs/moleculer-channels/issues/53

icebob commented 1 year ago

The problem is that the d.ts files are generated from the source code (jsdoc). So you can't modify the d.ts files directly. We should fix them in jsdoc.

https://github.com/moleculerjs/moleculer-channels/blob/2ddbb9d3ce69e769c0f81d96a2b60193215f0397/package.json#L9

devcitopia commented 1 year ago

You are right I just did a new commit to fix it within the JS code

icebob commented 11 months ago

This PR contains many non-relevant changes. Please create a new one only with the relevant changes.