mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
update jslib version
This commit is contained in:
@@ -76,6 +76,6 @@
|
|||||||
"@types/tldjs": "1.7.1",
|
"@types/tldjs": "1.7.1",
|
||||||
"@types/webcrypto": "^0.0.28",
|
"@types/webcrypto": "^0.0.28",
|
||||||
"@uirouter/angularjs": "^1.0.10",
|
"@uirouter/angularjs": "^1.0.10",
|
||||||
"@bitwarden/jslib": "0.0.10"
|
"@bitwarden/jslib": "0.0.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import * as forge from 'node-forge';
|
import * as forge from 'node-forge';
|
||||||
|
|
||||||
import { EncryptionType } from '../../enums/encryptionType.enum';
|
import { EncryptionType } from '@bitwarden/jslib';
|
||||||
|
|
||||||
import SymmetricCryptoKeyBuffers from './symmetricCryptoKeyBuffers';
|
import SymmetricCryptoKeyBuffers from './symmetricCryptoKeyBuffers';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user