chore(convert): removed dependency on tl
This commit is contained in:
parent
ac8d63a669
commit
15cb920904
3 changed files with 1 additions and 6 deletions
|
@ -20,8 +20,7 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@mtcute/core": "workspace:^",
|
||||
"@mtcute/tl": "*"
|
||||
"@mtcute/core": "workspace:^"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mtcute/test": "workspace:^"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import { BasicDcOption, readStringSession, StringSessionData } from '@mtcute/core/utils.js'
|
||||
import { __tlReaderMap } from '@mtcute/tl/binary/reader.js'
|
||||
|
||||
import { isTestDc } from '../dcs.js'
|
||||
import { parseTelethonSession } from './parse.js'
|
||||
|
|
|
@ -142,9 +142,6 @@ importers:
|
|||
'@mtcute/core':
|
||||
specifier: workspace:^
|
||||
version: link:../core
|
||||
'@mtcute/tl':
|
||||
specifier: '*'
|
||||
version: link:../tl
|
||||
devDependencies:
|
||||
'@mtcute/test':
|
||||
specifier: workspace:^
|
||||
|
|
Loading…
Reference in a new issue