chore(release): v1.0.1 (pull request #4)

This commit is contained in:
donbot 2020-03-27 21:23:29 +00:00
commit 31adbde3cd
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ export class TelegrafProvider<TContext extends ContextMessageUpdate>
} }
onApplicationBootstrap() { onApplicationBootstrap() {
this.catch(e => { this.catch((e) => {
this.logger.error(e); this.logger.error(e);
}); });
this.startPolling(); this.startPolling();

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@robotmafia-inc/nestjs-telegraf", "name": "@robotmafia-inc/nestjs-telegraf",
"version": "1.0.0-alpha.1", "version": "1.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@robotmafia-inc/nestjs-telegraf", "name": "@robotmafia-inc/nestjs-telegraf",
"version": "1.0.0-alpha.1", "version": "1.0.1",
"description": "Telegraf module for NestJS", "description": "Telegraf module for NestJS",
"keywords": [ "keywords": [
"nest", "nest",