@salesforce/cli 2.110.2 → 2.110.3

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.2 linux-x64 node-v22.19.0
28
+ @salesforce/cli/2.110.3 linux-x64 node-v22.20.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -1827,7 +1827,7 @@ DESCRIPTION
1827
1827
  List all sf commands.
1828
1828
  ```
1829
1829
 
1830
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.33/src/commands/commands.ts)_
1830
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.34/src/commands/commands.ts)_
1831
1831
 
1832
1832
  ## `sf config get`
1833
1833
 
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.110.2",
3
+ "version": "2.110.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.110.2",
9
+ "version": "2.110.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
14
  "@oclif/core": "4.5.4",
15
15
  "@oclif/plugin-autocomplete": "3.2.35",
16
- "@oclif/plugin-commands": "4.1.33",
16
+ "@oclif/plugin-commands": "4.1.34",
17
17
  "@oclif/plugin-help": "6.2.33",
18
18
  "@oclif/plugin-not-found": "3.2.68",
19
19
  "@oclif/plugin-plugins": "5.4.48",
@@ -4996,13 +4996,13 @@
4996
4996
  }
4997
4997
  },
4998
4998
  "node_modules/@oclif/plugin-commands": {
4999
- "version": "4.1.33",
5000
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.33.tgz",
5001
- "integrity": "sha512-FdjGV8Q/QRewrj6JUv0Vnl6whi/VSA38aRWypQwiIYV/PkiUckxF8mAlXQ/zmb4ZcRjbrTSeiP1ymEzy0CksLQ==",
4999
+ "version": "4.1.34",
5000
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.34.tgz",
5001
+ "integrity": "sha512-oNO+8GFDG9/GMx3J9PGnYEYpa3kndiP4HpuzKdwCdLYfdOV04Fs61eGenLuZjWcc47ZuSStmJDJG1O3tHhvfnw==",
5002
5002
  "license": "MIT",
5003
5003
  "dependencies": {
5004
5004
  "@oclif/core": "^4",
5005
- "@oclif/table": "^0.4.12",
5005
+ "@oclif/table": "^0.4.14",
5006
5006
  "lodash": "^4.17.21",
5007
5007
  "object-treeify": "^4.0.1"
5008
5008
  },
package/oclif.lock CHANGED
@@ -1986,13 +1986,13 @@
1986
1986
  semver "^7.6.0"
1987
1987
  ts-json-schema-generator "^1.5.1"
1988
1988
 
1989
- "@oclif/plugin-commands@4.1.33":
1990
- version "4.1.33"
1991
- resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.33.tgz"
1992
- integrity sha512-FdjGV8Q/QRewrj6JUv0Vnl6whi/VSA38aRWypQwiIYV/PkiUckxF8mAlXQ/zmb4ZcRjbrTSeiP1ymEzy0CksLQ==
1989
+ "@oclif/plugin-commands@4.1.34":
1990
+ version "4.1.34"
1991
+ resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.34.tgz"
1992
+ integrity sha512-oNO+8GFDG9/GMx3J9PGnYEYpa3kndiP4HpuzKdwCdLYfdOV04Fs61eGenLuZjWcc47ZuSStmJDJG1O3tHhvfnw==
1993
1993
  dependencies:
1994
1994
  "@oclif/core" "^4"
1995
- "@oclif/table" "^0.4.12"
1995
+ "@oclif/table" "^0.4.14"
1996
1996
  lodash "^4.17.21"
1997
1997
  object-treeify "^4.0.1"
1998
1998
 
@@ -4159,5 +4159,5 @@
4159
4159
  "requiresProject": true
4160
4160
  }
4161
4161
  },
4162
- "version": "2.110.2"
4162
+ "version": "2.110.3"
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.2",
4
+ "version": "2.110.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -146,7 +146,7 @@
146
146
  "@inquirer/select": "^2.3.5",
147
147
  "@oclif/core": "4.5.4",
148
148
  "@oclif/plugin-autocomplete": "3.2.35",
149
- "@oclif/plugin-commands": "4.1.33",
149
+ "@oclif/plugin-commands": "4.1.34",
150
150
  "@oclif/plugin-help": "6.2.33",
151
151
  "@oclif/plugin-not-found": "3.2.68",
152
152
  "@oclif/plugin-plugins": "5.4.48",