Skip to content

Commit

Permalink
refactor: Update JOSE package to JOSE_PLUS #2530
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Mar 22, 2024
1 parent 95a0c29 commit 7659f15
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/app/shared/helper_functions/helper_functions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import 'package:dio/dio.dart';
import 'package:fast_base58/fast_base58.dart';
import 'package:flutter_dotenv/flutter_dotenv.dart';
import 'package:intl/intl.dart';
import 'package:jose/jose.dart';
import 'package:jose_plus/jose.dart';
import 'package:json_path/json_path.dart';
import 'package:jwt_decode/jwt_decode.dart';
import 'package:key_generator/key_generator.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc4vc/lib/src/oidc4vc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'package:dio/dio.dart';
import 'package:elliptic/elliptic.dart' as elliptic;
import 'package:flutter/foundation.dart';
import 'package:hex/hex.dart';
import 'package:jose/jose.dart';
import 'package:jose_plus/jose.dart';
import 'package:json_path/json_path.dart';
import 'package:oidc4vc/oidc4vc.dart';
import 'package:oidc4vc/src/helper_function.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc4vc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
sdk: flutter
hex: ^0.2.0
http_mock_adapter: ^0.6.0
jose: ^0.3.3
jose_plus: ^0.4.4
json_annotation: ^4.8.1
json_path: ^0.4.4 #latest version creates test issue
secp256k1: ^0.3.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies:
google_mlkit_barcode_scanning: ^0.10.0
image: ^4.0.17
image_picker: ^1.0.7
jose: ^0.3.4
jose_plus: ^0.4.4
json_annotation: ^4.8.1
json_path: ^0.4.4 #latest version creates test issue
jwt_decode:
Expand Down

0 comments on commit 7659f15

Please sign in to comment.