Compare commits

..

1 commit

Author SHA1 Message Date
6a52f28f01
chore: bumped fuman/build
Some checks failed
Tests / test-deno (push) Successful in 1m38s
Tests / test-bun (push) Successful in 1m52s
Tests / test-node (node20) (push) Successful in 2m1s
Tests / test-node (node22) (push) Successful in 1m59s
Tests / test-node (node18) (push) Successful in 2m6s
Tests / test-web (chromium) (push) Successful in 2m3s
Tests / test-web (firefox) (push) Successful in 2m10s
Build and deploy typedoc / build (push) Successful in 5m55s
Tests / lint (push) Successful in 6m41s
Tests / e2e (push) Successful in 49s
Tests / e2e-deno (push) Failing after 1m4s
2025-01-25 09:40:02 +03:00
13 changed files with 29 additions and 29 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "mtcute-workspace", "name": "mtcute-workspace",
"type": "module", "type": "module",
"version": "0.20.0", "version": "0.19.10",
"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",
@ -44,7 +44,7 @@
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^3.11.2", "@antfu/eslint-config": "^3.11.2",
"@fuman/build": "https://pkg.pr.new/teidesu/fuman/@fuman/build@7e2b6aa", "@fuman/build": "https://pkg.pr.new/teidesu/fuman/@fuman/build@7a4b0be",
"@fuman/utils": "0.0.4", "@fuman/utils": "0.0.4",
"@types/bun": "1.1.14", "@types/bun": "1.1.14",
"@types/deno": "npm:@teidesu/deno-types@1.46.3", "@types/deno": "npm:@teidesu/deno-types@1.46.3",

View file

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

View file

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

View file

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

View file

@ -1,7 +1,7 @@
{ {
"name": "@mtcute/dispatcher", "name": "@mtcute/dispatcher",
"type": "module", "type": "module",
"version": "0.20.0", "version": "0.19.1",
"private": true, "private": true,
"description": "Updates dispatcher and bot framework for @mtcute/client", "description": "Updates dispatcher and bot framework for @mtcute/client",
"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.19.0",
"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,7 +1,7 @@
{ {
"name": "@mtcute/markdown-parser", "name": "@mtcute/markdown-parser",
"type": "module", "type": "module",
"version": "0.20.0", "version": "0.19.0",
"private": true, "private": true,
"description": "Markdown entities parser for mtcute", "description": "Markdown entities parser for mtcute",
"author": "alina sireneva <alina@tei.su>", "author": "alina sireneva <alina@tei.su>",

View file

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

View file

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

View file

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

View file

@ -15,8 +15,8 @@ importers:
specifier: ^3.11.2 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) 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': '@fuman/build':
specifier: https://pkg.pr.new/teidesu/fuman/@fuman/build@7e2b6aa specifier: https://pkg.pr.new/teidesu/fuman/@fuman/build@7a4b0be
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)) version: https://pkg.pr.new/teidesu/fuman/@fuman/build@7a4b0be(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': '@fuman/utils':
specifier: 0.0.4 specifier: 0.0.4
version: 0.0.4 version: 0.0.4
@ -1100,8 +1100,8 @@ packages:
resolution: {integrity: sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==} resolution: {integrity: sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@fuman/build@https://pkg.pr.new/teidesu/fuman/@fuman/build@7e2b6aa': '@fuman/build@https://pkg.pr.new/teidesu/fuman/@fuman/build@7a4b0be':
resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/build@7e2b6aa} resolution: {tarball: https://pkg.pr.new/teidesu/fuman/@fuman/build@7a4b0be}
version: 0.0.10 version: 0.0.10
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -4629,7 +4629,7 @@ snapshots:
dependencies: dependencies:
levn: 0.4.1 levn: 0.4.1
'@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))': '@fuman/build@https://pkg.pr.new/teidesu/fuman/@fuman/build@7a4b0be(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: dependencies:
'@drizzle-team/brocli': 0.10.2 '@drizzle-team/brocli': 0.10.2
'@fuman/fetch': 0.0.10(tough-cookie@4.1.4)(zod@3.23.8) '@fuman/fetch': 0.0.10(tough-cookie@4.1.4)(zod@3.23.8)

View file

@ -1,20 +1,20 @@
{ {
"@mtcute/bun": "0.19.3",
"@mtcute/core": "0.19.10",
"@mtcute/create-bot": "0.19.0", "@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/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/file-id": "0.19.0",
"@mtcute/html-parser": "0.20.0",
"@mtcute/i18n": "0.19.0", "@mtcute/i18n": "0.19.0",
"@mtcute/node": "0.20.0", "@mtcute/node": "0.19.3",
"@mtcute/tl-runtime": "0.19.0", "@mtcute/test": "0.19.3",
"@mtcute/tl": "198.0.0", "@mtcute/markdown-parser": "0.19.0",
"@mtcute/markdown-parser": "0.20.0", "@mtcute/html-parser": "0.19.0",
"@mtcute/tl": "197.0.0",
"@mtcute/tl-utils": "0.19.0", "@mtcute/tl-utils": "0.19.0",
"@mtcute/test": "0.20.0", "@mtcute/tl-runtime": "0.19.0",
"@mtcute/wasm": "0.19.9", "@mtcute/wasm": "0.19.9",
"@mtcute/web": "0.20.0" "@mtcute/web": "0.19.5"
} }