Skip to content

Commit

Permalink
update dependencies and add support wasm compile
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Jan 16, 2025
1 parent bef59ac commit e66babe
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions package/telegram_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.8.37

- New Version 0.8.37
- Add Support Wasm
- Update Dependencies
## 0.8.36

- New Version 0.8.36
Expand Down
12 changes: 6 additions & 6 deletions package/telegram_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'telegram_client'
description: 'Telegram Client Lightweight, blazing and Highly customizable for make application telegram based tdlib, mtproto, or bot api and support server side.'
version: '0.8.36'
version: '0.8.37'
homepage: 'https://github.com/azkadev/telegram_client'
repository: 'https://github.com/azkadev/telegram_client.git'
issue_tracker: 'https://t.me/DEVELOPER_GLOBAL_PUBLIC'
Expand All @@ -26,17 +26,17 @@ environment:
dev_dependencies:
lints: '^5.0.0'
test: 'any'
system_information: '^0.0.9'
system_information: '^0.0.10'
dependencies:
ffi: '^2.1.3'
http: '^1.2.2'
path: '^1.9.0'
io_universe: '^0.0.4'
io_universe: '^0.0.5'
mime: '^2.0.0'
general_lib: '^0.0.61'
general_lib: '^0.0.62'
collection: '^1.19.0'
server_universe: '^0.0.34'
ffi_universe: '^0.0.1'
server_universe: '^0.0.35'
ffi_universe: '^0.0.2'
screenshots:
- description: 'Telegram Logo'
path: 'assets/telegram.png'
Expand Down
2 changes: 1 addition & 1 deletion package/telegram_client_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev_dependencies:
flutter_test:
sdk: 'flutter'
flutter_lints: '^5.0.0'
general_lib: '^0.0.61'
general_lib: '^0.0.62'
flutter:
plugin:
platforms:
Expand Down
2 changes: 1 addition & 1 deletion package/telegram_client_linux/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dev_dependencies:
flutter_test:
sdk: 'flutter'
flutter_lints: '^5.0.0'
general_lib: '^0.0.61'
general_lib: '^0.0.62'
flutter:
plugin:
platforms:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ topics:
environment:
sdk: '>=3.6.0 <4.0.0'
dependencies:
general_lib: '^0.0.61'
general_lib: '^0.0.62'
http: '^1.2.2'
mason_logger: '^0.3.1'
packagex: '^0.0.84'
packagex: '^0.0.85'
path: '^1.9.0'
universal_io: '^2.2.2'
yaml: '^3.1.3'
Expand Down
4 changes: 2 additions & 2 deletions telegram_client_documentation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies:
sdk: 'flutter'
cupertino_icons: '^1.0.6'
path: '^1.9.0'
general_lib: '^0.0.61'
general_lib_flutter: '^0.0.40'
general_lib: '^0.0.62'
general_lib_flutter: '^0.0.41'
documentation: '^0.0.2'
dev_dependencies:
flutter_test:
Expand Down

0 comments on commit e66babe

Please sign in to comment.