Skip to content

Commit

Permalink
Expose pexv2 and vc folders
Browse files Browse the repository at this point in the history
  • Loading branch information
diehuxx committed May 15, 2024
1 parent 704d6d3 commit 85ee29c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/web5/lib/src/pexv2.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export './pexv2/presentation_definition.dart';
2 changes: 2 additions & 0 deletions packages/web5/lib/src/vc.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export './vc/vc.dart';
export './vc/vc_jwt.dart';
2 changes: 2 additions & 0 deletions packages/web5/lib/web5.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ export 'src/dids.dart';
export 'src/crypto.dart';
export 'src/extensions.dart';
export 'src/encoders.dart';
export 'src/pexv2.dart';
export 'src/vc.dart';

0 comments on commit 85ee29c

Please sign in to comment.