chore(release): v0.20.1
All checks were successful
Tests / lint (push) Has been skipped
Tests / test-node (node20) (push) Successful in 1m41s
Tests / test-node (node22) (push) Successful in 1m41s
Tests / test-node (node18) (push) Successful in 1m47s
Tests / test-deno (push) Successful in 1m41s
Tests / test-bun (push) Successful in 1m48s
Tests / test-web (chromium) (push) Successful in 1m47s
Tests / test-web (firefox) (push) Successful in 1m56s
Tests / e2e (push) Has been skipped
Tests / e2e-deno (push) Has been skipped
Build and deploy typedoc / build (push) Successful in 6m38s

This commit is contained in:
nano :3 2025-01-27 15:44:46 +00:00
parent a1aeef6dd3
commit 6c9f4c897d
4 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "mtcute-workspace", "name": "mtcute-workspace",
"type": "module", "type": "module",
"version": "0.20.0", "version": "0.20.1",
"private": true, "private": true,
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b", "packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS", "description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS",

View file

@ -1,7 +1,7 @@
{ {
"name": "@mtcute/core", "name": "@mtcute/core",
"type": "module", "type": "module",
"version": "0.20.0", "version": "0.20.1",
"private": true, "private": true,
"description": "Type-safe library for MTProto (Telegram API)", "description": "Type-safe library for MTProto (Telegram API)",
"author": "alina sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",

View file

@ -1,7 +1,7 @@
{ {
"name": "@mtcute/html-parser", "name": "@mtcute/html-parser",
"type": "module", "type": "module",
"version": "0.20.0", "version": "0.20.1",
"private": true, "private": true,
"description": "HTML entities parser for mtcute", "description": "HTML entities parser for mtcute",
"author": "alina sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",

View file

@ -1,20 +1,20 @@
{ {
"@mtcute/create-bot": "0.19.0", "@mtcute/core": "0.20.1",
"@mtcute/crypto-node": "0.19.0", "@mtcute/crypto-node": "0.19.0",
"@mtcute/deno": "0.20.0", "@mtcute/deno": "0.20.0",
"@mtcute/dispatcher": "0.20.0", "@mtcute/dispatcher": "0.20.0",
"@mtcute/convert": "0.20.0", "@mtcute/create-bot": "0.19.0",
"@mtcute/core": "0.20.0",
"@mtcute/bun": "0.20.0",
"@mtcute/file-id": "0.19.0", "@mtcute/file-id": "0.19.0",
"@mtcute/html-parser": "0.20.0", "@mtcute/convert": "0.20.0",
"@mtcute/i18n": "0.19.0", "@mtcute/html-parser": "0.20.1",
"@mtcute/bun": "0.20.0",
"@mtcute/markdown-parser": "0.20.0",
"@mtcute/node": "0.20.0", "@mtcute/node": "0.20.0",
"@mtcute/i18n": "0.19.0",
"@mtcute/tl-runtime": "0.19.0", "@mtcute/tl-runtime": "0.19.0",
"@mtcute/tl": "198.0.0", "@mtcute/tl": "198.0.0",
"@mtcute/markdown-parser": "0.20.0",
"@mtcute/tl-utils": "0.19.0",
"@mtcute/test": "0.20.0", "@mtcute/test": "0.20.0",
"@mtcute/tl-utils": "0.19.0",
"@mtcute/wasm": "0.19.9", "@mtcute/wasm": "0.19.9",
"@mtcute/web": "0.20.0" "@mtcute/web": "0.20.0"
} }