build(tl): updated to layer 130

This commit is contained in:
teidesu 2021-06-26 17:13:13 +03:00
parent 1abfc56474
commit 090f42e559
8 changed files with 10 additions and 9 deletions

View file

@ -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",

View file

@ -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"

View file

@ -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"
}

View file

@ -13,7 +13,7 @@
"docs": "npx typedoc"
},
"dependencies": {
"@mtcute/tl": "~1.129.0",
"@mtcute/tl": "~1.130.0",
"big-integer": "^1.6.48"
},
"devDependencies": {

View file

@ -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

View file

@ -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