From 0a072ce6a56fa50ab07e909d9b02d1b3461e45b7 Mon Sep 17 00:00:00 2001 From: alina sireneva Date: Wed, 20 Mar 2024 13:56:18 +0300 Subject: [PATCH] chore: lowercase name --- LICENSE | 2 +- package.json | 2 +- packages/convert/package.json | 2 +- packages/core/package.json | 2 +- packages/create-bot/package.json | 2 +- packages/crypto-node/package.json | 2 +- packages/dispatcher/package.json | 2 +- packages/file-id/package.json | 2 +- packages/html-parser/package.json | 2 +- packages/http-proxy/package.json | 2 +- packages/i18n/package.json | 2 +- packages/markdown-parser/package.json | 2 +- packages/mtproxy/package.json | 2 +- packages/node/package.json | 2 +- packages/socks-proxy/package.json | 2 +- packages/sqlite/package.json | 2 +- packages/test/package.json | 2 +- packages/tl-runtime/package.json | 2 +- packages/tl-utils/package.json | 2 +- packages/tl/package.json | 2 +- packages/wasm/package.json | 2 +- packages/web/package.json | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/LICENSE b/LICENSE index 87520a44..c9c8c7ac 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2023 Alina Sireneva +Copyright 2023 alina sireneva Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/package.json b/package.json index a9439c93..964ad4b4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.8.2", "description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS", "license": "MIT", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "workspaces": [ "packages/*" ], diff --git a/packages/convert/package.json b/packages/convert/package.json index 2b817535..a715231c 100644 --- a/packages/convert/package.json +++ b/packages/convert/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "Cross-library session conversion utilities", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "src/index.ts", "type": "module", diff --git a/packages/core/package.json b/packages/core/package.json index cbe9f951..f3f6d20f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "Type-safe library for MTProto (Telegram API)", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "src/index.ts", "type": "module", diff --git a/packages/create-bot/package.json b/packages/create-bot/package.json index 2fe1d8f5..02f821c3 100644 --- a/packages/create-bot/package.json +++ b/packages/create-bot/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.2", "description": "Bot starter kit for mtcute", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "type": "module", "scripts": { diff --git a/packages/crypto-node/package.json b/packages/crypto-node/package.json index bd5fbc4a..216400a9 100644 --- a/packages/crypto-node/package.json +++ b/packages/crypto-node/package.json @@ -2,7 +2,7 @@ "name": "@mtcute/crypto-node", "version": "0.8.0", "description": "Native crypto implementation for NodeJS", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "main": "src/index.ts", "private": true, "license": "MIT", diff --git a/packages/dispatcher/package.json b/packages/dispatcher/package.json index 46385d5a..2061a995 100644 --- a/packages/dispatcher/package.json +++ b/packages/dispatcher/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "Updates dispatcher and bot framework for @mtcute/client", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "src/index.ts", "type": "module", diff --git a/packages/file-id/package.json b/packages/file-id/package.json index 31520e45..efd33742 100644 --- a/packages/file-id/package.json +++ b/packages/file-id/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "Support for TDLib and Bot API file ID for mtcute", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "src/index.ts", "type": "module", diff --git a/packages/html-parser/package.json b/packages/html-parser/package.json index 818e7413..b6445b7a 100644 --- a/packages/html-parser/package.json +++ b/packages/html-parser/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "HTML entities parser for mtcute", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "src/index.ts", "type": "module", diff --git a/packages/http-proxy/package.json b/packages/http-proxy/package.json index 547f652d..28be6eca 100644 --- a/packages/http-proxy/package.json +++ b/packages/http-proxy/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "HTTP(S) proxy support for mtcute", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "index.ts", "type": "module", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 99ed0a3b..46efbb7f 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "I18n for mtcute", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "src/index.ts", "type": "module", diff --git a/packages/markdown-parser/package.json b/packages/markdown-parser/package.json index 8c3a63b8..e408c9db 100644 --- a/packages/markdown-parser/package.json +++ b/packages/markdown-parser/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "Markdown entities parser for mtcute", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "src/index.ts", "type": "module", diff --git a/packages/mtproxy/package.json b/packages/mtproxy/package.json index df7661e9..8cafe742 100644 --- a/packages/mtproxy/package.json +++ b/packages/mtproxy/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "MTProto proxy (MTProxy) support for mtcute", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "index.ts", "type": "module", diff --git a/packages/node/package.json b/packages/node/package.json index db841c87..e88573dc 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "Meta-package for Node JS", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "src/index.ts", "type": "module", diff --git a/packages/socks-proxy/package.json b/packages/socks-proxy/package.json index 3f29edc2..d8451eeb 100644 --- a/packages/socks-proxy/package.json +++ b/packages/socks-proxy/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "SOCKS4/5 proxy support for mtcute", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "index.ts", "type": "module", diff --git a/packages/sqlite/package.json b/packages/sqlite/package.json index fea2d1ab..8604b793 100644 --- a/packages/sqlite/package.json +++ b/packages/sqlite/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "SQLite-based storage for mtcute", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "src/index.ts", "type": "module", diff --git a/packages/test/package.json b/packages/test/package.json index b7a1a637..df079251 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "Test utilities for mtcute", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "src/index.ts", "type": "module", diff --git a/packages/tl-runtime/package.json b/packages/tl-runtime/package.json index 034aaef5..3076fb37 100644 --- a/packages/tl-runtime/package.json +++ b/packages/tl-runtime/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "Runtime for TL", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "type": "module", "sideEffects": false, diff --git a/packages/tl-utils/package.json b/packages/tl-utils/package.json index c9cd7c48..e17a7d32 100644 --- a/packages/tl-utils/package.json +++ b/packages/tl-utils/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "Utils for working with TL schema", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "src/index.ts", "type": "module", diff --git a/packages/tl/package.json b/packages/tl/package.json index 58d5aa43..e794ef4a 100644 --- a/packages/tl/package.json +++ b/packages/tl/package.json @@ -3,7 +3,7 @@ "version": "176.0.0", "description": "TL schema used for mtcute", "main": "index.js", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "scripts": { "test": "tsc --noEmit --esModuleInterop tests/types.ts", diff --git a/packages/wasm/package.json b/packages/wasm/package.json index 6342e8e0..5be04139 100644 --- a/packages/wasm/package.json +++ b/packages/wasm/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "WASM implementation of common algorithms used in Telegram", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "src/index.ts", "type": "module", diff --git a/packages/web/package.json b/packages/web/package.json index 7020bc61..4f5fb451 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.8.0", "description": "Meta-package for the web platform", - "author": "Alina Sireneva ", + "author": "alina sireneva ", "license": "MIT", "main": "src/index.ts", "type": "module",