@bitwarden/cli 2024.2.1 → 2024.4.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.
- package/build/bw.js +14020 -10561
- package/build/bw.js.map +1 -1
- package/build/locales/en/messages.json +9 -0
- package/package.json +2 -2
|
@@ -49,5 +49,14 @@
|
|
|
49
49
|
},
|
|
50
50
|
"unsupportedEncryptedImport": {
|
|
51
51
|
"message": "Importing encrypted files is currently not supported."
|
|
52
|
+
},
|
|
53
|
+
"importUnassignedItemsError": {
|
|
54
|
+
"message": "File contains unassigned items."
|
|
55
|
+
},
|
|
56
|
+
"errorAssigningTargetCollection": {
|
|
57
|
+
"message": "Error assigning target collection."
|
|
58
|
+
},
|
|
59
|
+
"errorAssigningTargetFolder": {
|
|
60
|
+
"message": "Error assigning target folder."
|
|
52
61
|
}
|
|
53
62
|
}
|
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": "2024.
|
|
4
|
+
"version": "2024.4.0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bitwarden",
|
|
7
7
|
"password",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"papaparse": "5.4.1",
|
|
72
72
|
"proper-lockfile": "4.1.2",
|
|
73
73
|
"rxjs": "7.8.1",
|
|
74
|
-
"tldts": "6.1.
|
|
74
|
+
"tldts": "6.1.16",
|
|
75
75
|
"zxcvbn": "4.4.2"
|
|
76
76
|
}
|
|
77
77
|
}
|