From 59c6ae4cbfd6194899f00473c7bc5923ab3e70ec Mon Sep 17 00:00:00 2001 From: mtcute-bot Date: Wed, 1 Nov 2023 19:56:23 +0000 Subject: [PATCH] v0.1.0 --- package.json | 2 +- packages/client/package.json | 2 +- packages/core/package.json | 4 ++-- packages/create-bot/package.json | 2 +- packages/crypto-node/package.json | 6 ++++-- packages/dispatcher/package.json | 4 ++-- packages/file-id/package.json | 4 ++-- packages/html-parser/package.json | 4 ++-- packages/http-proxy/package.json | 2 +- packages/i18n/package.json | 2 +- packages/markdown-parser/package.json | 4 ++-- packages/mtproxy/package.json | 2 +- packages/node/package.json | 2 +- packages/socks-proxy/package.json | 3 +-- packages/sqlite/package.json | 2 +- packages/tl-runtime/package.json | 2 +- packages/tl-utils/package.json | 2 +- packages/tl/package.json | 4 ++-- 18 files changed, 27 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index 395a3dea..55ccd02d 100644 --- a/package.json +++ b/package.json @@ -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 ", diff --git a/packages/client/package.json b/packages/client/package.json index fce1f60a..19c73bf9 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -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 ", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index f83f41c6..cd8712ff 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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 ", "license": "MIT", @@ -58,4 +58,4 @@ "node-forge": "1.3.1", "ws": "8.13.0" } -} \ No newline at end of file +} diff --git a/packages/create-bot/package.json b/packages/create-bot/package.json index cc83fbdf..e9c4fe3f 100644 --- a/packages/create-bot/package.json +++ b/packages/create-bot/package.json @@ -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 ", "license": "MIT", diff --git a/packages/crypto-node/package.json b/packages/crypto-node/package.json index 808696bd..e51d14c8 100644 --- a/packages/crypto-node/package.json +++ b/packages/crypto-node/package.json @@ -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 ", "main": "src/index.ts", @@ -18,7 +18,9 @@ "test": "mocha \"tests/**/*.spec.ts\"", "docs": "typedoc" }, - "keepScripts": ["install"], + "keepScripts": [ + "install" + ], "distOnlyFields": { "exports": { ".": { diff --git a/packages/dispatcher/package.json b/packages/dispatcher/package.json index 831442e2..8e65dc83 100644 --- a/packages/dispatcher/package.json +++ b/packages/dispatcher/package.json @@ -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 ", "license": "MIT", @@ -25,4 +25,4 @@ "@mtcute/client": "workspace:^", "events": "3.2.0" } -} \ No newline at end of file +} diff --git a/packages/file-id/package.json b/packages/file-id/package.json index 069f0a00..39831180 100644 --- a/packages/file-id/package.json +++ b/packages/file-id/package.json @@ -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 ", "license": "MIT", @@ -23,4 +23,4 @@ "dependencies": { "@mtcute/core": "workspace:^" } -} \ No newline at end of file +} diff --git a/packages/html-parser/package.json b/packages/html-parser/package.json index 0c3db74e..8ead590d 100644 --- a/packages/html-parser/package.json +++ b/packages/html-parser/package.json @@ -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 ", "license": "MIT", @@ -28,4 +28,4 @@ "devDependencies": { "@mtcute/client": "workspace:^" } -} \ No newline at end of file +} diff --git a/packages/http-proxy/package.json b/packages/http-proxy/package.json index f4bb0bc1..59ea8ba0 100644 --- a/packages/http-proxy/package.json +++ b/packages/http-proxy/package.json @@ -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 ", "license": "MIT", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index f1d168e8..15a72269 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/i18n", "private": true, - "version": "0.0.0", + "version": "0.1.0", "description": "I18n for mtcute", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/markdown-parser/package.json b/packages/markdown-parser/package.json index 3479192f..85f3855e 100644 --- a/packages/markdown-parser/package.json +++ b/packages/markdown-parser/package.json @@ -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 ", "license": "MIT", @@ -27,4 +27,4 @@ "devDependencies": { "@mtcute/client": "workspace:^" } -} \ No newline at end of file +} diff --git a/packages/mtproxy/package.json b/packages/mtproxy/package.json index 1d86ede2..510d2db8 100644 --- a/packages/mtproxy/package.json +++ b/packages/mtproxy/package.json @@ -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 ", "license": "MIT", diff --git a/packages/node/package.json b/packages/node/package.json index 2da065ff..410e4b49 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -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 ", "license": "MIT", diff --git a/packages/socks-proxy/package.json b/packages/socks-proxy/package.json index 08bb498e..cc6658a5 100644 --- a/packages/socks-proxy/package.json +++ b/packages/socks-proxy/package.json @@ -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 ", "license": "MIT", @@ -11,7 +11,6 @@ "docs": "typedoc", "build": "pnpm run -w build-package socks-proxy" }, - "distOnlyFields": { "exports": { ".": { diff --git a/packages/sqlite/package.json b/packages/sqlite/package.json index 2c60dc93..e39ff014 100644 --- a/packages/sqlite/package.json +++ b/packages/sqlite/package.json @@ -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 ", "license": "MIT", diff --git a/packages/tl-runtime/package.json b/packages/tl-runtime/package.json index dabe94cd..f12a6802 100644 --- a/packages/tl-runtime/package.json +++ b/packages/tl-runtime/package.json @@ -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 ", "license": "MIT", diff --git a/packages/tl-utils/package.json b/packages/tl-utils/package.json index d37af897..2289db36 100644 --- a/packages/tl-utils/package.json +++ b/packages/tl-utils/package.json @@ -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 ", "license": "MIT", diff --git a/packages/tl/package.json b/packages/tl/package.json index 48d30d1f..028aa50c 100644 --- a/packages/tl/package.json +++ b/packages/tl/package.json @@ -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 ", @@ -30,4 +30,4 @@ "typedoc": { "entryPoint": "index.d.ts" } -} \ No newline at end of file +}