Skip to content

Commit

Permalink
fix: Related Packages export.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Sep 28, 2023
1 parent 918a759 commit 779afd3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/masamune_notification/lib/masamune_notification.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import 'package:masamune_scheduler/masamune_scheduler.dart';
// Project imports:
import 'models/push_notification_schedule.dart';

export 'package:masamune_scheduler/masamune_scheduler.dart';

part 'adapter/runtime_push_notification_masamune_adapter.dart';
part 'functions/send_notification_functions_action.dart';

Expand Down
2 changes: 1 addition & 1 deletion packages/masamune_notification/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ packages:
path: "../masamune_scheduler"
relative: true
source: path
version: "2.0.0"
version: "2.1.0"
matcher:
dependency: transitive
description:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ import 'package:masamune/masamune.dart';
import 'package:masamune_notification/masamune_notification.dart';
import 'package:universal_platform/universal_platform.dart';

export 'package:masamune_notification/masamune_notification.dart';

// Project imports:
part 'adapter/firebase_push_notification_masamune_adapter.dart';
9 changes: 8 additions & 1 deletion packages/masamune_notification_firebase/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,14 @@ packages:
path: "../masamune_notification"
relative: true
source: path
version: "2.0.0"
version: "2.2.0"
masamune_scheduler:
dependency: "direct overridden"
description:
path: "../masamune_scheduler"
relative: true
source: path
version: "2.1.0"
matcher:
dependency: transitive
description:
Expand Down

0 comments on commit 779afd3

Please sign in to comment.