Skip to content

Commit

Permalink
Merge pull request #484 from atsign-foundation/uptake_commons_into_at…
Browse files Browse the repository at this point in the history
…chops

fix: Uptake commons into atchops
  • Loading branch information
sitaram-kalluri authored Dec 19, 2023
2 parents f8dce2b + b0bce71 commit 64db892
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
11 changes: 11 additions & 0 deletions packages/at_chops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.0.7
- build[deps]: Upgraded the following packages:
- at_commons to v4.0.0
- at_utils to v3.0.16
- crypton to v2.2.1
- encrypt to v5.0.3
- crypto to v3.0.3
- ecdsa to v0.1.0
- elliptic to v0.3.10
- pointycastle to v3.7.3
- dart_periphery to v0.9.5
## 1.0.6
- fix: Pass optional parameter "keyName" to encryptBytes and decryptBytes
- fix: Export "at_key_pair.dart" file
Expand Down
2 changes: 2 additions & 0 deletions packages/at_chops/lib/src/at_chops_impl.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: unnecessary_cast

import 'dart:convert';
import 'dart:typed_data';

Expand Down
26 changes: 13 additions & 13 deletions packages/at_chops/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: at_chops
description: Package for at_protocol cryptographic and hashing operations
version: 1.0.6
version: 1.0.7
repository: https://github.com/atsign-foundation/at_libraries

environment:
sdk: '>=2.15.1 <4.0.0'

dependencies:
args: ^2.4.0
encrypt: ^5.0.1
crypton: ^2.1.0
crypto: ^3.0.2
ecdsa: ^0.0.4
dart_periphery: ^0.9.3
elliptic: ^0.3.8
pointycastle: ^3.6.2
at_commons: ^3.0.53
at_utils: ^3.0.15
args: ^2.4.2
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.3
at_commons: ^4.0.0
at_utils: ^3.0.16

dev_dependencies:
lints: ^2.0.0
test: ^1.16.0
lints: ^3.0.0
test: ^1.25.0
collection: ^1.18.0

0 comments on commit 64db892

Please sign in to comment.