telegram-api 1.0.0 built source code does not reflect recent PR implementing correct promise chaining #39
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi mdibaiee,
I've noticed that packaged npm module version 1.0.0 does not contain up-to-date code changes from my recent PR. Has the build process actually taken the latest code? Because when I look at downloaded module built source code it seems it's transpiled against an older source code.
Woops, sorry, you are right, I didn't run
grunt
before deploying the latest version, thanks for noting. Publishednode-telegram-api@1.0.1
, feel free to re-open if the issue still persists. 😁Nice! Just pulled the 1.0.1, all good now. Thanks once again! :)