mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-10-09 06:37:15 +03:00
Merge branch 'feature/v2' of github.com:bukhalo/nestjs-telegraf into feature/multiple-instances
Conflicts: lib/decorators/inject-bot.decorator.ts lib/index.ts lib/interfaces/context.interface.ts lib/interfaces/index.ts lib/interfaces/telegraf-options.interface.ts lib/services/metadata-accessor.service.ts lib/services/updates-explorer.service.ts lib/telegraf-core.module.ts lib/telegraf.constants.ts package-lock.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nestjs-telegraf",
|
||||
"version": "1.3.1",
|
||||
"version": "2.0.0",
|
||||
"description": "Telegraf module for NestJS",
|
||||
"keywords": [
|
||||
"nest",
|
||||
@@ -32,7 +32,7 @@
|
||||
"test": ""
|
||||
},
|
||||
"dependencies": {
|
||||
"telegraf": "3.38.0"
|
||||
"telegraf": "^3.38.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/common": "7.6.5",
|
||||
@@ -40,7 +40,7 @@
|
||||
"@types/lodash": "^4.14.167",
|
||||
"@typescript-eslint/eslint-plugin": "4.11.1",
|
||||
"@typescript-eslint/parser": "4.11.1",
|
||||
"eslint": "7.16.0",
|
||||
"eslint": "7.17.0",
|
||||
"eslint-config-prettier": "7.1.0",
|
||||
"eslint-plugin-import": "2.22.1",
|
||||
"husky": "4.3.6",
|
||||
|
Reference in New Issue
Block a user