@salesforce/cli 2.132.7 → 2.132.9

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.132.7 linux-x64 node-v22.22.2
28
+ @salesforce/cli/2.132.9 linux-x64 node-v22.22.2
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -7615,7 +7615,7 @@ EXAMPLES
7615
7615
  $ sf plugins
7616
7616
  ```
7617
7617
 
7618
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/index.ts)_
7618
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/index.ts)_
7619
7619
 
7620
7620
  ## `sf plugins discover`
7621
7621
 
@@ -7660,7 +7660,7 @@ EXAMPLES
7660
7660
  $ sf plugins inspect @salesforce/plugin-packaging
7661
7661
  ```
7662
7662
 
7663
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/inspect.ts)_
7663
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/inspect.ts)_
7664
7664
 
7665
7665
  ## `sf plugins install PLUGIN`
7666
7666
 
@@ -7709,7 +7709,7 @@ EXAMPLES
7709
7709
  $ sf plugins install someuser/someplugin
7710
7710
  ```
7711
7711
 
7712
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/install.ts)_
7712
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/install.ts)_
7713
7713
 
7714
7714
  ## `sf plugins link PATH`
7715
7715
 
@@ -7740,7 +7740,7 @@ EXAMPLES
7740
7740
  $ sf plugins link @salesforce/plugin-packaging
7741
7741
  ```
7742
7742
 
7743
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/link.ts)_
7743
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/link.ts)_
7744
7744
 
7745
7745
  ## `sf plugins reset`
7746
7746
 
@@ -7755,7 +7755,7 @@ FLAGS
7755
7755
  --reinstall Reinstall all plugins after uninstalling.
7756
7756
  ```
7757
7757
 
7758
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/reset.ts)_
7758
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/reset.ts)_
7759
7759
 
7760
7760
  ## `sf plugins trust verify`
7761
7761
 
@@ -7812,7 +7812,7 @@ EXAMPLES
7812
7812
  $ sf plugins uninstall @salesforce/plugin-packaging
7813
7813
  ```
7814
7814
 
7815
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/uninstall.ts)_
7815
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/uninstall.ts)_
7816
7816
 
7817
7817
  ## `sf plugins update`
7818
7818
 
@@ -7830,7 +7830,7 @@ DESCRIPTION
7830
7830
  Update installed plugins.
7831
7831
  ```
7832
7832
 
7833
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/update.ts)_
7833
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/update.ts)_
7834
7834
 
7835
7835
  ## `sf project convert mdapi`
7836
7836
 
@@ -10875,7 +10875,7 @@ EXAMPLES
10875
10875
  $ sf update --available
10876
10876
  ```
10877
10877
 
10878
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.31/src/commands/update.ts)_
10878
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.32/src/commands/update.ts)_
10879
10879
 
10880
10880
  ## `sf version`
10881
10881
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.132.7",
3
+ "version": "2.132.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.132.7",
9
+ "version": "2.132.9",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -16,9 +16,9 @@
16
16
  "@oclif/plugin-commands": "4.1.46",
17
17
  "@oclif/plugin-help": "6.2.44",
18
18
  "@oclif/plugin-not-found": "3.2.80",
19
- "@oclif/plugin-plugins": "5.4.60",
19
+ "@oclif/plugin-plugins": "5.4.61",
20
20
  "@oclif/plugin-search": "1.2.44",
21
- "@oclif/plugin-update": "4.7.31",
21
+ "@oclif/plugin-update": "4.7.32",
22
22
  "@oclif/plugin-version": "2.2.42",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.60",
24
24
  "@oclif/plugin-which": "3.2.49",
@@ -54,7 +54,7 @@
54
54
  "@oclif/test": "^4.1.18",
55
55
  "@salesforce/dev-scripts": "^11.0.2",
56
56
  "@salesforce/plugin-release-management": "^5.8.7",
57
- "@salesforce/ts-sinon": "^1.4.33",
57
+ "@salesforce/ts-sinon": "^1.4.34",
58
58
  "@salesforce/ts-types": "^2.0.11",
59
59
  "aws-sdk": "^2.1693.0",
60
60
  "oclif": "^4.23.0",
@@ -3978,9 +3978,9 @@
3978
3978
  }
3979
3979
  },
3980
3980
  "node_modules/@oclif/plugin-plugins": {
3981
- "version": "5.4.60",
3982
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.60.tgz",
3983
- "integrity": "sha512-aTunE6bxVNDGnxwK2RkTo8m5ghFEcD2M35gM/uTC35LgQ1k4PLFYZ3yWfjhrK0LmryrL921+Cr+jwH4nzmlAWg==",
3981
+ "version": "5.4.61",
3982
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.61.tgz",
3983
+ "integrity": "sha512-FsXYLdXJWucrAzDQ3Q2G/mFGeTaUIsL4o76ayG6qNaF8iq1n2O3YnniCl90RLphJmty2ScGTv2YIniOHt4HHjw==",
3984
3984
  "license": "MIT",
3985
3985
  "dependencies": {
3986
3986
  "@oclif/core": "^4.8.0",
@@ -4107,9 +4107,9 @@
4107
4107
  }
4108
4108
  },
4109
4109
  "node_modules/@oclif/plugin-update": {
4110
- "version": "4.7.31",
4111
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.31.tgz",
4112
- "integrity": "sha512-V4wpitzF1u8N6pBS6fh01HygO7H/JDHqtICpahFJEt6Vn+66qbP7eH6SCVhbeLzuzjMdi1JuqUBm9pFNe8bqzA==",
4110
+ "version": "4.7.32",
4111
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.32.tgz",
4112
+ "integrity": "sha512-XKb6tkaro4Ci5X/hTMlBmf2m1OvVKz+OajGMFn137V2TAUKRAbf2pz9LMZgJZNz9k4Jibsh3K7BNfgkdNIhkrg==",
4113
4113
  "license": "MIT",
4114
4114
  "dependencies": {
4115
4115
  "@inquirer/select": "^2.5.0",
@@ -6430,9 +6430,9 @@
6430
6430
  }
6431
6431
  },
6432
6432
  "node_modules/@salesforce/ts-sinon": {
6433
- "version": "1.4.33",
6434
- "resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.33.tgz",
6435
- "integrity": "sha512-vzcXahroM1s9/xhAhd11/XCh9ebLZfVkAIq5B32LzQgRJeUTJvF53n3j3TphdS/YkmBJyRj/P7p5133O/oJwWA==",
6433
+ "version": "1.4.34",
6434
+ "resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.34.tgz",
6435
+ "integrity": "sha512-fzpCoOUUfE3I43HYFATWEPlGRUvQIxMecdmMuaG61T/Y2Vsvw9oU+YtHx9zDmvuVy/g0fUj/lxMoqRRMy5ttpQ==",
6436
6436
  "dev": true,
6437
6437
  "license": "Apache-2.0",
6438
6438
  "dependencies": {
@@ -8695,9 +8695,9 @@
8695
8695
  }
8696
8696
  },
8697
8697
  "node_modules/basic-ftp": {
8698
- "version": "5.2.2",
8699
- "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.2.tgz",
8700
- "integrity": "sha512-1tDrzKsdCg70WGvbFss/ulVAxupNauGnOlgpyjKzeQxzyllBLS0CGLV7tjIXTK3ZQA9/FBEm9qyFFN1bciA6pw==",
8698
+ "version": "5.3.0",
8699
+ "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.0.tgz",
8700
+ "integrity": "sha512-5K9eNNn7ywHPsYnFwjKgYH8Hf8B5emh7JKcPaVjjrMJFQQwGpwowEnZNEtHs7DfR7hCZsmaK3VA4HUK0YarT+w==",
8701
8701
  "license": "MIT",
8702
8702
  "engines": {
8703
8703
  "node": ">=10.0.0"
package/oclif.lock CHANGED
@@ -1811,10 +1811,10 @@
1811
1811
  ansis "^3.17.0"
1812
1812
  fast-levenshtein "^3.0.0"
1813
1813
 
1814
- "@oclif/plugin-plugins@5.4.60":
1815
- version "5.4.60"
1816
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.60.tgz"
1817
- integrity sha512-aTunE6bxVNDGnxwK2RkTo8m5ghFEcD2M35gM/uTC35LgQ1k4PLFYZ3yWfjhrK0LmryrL921+Cr+jwH4nzmlAWg==
1814
+ "@oclif/plugin-plugins@5.4.61":
1815
+ version "5.4.61"
1816
+ resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.61.tgz"
1817
+ integrity sha512-FsXYLdXJWucrAzDQ3Q2G/mFGeTaUIsL4o76ayG6qNaF8iq1n2O3YnniCl90RLphJmty2ScGTv2YIniOHt4HHjw==
1818
1818
  dependencies:
1819
1819
  "@oclif/core" "^4.8.0"
1820
1820
  ansis "^3.17.0"
@@ -1837,10 +1837,10 @@
1837
1837
  ansi-escapes "^7.3.0"
1838
1838
  inquirer-autocomplete-standalone "^0.8.1"
1839
1839
 
1840
- "@oclif/plugin-update@4.7.31":
1841
- version "4.7.31"
1842
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.31.tgz"
1843
- integrity sha512-V4wpitzF1u8N6pBS6fh01HygO7H/JDHqtICpahFJEt6Vn+66qbP7eH6SCVhbeLzuzjMdi1JuqUBm9pFNe8bqzA==
1840
+ "@oclif/plugin-update@4.7.32":
1841
+ version "4.7.32"
1842
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.32.tgz"
1843
+ integrity sha512-XKb6tkaro4Ci5X/hTMlBmf2m1OvVKz+OajGMFn137V2TAUKRAbf2pz9LMZgJZNz9k4Jibsh3K7BNfgkdNIhkrg==
1844
1844
  dependencies:
1845
1845
  "@inquirer/select" "^2.5.0"
1846
1846
  "@oclif/core" "^4"
@@ -2672,10 +2672,10 @@
2672
2672
  tar "^7.5.13"
2673
2673
  tslib "^2.8.1"
2674
2674
 
2675
- "@salesforce/ts-sinon@^1.4.33":
2676
- version "1.4.33"
2677
- resolved "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.33.tgz"
2678
- integrity sha512-vzcXahroM1s9/xhAhd11/XCh9ebLZfVkAIq5B32LzQgRJeUTJvF53n3j3TphdS/YkmBJyRj/P7p5133O/oJwWA==
2675
+ "@salesforce/ts-sinon@^1.4.34":
2676
+ version "1.4.34"
2677
+ resolved "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.34.tgz"
2678
+ integrity sha512-fzpCoOUUfE3I43HYFATWEPlGRUvQIxMecdmMuaG61T/Y2Vsvw9oU+YtHx9zDmvuVy/g0fUj/lxMoqRRMy5ttpQ==
2679
2679
  dependencies:
2680
2680
  "@salesforce/ts-types" "^2.0.12"
2681
2681
  sinon "^5.1.1"
@@ -4195,9 +4195,9 @@ base64url@^3.0.1:
4195
4195
  integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==
4196
4196
 
4197
4197
  basic-ftp@^5.0.2:
4198
- version "5.2.2"
4199
- resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.2.2.tgz"
4200
- integrity sha512-1tDrzKsdCg70WGvbFss/ulVAxupNauGnOlgpyjKzeQxzyllBLS0CGLV7tjIXTK3ZQA9/FBEm9qyFFN1bciA6pw==
4198
+ version "5.3.0"
4199
+ resolved "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.0.tgz"
4200
+ integrity sha512-5K9eNNn7ywHPsYnFwjKgYH8Hf8B5emh7JKcPaVjjrMJFQQwGpwowEnZNEtHs7DfR7hCZsmaK3VA4HUK0YarT+w==
4201
4201
 
4202
4202
  before-after-hook@^3.0.2:
4203
4203
  version "3.0.2"
@@ -4533,5 +4533,5 @@
4533
4533
  "requiresProject": true
4534
4534
  }
4535
4535
  },
4536
- "version": "2.132.7"
4536
+ "version": "2.132.9"
4537
4537
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.132.7",
4
+ "version": "2.132.9",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -151,9 +151,9 @@
151
151
  "@oclif/plugin-commands": "4.1.46",
152
152
  "@oclif/plugin-help": "6.2.44",
153
153
  "@oclif/plugin-not-found": "3.2.80",
154
- "@oclif/plugin-plugins": "5.4.60",
154
+ "@oclif/plugin-plugins": "5.4.61",
155
155
  "@oclif/plugin-search": "1.2.44",
156
- "@oclif/plugin-update": "4.7.31",
156
+ "@oclif/plugin-update": "4.7.32",
157
157
  "@oclif/plugin-version": "2.2.42",
158
158
  "@oclif/plugin-warn-if-update-available": "3.1.60",
159
159
  "@oclif/plugin-which": "3.2.49",
@@ -261,7 +261,7 @@
261
261
  "@oclif/test": "^4.1.18",
262
262
  "@salesforce/dev-scripts": "^11.0.2",
263
263
  "@salesforce/plugin-release-management": "^5.8.7",
264
- "@salesforce/ts-sinon": "^1.4.33",
264
+ "@salesforce/ts-sinon": "^1.4.34",
265
265
  "@salesforce/ts-types": "^2.0.11",
266
266
  "aws-sdk": "^2.1693.0",
267
267
  "oclif": "^4.23.0",