@bitwarden/cli 2025.8.0 → 2025.10.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.
@@ -41,6 +41,15 @@
41
41
  "invalidMasterPassword": {
42
42
  "message": "Invalid master password."
43
43
  },
44
+ "invalidMasterPasswordConfirmEmailAndHost": {
45
+ "message": "Invalid master password. Confirm your email is correct and your account was created on $HOST$.",
46
+ "placeholders": {
47
+ "host": {
48
+ "content": "$1",
49
+ "example": "vault.bitwarden.com"
50
+ }
51
+ }
52
+ },
44
53
  "sessionTimeout": {
45
54
  "message": "Your session has timed out. Please go back and try logging in again."
46
55
  },
@@ -218,5 +227,20 @@
218
227
  },
219
228
  "myItems": {
220
229
  "message": "My Items"
230
+ },
231
+ "organizationUsingKeyConnectorConfirmLoggedOut": {
232
+ "message": "An organization you are a member of is using Key Connector. In order to access the vault, you must confirm the Key Connector domain now via the web vault. You have been logged out."
233
+ },
234
+ "confirmKeyConnectorDomain": {
235
+ "message": "Please confirm the domain below with your organization administrator. Key Connector domain: $KEYCONNECTORDOMAIN$",
236
+ "placeholders": {
237
+ "keyConnectorDomain": {
238
+ "content": "$1",
239
+ "example": "Key Connector domain"
240
+ }
241
+ }
242
+ },
243
+ "confirm": {
244
+ "message": "Confirm"
221
245
  }
222
246
  }
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.8.0",
4
+ "version": "2025.10.0",
5
5
  "keywords": [
6
6
  "bitwarden",
7
7
  "password",
@@ -13,19 +13,19 @@
13
13
  "homepage": "https://bitwarden.com",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/bitwarden/clients"
16
+ "url": "git+https://github.com/bitwarden/clients.git"
17
17
  },
18
18
  "license": "SEE LICENSE IN LICENSE.txt",
19
19
  "scripts": {
20
20
  "clean": "rimraf dist",
21
- "build:oss": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" webpack",
21
+ "build:oss": "webpack",
22
22
  "build:oss:debug": "npm run build:oss && node --inspect ./build/bw.js",
23
23
  "build:oss:watch": "webpack --watch",
24
24
  "build:oss:prod": "cross-env NODE_ENV=production webpack",
25
25
  "build:oss:prod:watch": "cross-env NODE_ENV=production webpack --watch",
26
26
  "debug": "node --inspect ./build/bw.js",
27
27
  "publish:npm": "npm run build:oss:prod && npm publish --access public",
28
- "build:bit": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" webpack -c ../../bitwarden_license/bit-cli/webpack.config.js",
28
+ "build:bit": "webpack -c ../../bitwarden_license/bit-cli/webpack.config.js",
29
29
  "build:bit:debug": "npm run build:bit && node --inspect ./build/bw.js",
30
30
  "build:bit:watch": "webpack --watch -c ../../bitwarden_license/bit-cli/webpack.config.js",
31
31
  "build:bit:prod": "cross-env NODE_ENV=production npm run build:bit",
@@ -64,12 +64,12 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@koa/multer": "4.0.0",
67
- "@koa/router": "13.1.0",
67
+ "@koa/router": "14.0.0",
68
68
  "big-integer": "1.6.52",
69
69
  "browser-hrtime": "1.1.8",
70
70
  "chalk": "4.1.2",
71
- "commander": "11.1.0",
72
- "core-js": "3.44.0",
71
+ "commander": "14.0.0",
72
+ "core-js": "3.45.0",
73
73
  "form-data": "4.0.4",
74
74
  "https-proxy-agent": "7.0.6",
75
75
  "inquirer": "8.2.6",
@@ -80,7 +80,7 @@
80
80
  "koa-json": "2.0.2",
81
81
  "lowdb": "1.0.0",
82
82
  "lunr": "2.3.9",
83
- "multer": "1.4.5-lts.2",
83
+ "multer": "2.0.2",
84
84
  "node-fetch": "2.6.12",
85
85
  "node-forge": "1.3.1",
86
86
  "open": "10.1.2",