mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
update folder service deps
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: ca3b1c739c...1aa774b99f
@@ -43,7 +43,6 @@ import {
|
|||||||
TotpService as TotpServiceAbstraction,
|
TotpService as TotpServiceAbstraction,
|
||||||
UserService as UserServiceAbstraction,
|
UserService as UserServiceAbstraction,
|
||||||
} from 'jslib/abstractions';
|
} from 'jslib/abstractions';
|
||||||
import { CryptoFunctionService as CryptoFunctionServiceAbstraction } from 'jslib/abstractions/cryptoFunction.service';
|
|
||||||
import { ExportService as ExportServiceAbstraction } from 'jslib/abstractions/export.service';
|
import { ExportService as ExportServiceAbstraction } from 'jslib/abstractions/export.service';
|
||||||
|
|
||||||
import { Analytics } from 'jslib/misc';
|
import { Analytics } from 'jslib/misc';
|
||||||
@@ -131,8 +130,8 @@ export default class MainBackground {
|
|||||||
this.settingsService = new SettingsService(this.userService, this.storageService);
|
this.settingsService = new SettingsService(this.userService, this.storageService);
|
||||||
this.cipherService = new CipherService(this.cryptoService, this.userService, this.settingsService,
|
this.cipherService = new CipherService(this.cryptoService, this.userService, this.settingsService,
|
||||||
this.apiService, this.storageService, this.i18nService, this.platformUtilsService);
|
this.apiService, this.storageService, this.i18nService, this.platformUtilsService);
|
||||||
this.folderService = new FolderService(this.cryptoService, this.userService,
|
this.folderService = new FolderService(this.cryptoService, this.userService, this.apiService,
|
||||||
() => this.i18nService.t('noneFolder'), this.apiService, this.storageService, this.i18nService);
|
this.storageService, this.i18nService, this.cipherService);
|
||||||
this.collectionService = new CollectionService(this.cryptoService, this.userService, this.storageService,
|
this.collectionService = new CollectionService(this.cryptoService, this.userService, this.storageService,
|
||||||
this.i18nService);
|
this.i18nService);
|
||||||
this.lockService = new LockService(this.cipherService, this.folderService, this.collectionService,
|
this.lockService = new LockService(this.cipherService, this.folderService, this.collectionService,
|
||||||
|
|||||||
Reference in New Issue
Block a user