1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

move cipherService to jslib

This commit is contained in:
Kyle Spearrin
2018-01-09 23:05:46 -05:00
parent 16a3555cd4
commit d6eeab7b23
9 changed files with 17 additions and 537 deletions

View File

@@ -3,6 +3,7 @@ import { CipherType } from 'jslib/enums';
import { UtilsService } from 'jslib/services/utils.service';
import {
CipherService,
PlatformUtilsService,
} from 'jslib/abstractions';
@@ -11,7 +12,6 @@ import BrowserApi from '../browser/browserApi';
import MainBackground from './main.background';
import AutofillService from '../services/autofill.service';
import CipherService from '../services/cipher.service';
export default class RuntimeBackground {
private runtime: any;