@salesforce/cli 2.63.0 → 2.63.2

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.63.0 linux-x64 node-v20.17.0
27
+ @salesforce/cli/2.63.2 linux-x64 node-v20.17.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -5765,7 +5765,7 @@ EXAMPLES
5765
5765
  $ sf plugins
5766
5766
  ```
5767
5767
 
5768
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/index.ts)_
5768
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/index.ts)_
5769
5769
 
5770
5770
  ## `sf plugins discover`
5771
5771
 
@@ -5810,7 +5810,7 @@ EXAMPLES
5810
5810
  $ sf plugins inspect @salesforce/plugin-packaging
5811
5811
  ```
5812
5812
 
5813
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/inspect.ts)_
5813
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/inspect.ts)_
5814
5814
 
5815
5815
  ## `sf plugins install PLUGIN`
5816
5816
 
@@ -5859,7 +5859,7 @@ EXAMPLES
5859
5859
  $ sf plugins install someuser/someplugin
5860
5860
  ```
5861
5861
 
5862
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/install.ts)_
5862
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/install.ts)_
5863
5863
 
5864
5864
  ## `sf plugins link PATH`
5865
5865
 
@@ -5890,7 +5890,7 @@ EXAMPLES
5890
5890
  $ sf plugins link @salesforce/plugin-packaging
5891
5891
  ```
5892
5892
 
5893
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/link.ts)_
5893
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/link.ts)_
5894
5894
 
5895
5895
  ## `sf plugins reset`
5896
5896
 
@@ -5905,7 +5905,7 @@ FLAGS
5905
5905
  --reinstall Reinstall all plugins after uninstalling.
5906
5906
  ```
5907
5907
 
5908
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/reset.ts)_
5908
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/reset.ts)_
5909
5909
 
5910
5910
  ## `sf plugins trust verify`
5911
5911
 
@@ -5962,7 +5962,7 @@ EXAMPLES
5962
5962
  $ sf plugins uninstall @salesforce/plugin-packaging
5963
5963
  ```
5964
5964
 
5965
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/uninstall.ts)_
5965
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/uninstall.ts)_
5966
5966
 
5967
5967
  ## `sf plugins update`
5968
5968
 
@@ -5980,7 +5980,7 @@ DESCRIPTION
5980
5980
  Update installed plugins.
5981
5981
  ```
5982
5982
 
5983
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/update.ts)_
5983
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/update.ts)_
5984
5984
 
5985
5985
  ## `sf project convert mdapi`
5986
5986
 
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.63.0",
3
+ "version": "2.63.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.63.0",
9
+ "version": "2.63.2",
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.27",
14
+ "@oclif/core": "4.0.28",
15
15
  "@oclif/plugin-autocomplete": "3.2.5",
16
16
  "@oclif/plugin-commands": "4.1.3",
17
17
  "@oclif/plugin-help": "6.2.14",
18
18
  "@oclif/plugin-not-found": "3.2.22",
19
- "@oclif/plugin-plugins": "5.4.14",
19
+ "@oclif/plugin-plugins": "5.4.15",
20
20
  "@oclif/plugin-search": "1.2.11",
21
21
  "@oclif/plugin-update": "4.6.3",
22
22
  "@oclif/plugin-version": "2.2.14",
@@ -3160,9 +3160,9 @@
3160
3160
  }
3161
3161
  },
3162
3162
  "node_modules/@oclif/core": {
3163
- "version": "4.0.27",
3164
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.27.tgz",
3165
- "integrity": "sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==",
3163
+ "version": "4.0.28",
3164
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.28.tgz",
3165
+ "integrity": "sha512-lKM1W2glLJmVxZrnb+k3NaudzG9V2yoKJZcW+lmfMf/yPlx6bT/N+DELUsSwdm1VfJAXaQmpLV4+AfEX5qq3mA==",
3166
3166
  "license": "MIT",
3167
3167
  "dependencies": {
3168
3168
  "ansi-escapes": "^4.3.2",
@@ -3473,12 +3473,12 @@
3473
3473
  }
3474
3474
  },
3475
3475
  "node_modules/@oclif/plugin-plugins": {
3476
- "version": "5.4.14",
3477
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.14.tgz",
3478
- "integrity": "sha512-ZoF9Jw4Y4uTFf56tGHGsBzCFhBKKRAuIiGCMoSpy8VEL3cFb5Jv6Xm0rdzv54lkmw1XWBBFM6cqK/hmxM2QEIw==",
3476
+ "version": "5.4.15",
3477
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.15.tgz",
3478
+ "integrity": "sha512-0cnTFaRWdXkWgKTrwgjoggcq/A3MaIl1GkDs3BFFjesYlFEs5Fb2HcN42rY+2ja4jBkXrjXBkLS+9faAtdCH6A==",
3479
3479
  "license": "MIT",
3480
3480
  "dependencies": {
3481
- "@oclif/core": "^4",
3481
+ "@oclif/core": "^4.0.28",
3482
3482
  "ansis": "^3.3.2",
3483
3483
  "debug": "^4.3.7",
3484
3484
  "npm": "^10.9.0",
package/oclif.lock CHANGED
@@ -1556,10 +1556,10 @@
1556
1556
  proc-log "^5.0.0"
1557
1557
  which "^5.0.0"
1558
1558
 
1559
- "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.20", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.6", "@oclif/core@4.0.27":
1560
- version "4.0.27"
1561
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.27.tgz"
1562
- integrity sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==
1559
+ "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.20", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.28", "@oclif/core@^4.0.6", "@oclif/core@4.0.28":
1560
+ version "4.0.28"
1561
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.28.tgz"
1562
+ integrity sha512-lKM1W2glLJmVxZrnb+k3NaudzG9V2yoKJZcW+lmfMf/yPlx6bT/N+DELUsSwdm1VfJAXaQmpLV4+AfEX5qq3mA==
1563
1563
  dependencies:
1564
1564
  ansi-escapes "^4.3.2"
1565
1565
  ansis "^3.3.2"
@@ -1645,12 +1645,12 @@
1645
1645
  ansis "^3.3.1"
1646
1646
  fast-levenshtein "^3.0.0"
1647
1647
 
1648
- "@oclif/plugin-plugins@5.4.14":
1649
- version "5.4.14"
1650
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.14.tgz"
1651
- integrity sha512-ZoF9Jw4Y4uTFf56tGHGsBzCFhBKKRAuIiGCMoSpy8VEL3cFb5Jv6Xm0rdzv54lkmw1XWBBFM6cqK/hmxM2QEIw==
1648
+ "@oclif/plugin-plugins@5.4.15":
1649
+ version "5.4.15"
1650
+ resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.15.tgz"
1651
+ integrity sha512-0cnTFaRWdXkWgKTrwgjoggcq/A3MaIl1GkDs3BFFjesYlFEs5Fb2HcN42rY+2ja4jBkXrjXBkLS+9faAtdCH6A==
1652
1652
  dependencies:
1653
- "@oclif/core" "^4"
1653
+ "@oclif/core" "^4.0.28"
1654
1654
  ansis "^3.3.2"
1655
1655
  debug "^4.3.7"
1656
1656
  npm "^10.9.0"
@@ -5370,5 +5370,5 @@
5370
5370
  ]
5371
5371
  }
5372
5372
  },
5373
- "version": "2.63.0"
5373
+ "version": "2.63.2"
5374
5374
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.63.0",
4
+ "version": "2.63.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -140,12 +140,12 @@
140
140
  },
141
141
  "dependencies": {
142
142
  "@inquirer/select": "^2.3.5",
143
- "@oclif/core": "4.0.27",
143
+ "@oclif/core": "4.0.28",
144
144
  "@oclif/plugin-autocomplete": "3.2.5",
145
145
  "@oclif/plugin-commands": "4.1.3",
146
146
  "@oclif/plugin-help": "6.2.14",
147
147
  "@oclif/plugin-not-found": "3.2.22",
148
- "@oclif/plugin-plugins": "5.4.14",
148
+ "@oclif/plugin-plugins": "5.4.15",
149
149
  "@oclif/plugin-search": "1.2.11",
150
150
  "@oclif/plugin-update": "4.6.3",
151
151
  "@oclif/plugin-version": "2.2.14",