@salesforce/cli 2.53.6 → 2.54.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/README.md CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.53.6 linux-x64 node-v20.15.1
27
+ @salesforce/cli/2.54.0 linux-x64 node-v20.15.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -7774,7 +7774,7 @@ EXAMPLES
7774
7774
  $ sf update --available
7775
7775
  ```
7776
7776
 
7777
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.4.16/src/commands/update.ts)_
7777
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.0/src/commands/update.ts)_
7778
7778
 
7779
7779
  ## `sf version`
7780
7780
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.53.6",
3
+ "version": "2.54.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.53.6",
9
+ "version": "2.54.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "@oclif/plugin-not-found": "3.2.14",
19
19
  "@oclif/plugin-plugins": "5.3.9",
20
20
  "@oclif/plugin-search": "1.2.5",
21
- "@oclif/plugin-update": "4.4.16",
21
+ "@oclif/plugin-update": "4.5.0",
22
22
  "@oclif/plugin-version": "2.2.9",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.11",
24
24
  "@oclif/plugin-which": "3.2.9",
@@ -3854,9 +3854,9 @@
3854
3854
  }
3855
3855
  },
3856
3856
  "node_modules/@oclif/plugin-update": {
3857
- "version": "4.4.16",
3858
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.16.tgz",
3859
- "integrity": "sha512-zAA1YIaS5mmhvTY/wbwU1d+1Yd+Rg+0s6NKZxiyP8QB1owaI5IeTUIRjg6SIfW6dmVxAuIq2K7SAMGeibtzHmw==",
3857
+ "version": "4.5.0",
3858
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.0.tgz",
3859
+ "integrity": "sha512-PNU3y9uiQCJxXK2HBFOsC88H2XHzZLa4j0h9IvQcXJxOr+BBQHCiuzc3kwuZpJQZpAc7V1qIFKxHCHuk3Y/vCA==",
3860
3860
  "license": "MIT",
3861
3861
  "dependencies": {
3862
3862
  "@inquirer/select": "^2.4.2",
package/oclif.lock CHANGED
@@ -1917,10 +1917,10 @@
1917
1917
  ansi-escapes "^7.0.0"
1918
1918
  inquirer-autocomplete-standalone "^0.8.1"
1919
1919
 
1920
- "@oclif/plugin-update@4.4.16":
1921
- version "4.4.16"
1922
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.4.16.tgz"
1923
- integrity sha512-zAA1YIaS5mmhvTY/wbwU1d+1Yd+Rg+0s6NKZxiyP8QB1owaI5IeTUIRjg6SIfW6dmVxAuIq2K7SAMGeibtzHmw==
1920
+ "@oclif/plugin-update@4.5.0":
1921
+ version "4.5.0"
1922
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.0.tgz"
1923
+ integrity sha512-PNU3y9uiQCJxXK2HBFOsC88H2XHzZLa4j0h9IvQcXJxOr+BBQHCiuzc3kwuZpJQZpAc7V1qIFKxHCHuk3Y/vCA==
1924
1924
  dependencies:
1925
1925
  "@inquirer/select" "^2.4.2"
1926
1926
  "@oclif/core" "^4"
@@ -5351,5 +5351,5 @@
5351
5351
  ]
5352
5352
  }
5353
5353
  },
5354
- "version": "2.53.6"
5354
+ "version": "2.54.0"
5355
5355
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.53.6",
4
+ "version": "2.54.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -146,7 +146,7 @@
146
146
  "@oclif/plugin-not-found": "3.2.14",
147
147
  "@oclif/plugin-plugins": "5.3.9",
148
148
  "@oclif/plugin-search": "1.2.5",
149
- "@oclif/plugin-update": "4.4.16",
149
+ "@oclif/plugin-update": "4.5.0",
150
150
  "@oclif/plugin-version": "2.2.9",
151
151
  "@oclif/plugin-warn-if-update-available": "3.1.11",
152
152
  "@oclif/plugin-which": "3.2.9",