chore(release): v0.18.0

This commit is contained in:
nano :3 2024-12-30 21:22:28 +00:00
parent 64d761eae4
commit 7be97596aa
16 changed files with 21 additions and 19 deletions

View file

@ -1,7 +1,7 @@
{
"name": "mtcute-workspace",
"type": "module",
"version": "0.17.2",
"version": "0.18.0",
"private": true,
"packageManager": "pnpm@9.0.6",
"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.17.0",
"version": "0.18.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.17.0",
"version": "0.18.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.17.1",
"version": "0.18.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/create-bot",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"description": "Bot starter kit for mtcute",
"author": "alina sireneva <alina@tei.su>",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/crypto-node",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"description": "Native crypto implementation for NodeJS",
"author": "alina sireneva <alina@tei.su>",
@ -24,7 +24,9 @@
"@mtcute/test": "workspace:^"
},
"fuman": {
"jsr": "skip",
"keepScripts": ["install"]
"jsr": "skip",
"keepScripts": [
"install"
]
}
}

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/deno",
"type": "module",
"version": "0.17.0",
"version": "0.18.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.17.2",
"version": "0.18.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/file-id",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"description": "Support for TDLib and Bot API file ID for mtcute",
"author": "alina sireneva <alina@tei.su>",

View file

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

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/i18n",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"description": "I18n for mtcute",
"author": "alina sireneva <alina@tei.su>",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/markdown-parser",
"type": "module",
"version": "0.17.0",
"version": "0.18.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.17.0",
"version": "0.18.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.17.0",
"version": "0.18.0",
"private": true,
"description": "Test utilities for mtcute",
"author": "alina sireneva <alina@tei.su>",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/wasm",
"type": "module",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"description": "WASM implementation of common algorithms used in Telegram",
"author": "alina sireneva <alina@tei.su>",

View file

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