This commit is contained in:
nano :3 2024-02-22 12:41:11 +00:00
parent 852bc10629
commit 5e3b6aa626
4 changed files with 7 additions and 5 deletions

View file

@ -1,11 +1,13 @@
{
"name": "mtcute-workspace",
"private": true,
"version": "0.7.0",
"version": "0.7.1",
"description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS",
"license": "MIT",
"author": "Alina Sireneva <alina@tei.su>",
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"scripts": {
"prepare": "husky install .config/husky",
"postinstall": "node scripts/validate-deps-versions.mjs",

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/core",
"private": true,
"version": "0.7.0",
"version": "0.7.1",
"description": "Type-safe library for MTProto (Telegram API)",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

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

View file

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