build(tl): updated to layer 130
This commit is contained in:
parent
1abfc56474
commit
090f42e559
8 changed files with 10 additions and 9 deletions
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^15.12.1",
|
||||
"@mtcute/tl": "~1.129.0",
|
||||
"@mtcute/tl": "~1.130.0",
|
||||
"@mtcute/core": "^1.0.0",
|
||||
"@mtcute/file-id": "^1.0.0",
|
||||
"eager-async-pool": "^1.0.0",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mtcute/tl": "~1.129.0",
|
||||
"@mtcute/tl": "~1.130.0",
|
||||
"@mtcute/core": "^1.0.0",
|
||||
"@mtcute/client": "^1.0.0",
|
||||
"debug": "^4.3.1"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mtcute/tl": "~1.129.0",
|
||||
"@mtcute/tl": "~1.130.0",
|
||||
"@mtcute/core": "^1.0.0",
|
||||
"big-integer": "1.6.48"
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"docs": "npx typedoc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mtcute/tl": "~1.129.0",
|
||||
"@mtcute/tl": "~1.130.0",
|
||||
"big-integer": "^1.6.48"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> TL schema and related utils used for MTCute.
|
||||
|
||||
Generated from TL layer **129** (last updated on 31.05.2021).
|
||||
Generated from TL layer **130** (last updated on 26.06.2021).
|
||||
|
||||
## About
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mtcute/tl",
|
||||
"version": "1.129.0",
|
||||
"version": "1.130.0",
|
||||
"description": "TL schema used for MTCute",
|
||||
"main": "index.js",
|
||||
"author": "Alisa Sireneva <me@tei.su>",
|
||||
|
@ -20,6 +20,7 @@
|
|||
"cheerio": "^1.0.0-rc.5",
|
||||
"eager-async-pool": "^1.0.0",
|
||||
"csv-parser": "^3.0.0",
|
||||
"js-yaml": "^4.0.0"
|
||||
"js-yaml": "^4.0.0",
|
||||
"crc-32": "^1.2.0"
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue