mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-15 01:11:47 +01:00
Wait for an account to become available from separate observable, instead of blindly accepting that the value is there using `firstValueFrom`, while it's sometimes not there immediately.
22 lines
505 B
JSON
22 lines
505 B
JSON
{
|
|
"name": "@bitwarden/common",
|
|
"version": "0.0.0",
|
|
"description": "Common code used across Bitwarden JavaScript projects.",
|
|
"keywords": [
|
|
"bitwarden"
|
|
],
|
|
"author": "Bitwarden Inc.",
|
|
"homepage": "https://bitwarden.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bitwarden/jslib"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "npm run clean && tsc",
|
|
"build:watch": "npm run clean && tsc -watch",
|
|
"test": "jest"
|
|
}
|
|
}
|