@bitwarden/cli 2022.9.0 → 2022.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,10 @@
15
15
  "message": "No Folder"
16
16
  },
17
17
  "importEncKeyError": {
18
- "message": "Invalid file password."
18
+ "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
19
+ },
20
+ "invalidFilePassword": {
21
+ "message": "Invalid file password, please use the password you entered when you created the export file."
19
22
  },
20
23
  "importPasswordRequired": {
21
24
  "message": "File is password protected, please provide a decryption password."
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitwarden/cli",
3
3
  "description": "A secure and free password manager for all of your devices.",
4
- "version": "2022.9.0",
4
+ "version": "2022.11.0",
5
5
  "keywords": [
6
6
  "bitwarden",
7
7
  "password",
@@ -13,7 +13,7 @@
13
13
  "homepage": "https://bitwarden.com",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/bitwarden/cli"
16
+ "url": "https://github.com/bitwarden/clients"
17
17
  },
18
18
  "license": "GPL-3.0-only",
19
19
  "scripts": {
@@ -67,7 +67,7 @@
67
67
  "papaparse": "^5.3.2",
68
68
  "proper-lockfile": "^4.1.2",
69
69
  "rxjs": "^7.5.5",
70
- "tldjs": "^2.3.1",
70
+ "tldts": "^5.7.84",
71
71
  "zxcvbn": "^4.4.2"
72
72
  }
73
73
  }