Skip to content

Commit

Permalink
chore(worker_bee,3.0): Add unnamed library for WorkerHive annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys committed May 8, 2023
1 parent 067b283 commit 370a050
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
SrpDevicePasswordVerifierWorker,
ConfirmDeviceWorker,
])
library;

import 'package:amplify_auth_cognito_dart/src/flows/device/confirm_device_worker.dart';
import 'package:amplify_auth_cognito_dart/src/flows/srp/srp_device_password_verifier_worker.dart';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@WorkerHive([
SecureStorageWorker,
])
library amplify_secure_storage_dart.workers;
library;

import 'package:amplify_secure_storage_dart/src/worker/secure_storage_worker.dart';
import 'package:worker_bee/worker_bee.dart';
1 change: 1 addition & 0 deletions packages/worker_bee/e2e/lib/no_workers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

@WorkerHive([])
library;

import 'package:worker_bee/worker_bee.dart';
1 change: 1 addition & 0 deletions packages/worker_bee/e2e/lib/workers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
E2EWorkerNullResult,
E2EWorkerThrows,
])
library;

import 'package:worker_bee/worker_bee.dart';

Expand Down

0 comments on commit 370a050

Please sign in to comment.