update: updating encryption package

This commit is contained in:
Patrick Stewart 2024-12-15 20:19:19 -07:00
parent 273e0f5eaa
commit 87248b52c6
3 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
library platform_encryption; library platform_encryption;
export 'src/encrypter.dart'; export 'src/encrypter.dart';
export 'src/missing_app_key_exception.dart';

View file

@ -10,6 +10,7 @@ environment:
# Add regular dependencies here. # Add regular dependencies here.
dependencies: dependencies:
crypto: ^3.0.6
encrypt: ^5.0.3 encrypt: ^5.0.3
platform_contracts: ^8.0.0 platform_contracts: ^8.0.0