chore(release): v0.20.0
Some checks failed
Tests / test-deno (push) Successful in 1m40s
Tests / test-bun (push) Successful in 1m54s
Tests / test-node (node22) (push) Successful in 2m1s
Tests / test-node (node20) (push) Successful in 2m5s
Tests / test-node (node18) (push) Successful in 2m7s
Tests / test-web (chromium) (push) Successful in 2m3s
Tests / test-web (firefox) (push) Successful in 2m12s
Build and deploy typedoc / build (push) Successful in 6m3s
Tests / lint (push) Successful in 6m40s
Tests / e2e-deno (push) Successful in 55s
Tests / e2e (push) Failing after 1m2s

This commit is contained in:
nano :3 2025-01-25 06:26:22 +00:00
parent 6d44c51c28
commit f8cd49e900
12 changed files with 23 additions and 23 deletions

View file

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

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/bun",
"type": "module",
"version": "0.19.3",
"version": "0.20.0",
"private": true,
"description": "Meta-package for Bun",
"author": "alina sireneva <alina@tei.su>",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/convert",
"type": "module",
"version": "0.19.8",
"version": "0.20.0",
"private": true,
"description": "Cross-library session conversion utilities",
"author": "alina sireneva <alina@tei.su>",

View file

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

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/deno",
"type": "module",
"version": "0.19.3",
"version": "0.20.0",
"private": true,
"description": "Meta-package for Deno",
"author": "alina sireneva <alina@tei.su>",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/dispatcher",
"type": "module",
"version": "0.19.1",
"version": "0.20.0",
"private": true,
"description": "Updates dispatcher and bot framework for @mtcute/client",
"author": "alina sireneva <alina@tei.su>",

View file

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

View file

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

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/node",
"type": "module",
"version": "0.19.3",
"version": "0.20.0",
"private": true,
"description": "Meta-package for Node.js",
"author": "alina sireneva <alina@tei.su>",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/test",
"type": "module",
"version": "0.19.3",
"version": "0.20.0",
"private": true,
"description": "Test utilities for mtcute",
"author": "alina sireneva <alina@tei.su>",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/web",
"type": "module",
"version": "0.19.5",
"version": "0.20.0",
"private": true,
"description": "Meta-package for the web platform",
"author": "alina sireneva <alina@tei.su>",

View file

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