feat(tl): updated layer to 146

This commit is contained in:
teidesu 2022-09-28 00:42:21 +03:00
parent d0ea4ed5ca
commit 8adb79511f
9 changed files with 13 additions and 13 deletions

View file

@ -14,7 +14,7 @@
"dependencies": {
"@types/long": "^4.0.1",
"@types/node": "^15.12.1",
"@mtcute/tl": "workspace:^145.0.0",
"@mtcute/tl": "workspace:^146.0.0",
"@mtcute/core": "workspace:^1.0.0",
"@mtcute/file-id": "workspace:^1.0.0",
"eager-async-pool": "^1.0.0",

View file

@ -21,7 +21,7 @@
"@types/node": "^15.12.1",
"@types/events": "^3.0.0",
"@types/long": "^4.0.2",
"@mtcute/tl": "workspace:^145.0.0",
"@mtcute/tl": "workspace:^146.0.0",
"@mtcute/tl-runtime": "workspace:^1.0.0",
"big-integer": "1.6.48",
"long": "^4.0.0",

View file

@ -12,7 +12,7 @@
"build": "tsc"
},
"dependencies": {
"@mtcute/tl": "workspace:^145.0.0",
"@mtcute/tl": "workspace:^146.0.0",
"@mtcute/core": "workspace:^1.0.0",
"@mtcute/client": "workspace:^1.0.0",
"events": "^3.2.0"

View file

@ -12,7 +12,7 @@
"build": "tsc"
},
"dependencies": {
"@mtcute/tl": "workspace:^145.0.0",
"@mtcute/tl": "workspace:^146.0.0",
"@mtcute/tl-runtime": "workspace:^1.0.0",
"@mtcute/core": "workspace:^1.0.0",
"long": "^4.0.0"
@ -20,4 +20,4 @@
"devDependencies": {
"@types/long": "^4.0.1"
}
}
}

View file

@ -13,7 +13,7 @@
"docs": "typedoc"
},
"dependencies": {
"@mtcute/tl": "workspace:^145.0.0",
"@mtcute/tl": "workspace:^146.0.0",
"htmlparser2": "^6.0.1",
"long": "^4.0.0"
},
@ -21,4 +21,4 @@
"@mtcute/client": "workspace:^1.0.0",
"@types/long": "^4.0.1"
}
}
}

View file

@ -13,11 +13,11 @@
"docs": "typedoc"
},
"dependencies": {
"@mtcute/tl": "workspace:^145.0.0",
"@mtcute/tl": "workspace:^146.0.0",
"long": "^4.0.0"
},
"devDependencies": {
"@mtcute/client": "workspace:^1.0.0",
"@types/long": "^4.0.1"
}
}
}

View file

@ -2,7 +2,7 @@
> TL schema and related utils used for mtcute.
Generated from TL layer **145** (last updated on 03.09.2022).
Generated from TL layer **146** (last updated on 28.09.2022).
## About

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "@mtcute/tl",
"version": "145.0.0",
"version": "146.0.0",
"description": "TL schema used for mtcute",
"main": "index.js",
"author": "Alina Sireneva <me@tei.su>",
@ -31,4 +31,4 @@
"typedoc": {
"entryPoint": "index.d.ts"
}
}
}