@bitwarden/cli 2024.12.0 → 2025.1.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/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.12.0",
4
+ "version": "2025.1.0",
5
5
  "keywords": [
6
6
  "bitwarden",
7
7
  "password",
@@ -18,14 +18,14 @@
18
18
  "license": "SEE LICENSE IN LICENSE.txt",
19
19
  "scripts": {
20
20
  "clean": "rimraf dist",
21
- "build:oss": "webpack",
21
+ "build:oss": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" 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": "webpack -c ../../bitwarden_license/bit-cli/webpack.config.js",
28
+ "build:bit": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" 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",
@@ -80,7 +80,7 @@
80
80
  "papaparse": "5.4.1",
81
81
  "proper-lockfile": "4.1.2",
82
82
  "rxjs": "7.8.1",
83
- "tldts": "6.1.64",
83
+ "tldts": "6.1.69",
84
84
  "zxcvbn": "4.4.2"
85
85
  }
86
86
  }