chore(release): v0.18.0
This commit is contained in:
parent
64d761eae4
commit
7be97596aa
16 changed files with 21 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "mtcute-workspace",
|
"name": "mtcute-workspace",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.2",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@9.0.6",
|
"packageManager": "pnpm@9.0.6",
|
||||||
"description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS",
|
"description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/bun",
|
"name": "@mtcute/bun",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Meta-package for Bun",
|
"description": "Meta-package for Bun",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/convert",
|
"name": "@mtcute/convert",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Cross-library session conversion utilities",
|
"description": "Cross-library session conversion utilities",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
"@mtcute/core": "workspace:^",
|
"@mtcute/core": "workspace:^",
|
||||||
"@fuman/utils": "0.0.4",
|
"@fuman/utils": "0.0.4",
|
||||||
"@fuman/net": "0.0.4",
|
"@fuman/net": "0.0.4",
|
||||||
"@fuman/io": "0.0.4"
|
"@fuman/io": "0.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@mtcute/test": "workspace:^",
|
"@mtcute/test": "workspace:^",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/core",
|
"name": "@mtcute/core",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.1",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Type-safe library for MTProto (Telegram API)",
|
"description": "Type-safe library for MTProto (Telegram API)",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/create-bot",
|
"name": "@mtcute/create-bot",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Bot starter kit for mtcute",
|
"description": "Bot starter kit for mtcute",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/crypto-node",
|
"name": "@mtcute/crypto-node",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Native crypto implementation for NodeJS",
|
"description": "Native crypto implementation for NodeJS",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
@ -24,7 +24,9 @@
|
||||||
"@mtcute/test": "workspace:^"
|
"@mtcute/test": "workspace:^"
|
||||||
},
|
},
|
||||||
"fuman": {
|
"fuman": {
|
||||||
"jsr": "skip",
|
"jsr": "skip",
|
||||||
"keepScripts": ["install"]
|
"keepScripts": [
|
||||||
|
"install"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/deno",
|
"name": "@mtcute/deno",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Meta-package for Deno",
|
"description": "Meta-package for Deno",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/dispatcher",
|
"name": "@mtcute/dispatcher",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.2",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Updates dispatcher and bot framework for @mtcute/client",
|
"description": "Updates dispatcher and bot framework for @mtcute/client",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/file-id",
|
"name": "@mtcute/file-id",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Support for TDLib and Bot API file ID for mtcute",
|
"description": "Support for TDLib and Bot API file ID for mtcute",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/html-parser",
|
"name": "@mtcute/html-parser",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.1",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "HTML entities parser for mtcute",
|
"description": "HTML entities parser for mtcute",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/i18n",
|
"name": "@mtcute/i18n",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "I18n for mtcute",
|
"description": "I18n for mtcute",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/markdown-parser",
|
"name": "@mtcute/markdown-parser",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Markdown entities parser for mtcute",
|
"description": "Markdown entities parser for mtcute",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/node",
|
"name": "@mtcute/node",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Meta-package for Node.js",
|
"description": "Meta-package for Node.js",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/test",
|
"name": "@mtcute/test",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Test utilities for mtcute",
|
"description": "Test utilities for mtcute",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/wasm",
|
"name": "@mtcute/wasm",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "WASM implementation of common algorithms used in Telegram",
|
"description": "WASM implementation of common algorithms used in Telegram",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@mtcute/web",
|
"name": "@mtcute/web",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Meta-package for the web platform",
|
"description": "Meta-package for the web platform",
|
||||||
"author": "alina sireneva <alina@tei.su>",
|
"author": "alina sireneva <alina@tei.su>",
|
||||||
|
|
Loading…
Reference in a new issue