This commit is contained in:
nano :3 2023-11-17 15:27:10 +00:00
parent 0d3c18b885
commit 77c46736da
8 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
{
"name": "mtcute",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"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.1.1",
"version": "0.1.2",
"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.1.1",
"version": "0.1.2",
"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.1.1",
"version": "0.1.2",
"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.1.1",
"version": "0.1.2",
"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.1.1",
"version": "0.1.2",
"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/sqlite",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"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.1.1",
"version": "0.1.2",
"description": "Test utilities for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",