mtcute/packages
alina sireneva bb7baf263b
refactor(core)!: extracted some of the default behaviour into middlewares
breaking: global `floodSleepThreshold` and `maxRetryCount` are now configured via middlewares:
```ts
const tg = new TelegramClient({
  network: {
    middlewares: networkMiddlewares.basic({
      floodWaiter: { maxWait: 5000, maxRetries: 5 },
      internalErrors: { maxRetries: 5 }
    })
  }
})
```
2024-07-16 23:30:05 +03:00
..
bun v0.15.0 2024-06-30 20:54:26 +00:00
convert v0.15.0 2024-06-30 20:54:26 +00:00
core refactor(core)!: extracted some of the default behaviour into middlewares 2024-07-16 23:30:05 +03:00
create-bot v0.15.0 2024-06-30 20:54:26 +00:00
crypto-node v0.15.0 2024-06-30 20:54:26 +00:00
deno fix(deno): return numbers from sqlite driver 2024-07-12 16:18:12 +03:00
dispatcher v0.15.2 2024-07-06 19:30:43 +00:00
file-id v0.15.0 2024-06-30 20:54:26 +00:00
html-parser v0.15.0 2024-06-30 20:54:26 +00:00
http-proxy v0.15.0 2024-06-30 20:54:26 +00:00
i18n v0.15.0 2024-06-30 20:54:26 +00:00
markdown-parser v0.15.0 2024-06-30 20:54:26 +00:00
mtproxy v0.15.0 2024-06-30 20:54:26 +00:00
node v0.15.1 2024-06-30 23:46:48 +00:00
socks-proxy v0.15.0 2024-06-30 20:54:26 +00:00
test v0.15.0 2024-06-30 20:54:26 +00:00
tl feat(tl): updated to layer 184 2024-07-08 13:55:45 +03:00
tl-runtime v0.15.0 2024-06-30 20:54:26 +00:00
tl-utils v0.15.0 2024-06-30 20:54:26 +00:00
wasm v0.15.0 2024-06-30 20:54:26 +00:00
web v0.15.0 2024-06-30 20:54:26 +00:00