@salesforce/cli 2.84.1 → 2.84.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
@@ -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.84.1 linux-x64 node-v22.14.0
28
+ @salesforce/cli/2.84.2 linux-x64 node-v22.14.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -6131,7 +6131,7 @@ EXAMPLES
6131
6131
  $ sf plugins discover
6132
6132
  ```
6133
6133
 
6134
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.7/src/commands/plugins/discover.ts)_
6134
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.8/src/commands/plugins/discover.ts)_
6135
6135
 
6136
6136
  ## `sf plugins:inspect PLUGIN...`
6137
6137
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.84.1",
3
+ "version": "2.84.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.84.1",
9
+ "version": "2.84.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -31,7 +31,7 @@
31
31
  "@salesforce/plugin-deploy-retrieve": "3.21.2",
32
32
  "@salesforce/plugin-info": "3.4.51",
33
33
  "@salesforce/plugin-limits": "3.3.51",
34
- "@salesforce/plugin-marketplace": "1.3.7",
34
+ "@salesforce/plugin-marketplace": "1.3.8",
35
35
  "@salesforce/plugin-org": "5.5.7",
36
36
  "@salesforce/plugin-packaging": "2.12.3",
37
37
  "@salesforce/plugin-schema": "3.3.58",
@@ -5328,9 +5328,9 @@
5328
5328
  }
5329
5329
  },
5330
5330
  "node_modules/@salesforce/plugin-marketplace": {
5331
- "version": "1.3.7",
5332
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.7.tgz",
5333
- "integrity": "sha512-DySCAqg0/CnXmH3lM/sr0XksF3Yzo1E8zuceGWAlolUPyMWp1/GYzYeK+wEeN6vM+hL/bkhmh6fjIITXQk2xYA==",
5331
+ "version": "1.3.8",
5332
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.8.tgz",
5333
+ "integrity": "sha512-6sLIKj1NqN9cm04bzVnSldcKCTaKiUo+olyc1vrqWcQQ8CqXxJAJXnoRrSApwfSFtSBYUxYMvsxBiv7rEceKsg==",
5334
5334
  "license": "BSD-3-Clause",
5335
5335
  "dependencies": {
5336
5336
  "@salesforce/core": "^8.8.0",
package/oclif.lock CHANGED
@@ -2214,10 +2214,10 @@
2214
2214
  "@salesforce/core" "^8.8.6"
2215
2215
  "@salesforce/sf-plugins-core" "^12.2.1"
2216
2216
 
2217
- "@salesforce/plugin-marketplace@1.3.7":
2218
- version "1.3.7"
2219
- resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.7.tgz"
2220
- integrity sha512-DySCAqg0/CnXmH3lM/sr0XksF3Yzo1E8zuceGWAlolUPyMWp1/GYzYeK+wEeN6vM+hL/bkhmh6fjIITXQk2xYA==
2217
+ "@salesforce/plugin-marketplace@1.3.8":
2218
+ version "1.3.8"
2219
+ resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.8.tgz"
2220
+ integrity sha512-6sLIKj1NqN9cm04bzVnSldcKCTaKiUo+olyc1vrqWcQQ8CqXxJAJXnoRrSApwfSFtSBYUxYMvsxBiv7rEceKsg==
2221
2221
  dependencies:
2222
2222
  "@salesforce/core" "^8.8.0"
2223
2223
  "@salesforce/kit" "^3.2.1"
@@ -4411,5 +4411,5 @@
4411
4411
  ]
4412
4412
  }
4413
4413
  },
4414
- "version": "2.84.1"
4414
+ "version": "2.84.2"
4415
4415
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.84.1",
4
+ "version": "2.84.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -163,7 +163,7 @@
163
163
  "@salesforce/plugin-deploy-retrieve": "3.21.2",
164
164
  "@salesforce/plugin-info": "3.4.51",
165
165
  "@salesforce/plugin-limits": "3.3.51",
166
- "@salesforce/plugin-marketplace": "1.3.7",
166
+ "@salesforce/plugin-marketplace": "1.3.8",
167
167
  "@salesforce/plugin-org": "5.5.7",
168
168
  "@salesforce/plugin-packaging": "2.12.3",
169
169
  "@salesforce/plugin-schema": "3.3.58",