Compare commits

...

2 commits

Author SHA1 Message Date
f8cd49e900 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
2025-01-25 06:26:22 +00:00
6d44c51c28
chore: bumped fuman/build
All checks were successful
Tests / test-bun (push) Successful in 1m49s
Tests / test-deno (push) Successful in 1m51s
Tests / test-node (node20) (push) Successful in 2m1s
Tests / test-node (node22) (push) Successful in 1m59s
Tests / test-node (node18) (push) Successful in 2m5s
Tests / test-web (chromium) (push) Successful in 2m2s
Tests / test-web (firefox) (push) Successful in 2m10s
Build and deploy typedoc / build (push) Successful in 5m49s
Tests / lint (push) Successful in 6m30s
Tests / e2e-deno (push) Successful in 59s
Tests / e2e (push) Successful in 49s
2025-01-25 09:11:10 +03:00
13 changed files with 98 additions and 34 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",
@ -44,7 +44,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@fuman/build": "https://pkg.pr.new/teidesu/fuman/@fuman/build@c5f4664",
"@fuman/build": "https://pkg.pr.new/teidesu/fuman/@fuman/build@7e2b6aa",
"@fuman/utils": "0.0.4",
"@types/bun": "1.1.14",
"@types/deno": "npm:@teidesu/deno-types@1.46.3",

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

@ -15,8 +15,8 @@ importers:
specifier: ^3.11.2
version: 3.11.2(@typescript-eslint/utils@8.17.0(eslint@9.9.0)(typescript@5.5.4))(@vue/compiler-sfc@3.5.13)(eslint@9.9.0)(typescript@5.5.4)(vitest@2.0.5)
'@fuman/build':
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/build@c5f4664
version: https://pkg.pr.new/teidesu/fuman/@fuman/build@c5f4664(tough-cookie@4.1.4)(typedoc@0.27.6(typescript@5.5.4))(typescript@5.5.4)(vite@5.4.2(@types/node@20.10.0))
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/build@7e2b6aa
version: https://pkg.pr.new/teidesu/fuman/@fuman/build@7e2b6aa(tough-cookie@4.1.4)(typedoc@0.27.6(typescript@5.5.4))(typescript@5.5.4)(vite@5.4.2(@types/node@20.10.0))
'@fuman/utils':
specifier: 0.0.4
version: 0.0.4
@ -1100,9 +1100,9 @@ packages:
resolution: {integrity: sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@fuman/build@https://pkg.pr.new/teidesu/fuman/@fuman/build@c5f4664':
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/build@c5f4664}
version: 0.0.8
'@fuman/build@https://pkg.pr.new/teidesu/fuman/@fuman/build@7e2b6aa':
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/build@7e2b6aa}
version: 0.0.10
hasBin: true
peerDependencies:
typedoc: '>=0.24.0'
@ -1115,6 +1115,26 @@ packages:
'@fuman/bun@0.0.9':
resolution: {integrity: sha512-W21lJRs1vp+HrID/Qtb12XB6u5YEoJobEcwyDwdRgBHSJgM9h3WKu7AtPhpe6Sy+Hfxv3EakRRxlKeNiltYP2g==}
'@fuman/fetch@0.0.10':
resolution: {integrity: sha512-Zy1GKZ8/NGP2adH0JXVaP91TZPpXngZDTGOFrb38pEp6RYAVSywt0yOPO2kwZGUpordfCj96CMNv+e6zUc7qqw==}
peerDependencies:
'@badrap/valita': '>=0.4.0'
tough-cookie: ^5.0.0 || ^4.0.0
valibot: ^0.42.0
yup: ^1.0.0
zod: ^3.0.0
peerDependenciesMeta:
'@badrap/valita':
optional: true
tough-cookie:
optional: true
valibot:
optional: true
yup:
optional: true
zod:
optional: true
'@fuman/fetch@0.0.8':
resolution: {integrity: sha512-ih3JYHJ9xTUoCz67TVeFP6ZkwOrZNHstWXaR1/4EQ/lZSEJJj+tvm9UGjXyEbh3HIgN7Oqc5Fu6w5JpH/zChDQ==}
peerDependencies:
@ -1135,18 +1155,30 @@ packages:
zod:
optional: true
'@fuman/io@0.0.10':
resolution: {integrity: sha512-e1aI7zBjlbVOFq0S/SBC7dnXYF3OnJ4XIwM7XBK+aIFCfy1FrmWgro6q/x4UlamGqfmBg3rM4ymqL3r+dBgyFg==}
'@fuman/io@0.0.8':
resolution: {integrity: sha512-+cRZ2JOMYceNQ2Rh6UYro5XVa11j29Sdd3Yhi4GfxAx6ZwCNIw3P80xcTRwCZSfMPLDNN9Etkq7NIc5v9lpItw==}
'@fuman/net@0.0.10':
resolution: {integrity: sha512-ht/y26viJA9ZbTaqSxo0Wrzeq2KOjeozoc3jpLBGpVdnj4aydIEGuwj0QXlC5Gdo2YZLH6a1LsFfg6zMla6ufg==}
'@fuman/net@0.0.9':
resolution: {integrity: sha512-asn7VJbT8woVXAFCUMZrdyNZCSsXZclraeVZ6RYJ+T3RwQ+JfMMZtXLLTZ7XHrBPxk8x8hoHOJa/Fnyfm+ggbQ==}
'@fuman/node@0.0.10':
resolution: {integrity: sha512-eBqc/pblukjNplo/Nc+h6fv2Gp9J//abrqxgUAP4rt/hxXoARMW6k+/iUMEV443FCSE0NZZrtRdc1pLBExV78g==}
'@fuman/node@0.0.9':
resolution: {integrity: sha512-ImOGEv1T1n/AOqfPH8ag1q/i0RvxnG0EfYVwlfRl/PXW/uNJiH3PRgT4euvXPNlHx6DViDiFn4ADecz9bTrtUg==}
'@fuman/utils@0.0.1':
resolution: {integrity: sha512-9zT7TiQEm2leoXVoN1Fs7m0d6bZcJXWDWQl9MhoySb+z0+iXb05PcDuTxTfCAvpGK1XVFf3n+MyN0w1yCKHc7Q==}
'@fuman/utils@0.0.10':
resolution: {integrity: sha512-KVlDx0S1Og7IWcPi93f1T45WPfCSUV6/A4dQb36zZRtb8KECl1BK2u9WkNVI+sjrjKCb3xijjY5gq4lS3PqH5g==}
'@fuman/utils@0.0.4':
resolution: {integrity: sha512-YBZIlGDbM8s9G85pWFZJ9wQrDY4511XLHZ06/uxZfXBY0eSStwje8JFNmRMNF0SjRk4D3iRmPl9wirHKTkg89w==}
@ -2902,6 +2934,11 @@ packages:
json-stable-stringify-without-jsonify@1.0.1:
resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
json5@2.2.3:
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
engines: {node: '>=6'}
hasBin: true
jsonc-eslint-parser@2.4.0:
resolution: {integrity: sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@ -4592,16 +4629,17 @@ snapshots:
dependencies:
levn: 0.4.1
'@fuman/build@https://pkg.pr.new/teidesu/fuman/@fuman/build@c5f4664(tough-cookie@4.1.4)(typedoc@0.27.6(typescript@5.5.4))(typescript@5.5.4)(vite@5.4.2(@types/node@20.10.0))':
'@fuman/build@https://pkg.pr.new/teidesu/fuman/@fuman/build@7e2b6aa(tough-cookie@4.1.4)(typedoc@0.27.6(typescript@5.5.4))(typescript@5.5.4)(vite@5.4.2(@types/node@20.10.0))':
dependencies:
'@drizzle-team/brocli': 0.10.2
'@fuman/fetch': 0.0.8(tough-cookie@4.1.4)(zod@3.23.8)
'@fuman/io': 0.0.8
'@fuman/node': 0.0.9
'@fuman/utils': 0.0.4
'@fuman/fetch': 0.0.10(tough-cookie@4.1.4)(zod@3.23.8)
'@fuman/io': 0.0.10
'@fuman/node': 0.0.10
'@fuman/utils': 0.0.10
cross-spawn: 7.0.6
detect-indent: 7.0.1
js-yaml: 4.1.0
json5: 2.2.3
picomatch: 4.0.2
semver: 7.6.3
tinyglobby: 0.2.10
@ -4622,6 +4660,13 @@ snapshots:
'@fuman/net': 0.0.9
'@fuman/utils': 0.0.4
'@fuman/fetch@0.0.10(tough-cookie@4.1.4)(zod@3.23.8)':
dependencies:
'@fuman/utils': 0.0.10
optionalDependencies:
tough-cookie: 4.1.4
zod: 3.23.8
'@fuman/fetch@0.0.8(tough-cookie@4.1.4)(zod@3.23.8)':
dependencies:
'@fuman/utils': 0.0.4
@ -4629,15 +4674,30 @@ snapshots:
tough-cookie: 4.1.4
zod: 3.23.8
'@fuman/io@0.0.10':
dependencies:
'@fuman/utils': 0.0.10
'@fuman/io@0.0.8':
dependencies:
'@fuman/utils': 0.0.4
'@fuman/net@0.0.10':
dependencies:
'@fuman/io': 0.0.10
'@fuman/utils': 0.0.10
'@fuman/net@0.0.9':
dependencies:
'@fuman/io': 0.0.8
'@fuman/utils': 0.0.4
'@fuman/node@0.0.10':
dependencies:
'@fuman/io': 0.0.10
'@fuman/net': 0.0.10
'@fuman/utils': 0.0.10
'@fuman/node@0.0.9':
dependencies:
'@fuman/io': 0.0.8
@ -4646,6 +4706,8 @@ snapshots:
'@fuman/utils@0.0.1': {}
'@fuman/utils@0.0.10': {}
'@fuman/utils@0.0.4': {}
'@gerrit0/mini-shiki@1.24.4':
@ -6772,6 +6834,8 @@ snapshots:
json-stable-stringify-without-jsonify@1.0.1: {}
json5@2.2.3: {}
jsonc-eslint-parser@2.4.0:
dependencies:
acorn: 8.14.0

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"
}