This commit is contained in:
zubiden 2026-04-14 17:23:42 +02:00 committed by Alexander Zinchuk
parent f2c6e8cdaf
commit ce378d06b8
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "12.0.23", "version": "12.0.24",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "telegram-t", "name": "telegram-t",
"version": "12.0.23", "version": "12.0.24",
"hasInstallScript": true, "hasInstallScript": true,
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "telegram-t", "name": "telegram-t",
"version": "12.0.23", "version": "12.0.24",
"description": "", "description": "",
"author": "Alexander Zinchuk (alexander@zinchuk.com)", "author": "Alexander Zinchuk (alexander@zinchuk.com)",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",

View File

@ -1 +1 @@
12.0.23 12.0.24

View File

@ -30,7 +30,7 @@ import UiLoader from './common/UiLoader';
import AppInactive from './main/AppInactive'; import AppInactive from './main/AppInactive';
import LockScreen from './main/LockScreen.async'; import LockScreen from './main/LockScreen.async';
import Main from './main/Main.async'; import Main from './main/Main.async';
// import Test from './test/FieldTest.tsx'; // import Test from './test/demo/MessageTextStreamingTest';
import Transition from './ui/Transition'; import Transition from './ui/Transition';
import styles from './App.module.scss'; import styles from './App.module.scss';