This commit is contained in:
nano :3 2023-11-01 19:56:23 +00:00
parent 5330dcafa3
commit 59c6ae4cbf
18 changed files with 27 additions and 26 deletions

View file

@ -1,7 +1,7 @@
{
"name": "mtcute",
"private": true,
"version": "0.0.0",
"version": "0.1.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.0.0",
"version": "0.1.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.0.0",
"version": "0.1.0",
"description": "Core functions and base MTProto client",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",
@ -58,4 +58,4 @@
"node-forge": "1.3.1",
"ws": "8.13.0"
}
}
}

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/create-bot",
"private": true,
"version": "0.0.0",
"version": "0.1.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.0.0",
"version": "0.1.0",
"description": "Native crypto implementation for NodeJS",
"author": "Alina Sireneva <alina@tei.su>",
"main": "src/index.ts",
@ -18,7 +18,9 @@
"test": "mocha \"tests/**/*.spec.ts\"",
"docs": "typedoc"
},
"keepScripts": ["install"],
"keepScripts": [
"install"
],
"distOnlyFields": {
"exports": {
".": {

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/dispatcher",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"description": "Updates dispatcher and bot framework for @mtcute/client",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",
@ -25,4 +25,4 @@
"@mtcute/client": "workspace:^",
"events": "3.2.0"
}
}
}

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/file-id",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"description": "Support for TDLib and Bot API file ID for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",
@ -23,4 +23,4 @@
"dependencies": {
"@mtcute/core": "workspace:^"
}
}
}

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/html-parser",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"description": "HTML entities parser for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",
@ -28,4 +28,4 @@
"devDependencies": {
"@mtcute/client": "workspace:^"
}
}
}

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/http-proxy",
"private": true,
"version": "0.0.0",
"version": "0.1.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.0.0",
"version": "0.1.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.0.0",
"version": "0.1.0",
"description": "Markdown entities parser for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",
@ -27,4 +27,4 @@
"devDependencies": {
"@mtcute/client": "workspace:^"
}
}
}

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/mtproxy",
"private": true,
"version": "0.0.0",
"version": "0.1.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.0.0",
"version": "0.1.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.0.0",
"version": "0.1.0",
"description": "SOCKS4/5 proxy support for mtcute",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",
@ -11,7 +11,6 @@
"docs": "typedoc",
"build": "pnpm run -w build-package socks-proxy"
},
"distOnlyFields": {
"exports": {
".": {

View file

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

View file

@ -1,7 +1,7 @@
{
"name": "@mtcute/tl-runtime",
"private": true,
"version": "0.0.0",
"version": "0.1.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.0.0",
"version": "0.1.0",
"description": "Utils for working with TL schema",
"author": "Alina Sireneva <alina@tei.su>",
"license": "MIT",

View file

@ -1,6 +1,6 @@
{
"name": "@mtcute/tl",
"version": "166.0.0",
"version": "0.1.0",
"description": "TL schema used for mtcute",
"main": "index.js",
"author": "Alina Sireneva <alina@tei.su>",
@ -30,4 +30,4 @@
"typedoc": {
"entryPoint": "index.d.ts"
}
}
}