@salesforce/cli 2.110.20 → 2.111.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
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.110.20 linux-x64 node-v22.20.0
28
+ @salesforce/cli/2.111.0 linux-x64 node-v22.20.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.110.20",
3
+ "version": "2.111.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.110.20",
9
+ "version": "2.111.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.6.0",
14
+ "@oclif/core": "4.7.0",
15
15
  "@oclif/plugin-autocomplete": "3.2.37",
16
16
  "@oclif/plugin-commands": "4.1.35",
17
17
  "@oclif/plugin-help": "6.2.33",
@@ -4030,9 +4030,9 @@
4030
4030
  }
4031
4031
  },
4032
4032
  "node_modules/@oclif/core": {
4033
- "version": "4.6.0",
4034
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.6.0.tgz",
4035
- "integrity": "sha512-nVe56MTWDD6+/oOxfEIrnnnq7bDBMseE904rI2+ZCvLLqY6Hm8yh07Ks149UgZiJvxYhQPsGEry2ifh8zz3irw==",
4033
+ "version": "4.7.0",
4034
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.7.0.tgz",
4035
+ "integrity": "sha512-PTdByCzWpZlSzSCYnk9vcuKQXDBkjZf1CHHxHSMX3f+Y0DythTPxB8b3B8eQABiTLG3q57cTsZPviiVgWCfi0A==",
4036
4036
  "license": "MIT",
4037
4037
  "dependencies": {
4038
4038
  "ansi-escapes": "^4.3.2",
package/oclif.lock CHANGED
@@ -1913,10 +1913,10 @@
1913
1913
  proc-log "^5.0.0"
1914
1914
  which "^5.0.0"
1915
1915
 
1916
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.4.0", "@oclif/core@^4.5.2", "@oclif/core@^4.5.4", "@oclif/core@^4.5.5", "@oclif/core@^4.5.6", "@oclif/core@>= 3.0.0", "@oclif/core@4.6.0":
1917
- version "4.6.0"
1918
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.6.0.tgz"
1919
- integrity sha512-nVe56MTWDD6+/oOxfEIrnnnq7bDBMseE904rI2+ZCvLLqY6Hm8yh07Ks149UgZiJvxYhQPsGEry2ifh8zz3irw==
1916
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.4.0", "@oclif/core@^4.5.2", "@oclif/core@^4.5.4", "@oclif/core@^4.5.5", "@oclif/core@^4.5.6", "@oclif/core@>= 3.0.0", "@oclif/core@4.7.0":
1917
+ version "4.7.0"
1918
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.7.0.tgz"
1919
+ integrity sha512-PTdByCzWpZlSzSCYnk9vcuKQXDBkjZf1CHHxHSMX3f+Y0DythTPxB8b3B8eQABiTLG3q57cTsZPviiVgWCfi0A==
1920
1920
  dependencies:
1921
1921
  ansi-escapes "^4.3.2"
1922
1922
  ansis "^3.17.0"
@@ -4159,5 +4159,5 @@
4159
4159
  "requiresProject": true
4160
4160
  }
4161
4161
  },
4162
- "version": "2.110.20"
4162
+ "version": "2.111.0"
4163
4163
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.110.20",
4
+ "version": "2.111.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -144,7 +144,7 @@
144
144
  },
145
145
  "dependencies": {
146
146
  "@inquirer/select": "^2.3.5",
147
- "@oclif/core": "4.6.0",
147
+ "@oclif/core": "4.7.0",
148
148
  "@oclif/plugin-autocomplete": "3.2.37",
149
149
  "@oclif/plugin-commands": "4.1.35",
150
150
  "@oclif/plugin-help": "6.2.33",