tl: updated to layer 142
This commit is contained in:
parent
9039830572
commit
9034810ccd
9 changed files with 9 additions and 9 deletions
|
@ -14,7 +14,7 @@
|
|||
"dependencies": {
|
||||
"@types/long": "^4.0.1",
|
||||
"@types/node": "^15.12.1",
|
||||
"@mtcute/tl": "workspace:140.0.0",
|
||||
"@mtcute/tl": "workspace:142.0.0",
|
||||
"@mtcute/core": "workspace:^1.0.0",
|
||||
"@mtcute/file-id": "workspace:^1.0.0",
|
||||
"eager-async-pool": "^1.0.0",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"dependencies": {
|
||||
"@types/node": "^15.12.1",
|
||||
"@types/events": "^3.0.0",
|
||||
"@mtcute/tl": "workspace:140.0.0",
|
||||
"@mtcute/tl": "workspace:142.0.0",
|
||||
"@mtcute/tl-runtime": "workspace:^1.0.0",
|
||||
"big-integer": "1.6.48",
|
||||
"long": "^4.0.0",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mtcute/tl": "workspace:140.0.0",
|
||||
"@mtcute/tl": "workspace:142.0.0",
|
||||
"@mtcute/core": "workspace:^1.0.0",
|
||||
"@mtcute/client": "workspace:^1.0.0",
|
||||
"events": "^3.2.0"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mtcute/tl": "workspace:140.0.0",
|
||||
"@mtcute/tl": "workspace:142.0.0",
|
||||
"@mtcute/tl-runtime": "workspace:^1.0.0",
|
||||
"@mtcute/core": "workspace:^1.0.0",
|
||||
"long": "^4.0.0"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"docs": "npx typedoc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mtcute/tl": "workspace:140.0.0",
|
||||
"@mtcute/tl": "workspace:142.0.0",
|
||||
"htmlparser2": "^6.0.1",
|
||||
"long": "^4.0.0"
|
||||
},
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"docs": "npx typedoc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mtcute/tl": "workspace:140.0.0",
|
||||
"@mtcute/tl": "workspace:142.0.0",
|
||||
"long": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> TL schema and related utils used for MTCute.
|
||||
|
||||
Generated from TL layer **140** (last updated on 09.05.2022).
|
||||
Generated from TL layer **142** (last updated on 14.05.2022).
|
||||
|
||||
## About
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mtcute/tl",
|
||||
"version": "140.0.0",
|
||||
"version": "142.0.0",
|
||||
"description": "TL schema used for MTCute",
|
||||
"main": "index.js",
|
||||
"author": "Alisa Sireneva <me@tei.su>",
|
||||
|
|
Loading…
Reference in a new issue