@bitwarden/cli 2025.7.0 → 2025.8.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.
@@ -215,5 +215,8 @@
215
215
  },
216
216
  "youHaveBeenLoggedOut": {
217
217
  "message": "You have been logged out."
218
+ },
219
+ "myItems": {
220
+ "message": "My Items"
218
221
  }
219
222
  }
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.7.0",
4
+ "version": "2025.8.0",
5
5
  "keywords": [
6
6
  "bitwarden",
7
7
  "password",
@@ -69,8 +69,8 @@
69
69
  "browser-hrtime": "1.1.8",
70
70
  "chalk": "4.1.2",
71
71
  "commander": "11.1.0",
72
- "core-js": "3.42.0",
73
- "form-data": "4.0.2",
72
+ "core-js": "3.44.0",
73
+ "form-data": "4.0.4",
74
74
  "https-proxy-agent": "7.0.6",
75
75
  "inquirer": "8.2.6",
76
76
  "jsdom": "26.1.0",
@@ -90,9 +90,5 @@
90
90
  "semver": "7.7.2",
91
91
  "tldts": "7.0.1",
92
92
  "zxcvbn": "4.4.2"
93
- },
94
- "engines": {
95
- "node": "~20",
96
- "npm": "~10"
97
93
  }
98
94
  }