Skip to content

Commit

Permalink
Merge pull request #714 from atsign-foundation/publish_at_chops_2.2.0
Browse files Browse the repository at this point in the history
chore: Update dependencies version in at_chops package
  • Loading branch information
sitaram-kalluri authored Nov 20, 2024
2 parents 0f44f0f + 7b33c5b commit 8e7d450
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/at_chops/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
- feat: Implement "argon2id" hashing algorithm to generate hash from a given passphrase.
- feat: Add generics to "AtEncryptionAlgorithm" and "AtHashingAlgorithm" to support multiple data types in their
implementations.
- build[deps]: Upgraded the following packages:
- at_commons to v5.0.2
- args to v2.6.0
- lints to v5.0.0
- test to v1.25.8
- collection to v1.19.1
## 2.1.0
- feat: New library available called `at_chops_types` which provides type definitions for using custom algorithms with
at_chops
Expand Down
10 changes: 5 additions & 5 deletions packages/at_chops/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
args: ^2.4.2
args: ^2.6.0
encrypt: ^5.0.3
crypton: ^2.2.1
crypto: ^3.0.3
ecdsa: ^0.1.0
dart_periphery: ^0.9.5
elliptic: ^0.3.10
pointycastle: ^3.7.4
at_commons: ^5.0.0
at_commons: ^5.0.2
at_utils: ^3.0.19
cryptography: ^2.7.0

dev_dependencies:
lints: ^3.0.0
test: ^1.25.0
collection: ^1.18.0
lints: ^5.0.0
test: ^1.25.8
collection: ^1.19.1

0 comments on commit 8e7d450

Please sign in to comment.