1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

Migrate create and edit operations to use SDK for ciphers

This commit is contained in:
Nik Gilmore
2025-12-10 15:19:47 -08:00
parent f89c9b0f84
commit 04e455696e
10 changed files with 205 additions and 33 deletions

View File

@@ -604,6 +604,7 @@ const safeProviders: SafeProvider[] = [
logService: LogService,
cipherEncryptionService: CipherEncryptionService,
messagingService: MessagingServiceAbstraction,
sdkService: SdkService,
) =>
new CipherService(
keyService,
@@ -620,6 +621,7 @@ const safeProviders: SafeProvider[] = [
logService,
cipherEncryptionService,
messagingService,
sdkService,
),
deps: [
KeyService,
@@ -636,6 +638,7 @@ const safeProviders: SafeProvider[] = [
LogService,
CipherEncryptionService,
MessagingServiceAbstraction,
SdkService,
],
}),
safeProvider({