This commit is contained in:
nano :3 2023-12-29 12:27:13 +00:00
parent 0474ab918a
commit 70413dd7b0
19 changed files with 19 additions and 19 deletions

View file

@ -1,7 +1,7 @@
{
"name": "mtcute",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS",
"license": "MIT",
"author": "Alina Sireneva <alina@tei.su>",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/client",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "High-level API over @mtcute/core",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/core",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "Core functions and base MTProto client",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/create-bot",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "Bot starter kit for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@mtcute/crypto-node",
"version": "0.4.0",
"version": "0.5.0",
"description": "Native crypto implementation for NodeJS",
"author": "Alina Sireneva <alina@tei.su>",
"main": "src/index.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/dispatcher",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "Updates dispatcher and bot framework for @mtcute/client",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/file-id",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "Support for TDLib and Bot API file ID for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/html-parser",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "HTML entities parser for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/http-proxy",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "HTTP(S) proxy support for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/i18n",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "I18n for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/markdown-parser",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "Markdown entities parser for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/mtproxy",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "MTProto proxy (MTProxy) support for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/node",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "Meta-package for Node JS",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/socks-proxy",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "SOCKS4/5 proxy support for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/sqlite",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "SQLite-based storage for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/test",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "Test utilities for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/tl-runtime",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "Runtime for TL",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/tl-utils",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "Utils for working with TL schema",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/wasm",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "WASM implementation of common algorithms used in Telegram",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",