@bitwarden/cli 2025.3.0 → 2025.5.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.
@@ -184,5 +184,33 @@
184
184
  "example": "JustTrust.us"
185
185
  }
186
186
  }
187
+ },
188
+ "organizationUsingKeyConnectorOptInLoggedOut": {
189
+ "message": "An organization you are a member of is using Key Connector. In order to access the vault, you must opt-in to Key Connector now via the web vault. You have been logged out."
190
+ },
191
+ "removeMasterPasswordForOrganizationUserKeyConnector": {
192
+ "message": "A master password is no longer required for members of the following organization. Please confirm the domain below with your organization administrator. Organization name: $ORGANIZATION$. Key Connector domain: $KEYCONNECTORDOMAIN$",
193
+ "placeholders": {
194
+ "organization": {
195
+ "content": "$1",
196
+ "example": "My Org Name"
197
+ },
198
+ "keyConnectorDomain": {
199
+ "content": "$2",
200
+ "example": "Key Connector domain"
201
+ }
202
+ }
203
+ },
204
+ "removeMasterPasswordAndUnlock": {
205
+ "message": "Remove master password and unlock"
206
+ },
207
+ "leaveOrganizationAndUnlock": {
208
+ "message": "Leave organization and unlock"
209
+ },
210
+ "logOut": {
211
+ "message": "Log out"
212
+ },
213
+ "youHaveBeenLoggedOut": {
214
+ "message": "You have been logged out."
187
215
  }
188
216
  }
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": "2025.3.0",
4
+ "version": "2025.5.0",
5
5
  "keywords": [
6
6
  "bitwarden",
7
7
  "password",
@@ -34,18 +34,22 @@
34
34
  "dist:oss:mac": "npm run build:oss:prod && npm run clean && npm run package:oss:mac",
35
35
  "dist:oss:mac-arm64": "npm run build:oss:prod && npm run clean && npm run package:oss:mac-arm64",
36
36
  "dist:oss:lin": "npm run build:oss:prod && npm run clean && npm run package:oss:lin",
37
+ "dist:oss:lin-arm64": "npm run build:oss:prod && npm run clean && npm run package:oss:lin-arm64",
37
38
  "dist:bit:win": "npm run build:bit:prod && npm run clean && npm run package:bit:win",
38
39
  "dist:bit:mac": "npm run build:bit:prod && npm run clean && npm run package:bit:mac",
39
40
  "dist:bit:mac-arm64": "npm run build:bit:prod && npm run clean && npm run package:bit:mac-arm64",
40
41
  "dist:bit:lin": "npm run build:bit:prod && npm run clean && npm run package:bit:lin",
42
+ "dist:bit:lin-arm64": "npm run build:bit:prod && npm run clean && npm run package:bit:lin-arm64",
41
43
  "package:oss:win": "pkg . --targets win-x64 --output ./dist/oss/windows/bw.exe",
42
44
  "package:oss:mac": "pkg . --targets macos-x64 --output ./dist/oss/macos/bw",
43
45
  "package:oss:mac-arm64": "pkg . --targets macos-arm64 --output ./dist/oss/macos-arm64/bw",
44
46
  "package:oss:lin": "pkg . --targets linux-x64 --output ./dist/oss/linux/bw",
47
+ "package:oss:lin-arm64": "pkg . --targets linux-arm64 --output ./dist/oss/linux-arm64/bw",
45
48
  "package:bit:win": "pkg . --targets win-x64 --output ./dist/bit/windows/bw.exe",
46
49
  "package:bit:mac": "pkg . --targets macos-x64 --output ./dist/bit/macos/bw",
47
50
  "package:bit:mac-arm64": "pkg . --targets macos-arm64 --output ./dist/bit/macos-arm64/bw",
48
51
  "package:bit:lin": "pkg . --targets linux-x64 --output ./dist/bit/linux/bw",
52
+ "package:bit:lin-arm64": "pkg . --targets linux-arm64 --output ./dist/bit/linux-arm64/bw",
49
53
  "test": "jest",
50
54
  "test:watch": "jest --watch",
51
55
  "test:watch:all": "jest --watchAll"
@@ -60,31 +64,32 @@
60
64
  ]
61
65
  },
62
66
  "dependencies": {
63
- "@koa/multer": "3.0.2",
67
+ "@koa/multer": "3.1.0",
64
68
  "@koa/router": "13.1.0",
65
69
  "argon2": "0.41.1",
66
70
  "big-integer": "1.6.52",
67
71
  "browser-hrtime": "1.1.8",
68
72
  "chalk": "4.1.2",
69
73
  "commander": "11.1.0",
74
+ "core-js": "3.40.0",
70
75
  "form-data": "4.0.1",
71
76
  "https-proxy-agent": "7.0.6",
72
77
  "inquirer": "8.2.6",
73
- "jsdom": "26.0.0",
78
+ "jsdom": "26.1.0",
74
79
  "jszip": "3.10.1",
75
- "koa": "2.15.4",
80
+ "koa": "2.16.1",
76
81
  "koa-bodyparser": "4.4.1",
77
82
  "koa-json": "2.0.2",
78
83
  "lowdb": "1.0.0",
79
84
  "lunr": "2.3.9",
80
- "multer": "1.4.5-lts.1",
85
+ "multer": "1.4.5-lts.2",
81
86
  "node-fetch": "2.6.12",
82
87
  "node-forge": "1.3.1",
83
88
  "open": "8.4.2",
84
89
  "papaparse": "5.5.2",
85
90
  "proper-lockfile": "4.1.2",
86
91
  "rxjs": "7.8.1",
87
- "tldts": "6.1.77",
92
+ "tldts": "7.0.1",
88
93
  "zxcvbn": "4.4.2"
89
94
  }
90
95
  }