@salesforce/cli 2.58.7 → 2.59.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.58.7 linux-x64 node-v20.17.0
27
+ @salesforce/cli/2.59.0 linux-x64 node-v20.17.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.58.7",
3
+ "version": "2.59.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.58.7",
9
+ "version": "2.59.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.0.19",
14
+ "@oclif/core": "4.0.20",
15
15
  "@oclif/plugin-autocomplete": "3.2.2",
16
16
  "@oclif/plugin-commands": "4.0.13",
17
17
  "@oclif/plugin-help": "6.2.10",
@@ -3880,9 +3880,9 @@
3880
3880
  }
3881
3881
  },
3882
3882
  "node_modules/@oclif/core": {
3883
- "version": "4.0.19",
3884
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.19.tgz",
3885
- "integrity": "sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==",
3883
+ "version": "4.0.20",
3884
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.20.tgz",
3885
+ "integrity": "sha512-N1RKI/nteiEbd/ilyv/W1tz82SEAeXeQ5oZpdU/WgLrDilHH7cicrT/NBLextJJhH3QTC+1oan0Z5vNzkX6lGA==",
3886
3886
  "license": "MIT",
3887
3887
  "dependencies": {
3888
3888
  "ansi-escapes": "^4.3.2",
package/oclif.lock CHANGED
@@ -1753,10 +1753,10 @@
1753
1753
  proc-log "^4.0.0"
1754
1754
  which "^4.0.0"
1755
1755
 
1756
- "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.6", "@oclif/core@4.0.19":
1757
- version "4.0.19"
1758
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.19.tgz"
1759
- integrity sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==
1756
+ "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.6", "@oclif/core@4.0.20":
1757
+ version "4.0.20"
1758
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.20.tgz"
1759
+ integrity sha512-N1RKI/nteiEbd/ilyv/W1tz82SEAeXeQ5oZpdU/WgLrDilHH7cicrT/NBLextJJhH3QTC+1oan0Z5vNzkX6lGA==
1760
1760
  dependencies:
1761
1761
  ansi-escapes "^4.3.2"
1762
1762
  ansis "^3.3.2"
@@ -5351,5 +5351,5 @@
5351
5351
  ]
5352
5352
  }
5353
5353
  },
5354
- "version": "2.58.7"
5354
+ "version": "2.59.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.58.7",
4
+ "version": "2.59.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -140,7 +140,7 @@
140
140
  },
141
141
  "dependencies": {
142
142
  "@inquirer/select": "^2.3.5",
143
- "@oclif/core": "4.0.19",
143
+ "@oclif/core": "4.0.20",
144
144
  "@oclif/plugin-autocomplete": "3.2.2",
145
145
  "@oclif/plugin-commands": "4.0.13",
146
146
  "@oclif/plugin-help": "6.2.10",