diff --git a/package.json b/package.json index ef9caaf5..a5d2ded0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mtcute", "private": true, - "version": "0.1.3", + "version": "0.2.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 0a865c50..b068e511 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/client", "private": true, - "version": "0.1.3", + "version": "0.2.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 1506b70b..9a23a216 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/core", "private": true, - "version": "0.1.2", + "version": "0.2.0", "description": "Core functions and base MTProto client", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/create-bot/package.json b/packages/create-bot/package.json index 6bb113a7..31795dee 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.1.2", + "version": "0.2.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 1aa8dc95..e2e5452c 100644 --- a/packages/crypto-node/package.json +++ b/packages/crypto-node/package.json @@ -1,6 +1,6 @@ { "name": "@mtcute/crypto-node", - "version": "0.1.2", + "version": "0.2.0", "description": "Native crypto implementation for NodeJS", "author": "Alina Sireneva ", "main": "src/index.ts", diff --git a/packages/dispatcher/package.json b/packages/dispatcher/package.json index 62904eef..df62ca0a 100644 --- a/packages/dispatcher/package.json +++ b/packages/dispatcher/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/dispatcher", "private": true, - "version": "0.1.2", + "version": "0.2.0", "description": "Updates dispatcher and bot framework for @mtcute/client", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/file-id/package.json b/packages/file-id/package.json index 2e29735b..60216c15 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.1.1", + "version": "0.2.0", "description": "Support for TDLib and Bot API file ID for mtcute", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/html-parser/package.json b/packages/html-parser/package.json index 42650cb4..ea4001f2 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.1.1", + "version": "0.2.0", "description": "HTML entities parser for mtcute", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/http-proxy/package.json b/packages/http-proxy/package.json index 08a84f80..cde2c04c 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.1.1", + "version": "0.2.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 dd6eb82a..61af637a 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/i18n", "private": true, - "version": "0.1.1", + "version": "0.2.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 a7ae8a83..80fe3af7 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.1.1", + "version": "0.2.0", "description": "Markdown entities parser for mtcute", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/mtproxy/package.json b/packages/mtproxy/package.json index 2f5a86be..68f07961 100644 --- a/packages/mtproxy/package.json +++ b/packages/mtproxy/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/mtproxy", "private": true, - "version": "0.1.1", + "version": "0.2.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 1489979a..dc1d7be1 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/node", "private": true, - "version": "0.1.1", + "version": "0.2.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 9faf3c6e..e9576c57 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.1.1", + "version": "0.2.0", "description": "SOCKS4/5 proxy support for mtcute", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/sqlite/package.json b/packages/sqlite/package.json index 29a8783e..d413dde4 100644 --- a/packages/sqlite/package.json +++ b/packages/sqlite/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/sqlite", "private": true, - "version": "0.1.2", + "version": "0.2.0", "description": "SQLite-based storage for mtcute", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/test/package.json b/packages/test/package.json index 3a1e196c..8128bdf2 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/test", "private": true, - "version": "0.1.2", + "version": "0.2.0", "description": "Test utilities for mtcute", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/tl-runtime/package.json b/packages/tl-runtime/package.json index 9144dbcf..c5ffd021 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.1.1", + "version": "0.2.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 7320fd1e..fe9b3379 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.1.1", + "version": "0.2.0", "description": "Utils for working with TL schema", "author": "Alina Sireneva ", "license": "MIT", diff --git a/packages/wasm/package.json b/packages/wasm/package.json index 16b171d7..659cda01 100644 --- a/packages/wasm/package.json +++ b/packages/wasm/package.json @@ -1,7 +1,7 @@ { "name": "@mtcute/wasm", "private": true, - "version": "0.1.1", + "version": "0.2.0", "description": "WASM implementation of common algorithms used in Telegram", "author": "Alina Sireneva ", "license": "MIT",