@salesforce/cli 2.117.6 → 2.118.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.117.6 linux-x64 node-v22.21.1
28
+ @salesforce/cli/2.118.0 linux-x64 node-v22.21.1
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -5998,7 +5998,7 @@ FLAG DESCRIPTIONS
5998
5998
  --installation-key-bypass flag is required.
5999
5999
  ```
6000
6000
 
6001
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/convert.ts)_
6001
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/convert.ts)_
6002
6002
 
6003
6003
  ## `sf package create`
6004
6004
 
@@ -6077,7 +6077,7 @@ FLAG DESCRIPTIONS
6077
6077
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
6078
6078
  ```
6079
6079
 
6080
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/create.ts)_
6080
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/create.ts)_
6081
6081
 
6082
6082
  ## `sf package delete`
6083
6083
 
@@ -6119,7 +6119,7 @@ EXAMPLES
6119
6119
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
6120
6120
  ```
6121
6121
 
6122
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/delete.ts)_
6122
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/delete.ts)_
6123
6123
 
6124
6124
  ## `sf package install`
6125
6125
 
@@ -6218,7 +6218,7 @@ FLAG DESCRIPTIONS
6218
6218
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
6219
6219
  ```
6220
6220
 
6221
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/install.ts)_
6221
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/install.ts)_
6222
6222
 
6223
6223
  ## `sf package install report`
6224
6224
 
@@ -6251,7 +6251,7 @@ EXAMPLES
6251
6251
  $ sf package install report --request-id 0Hf... --target-org me@example.com
6252
6252
  ```
6253
6253
 
6254
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/install/report.ts)_
6254
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/install/report.ts)_
6255
6255
 
6256
6256
  ## `sf package installed list`
6257
6257
 
@@ -6283,7 +6283,7 @@ EXAMPLES
6283
6283
  $ sf package installed list --target-org me@example.com
6284
6284
  ```
6285
6285
 
6286
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/installed/list.ts)_
6286
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/installed/list.ts)_
6287
6287
 
6288
6288
  ## `sf package list`
6289
6289
 
@@ -6321,7 +6321,7 @@ EXAMPLES
6321
6321
  $ sf package list --target-dev-hub devhub@example.com --verbose
6322
6322
  ```
6323
6323
 
6324
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/list.ts)_
6324
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/list.ts)_
6325
6325
 
6326
6326
  ## `sf package push-upgrade abort`
6327
6327
 
@@ -6360,7 +6360,7 @@ EXAMPLES
6360
6360
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
6361
6361
  ```
6362
6362
 
6363
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/push-upgrade/abort.ts)_
6363
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/push-upgrade/abort.ts)_
6364
6364
 
6365
6365
  ## `sf package push-upgrade list`
6366
6366
 
@@ -6419,7 +6419,7 @@ EXAMPLES
6419
6419
  $ sf package push-upgrade list --package 033xyz –-status Failed
6420
6420
  ```
6421
6421
 
6422
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/push-upgrade/list.ts)_
6422
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/push-upgrade/list.ts)_
6423
6423
 
6424
6424
  ## `sf package push-upgrade report`
6425
6425
 
@@ -6461,7 +6461,7 @@ EXAMPLES
6461
6461
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
6462
6462
  ```
6463
6463
 
6464
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/push-upgrade/report.ts)_
6464
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/push-upgrade/report.ts)_
6465
6465
 
6466
6466
  ## `sf package push-upgrade schedule`
6467
6467
 
@@ -6548,7 +6548,7 @@ FLAG DESCRIPTIONS
6548
6548
  Overrides the value of the target-dev-hub configuration variable, if set.
6549
6549
  ```
6550
6550
 
6551
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/push-upgrade/schedule.ts)_
6551
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/push-upgrade/schedule.ts)_
6552
6552
 
6553
6553
  ## `sf package uninstall`
6554
6554
 
@@ -6596,7 +6596,7 @@ EXAMPLES
6596
6596
  $ sf package uninstall --package "Undesirable Package Alias"
6597
6597
  ```
6598
6598
 
6599
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/uninstall.ts)_
6599
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/uninstall.ts)_
6600
6600
 
6601
6601
  ## `sf package uninstall report`
6602
6602
 
@@ -6629,7 +6629,7 @@ EXAMPLES
6629
6629
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
6630
6630
  ```
6631
6631
 
6632
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/uninstall/report.ts)_
6632
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/uninstall/report.ts)_
6633
6633
 
6634
6634
  ## `sf package update`
6635
6635
 
@@ -6646,7 +6646,9 @@ FLAGS
6646
6646
  -o, --error-notification-username=<value> Active Dev Hub user designated to receive email notifications for package
6647
6647
  errors.
6648
6648
  -p, --package=<value> (required) ID (starts with 0Ho) or alias of the package to update.
6649
- -r, --recommended-version-id=<value> Package version ID that subscribers are notified to install or upgrade to.
6649
+ -r, --recommended-version-id=<value> ID of the package version that's installed when subscribers click the
6650
+ Upgrade to Recommended Version option on the Installed Packages page of
6651
+ their org.
6650
6652
  -v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
6651
6653
  `target-dev-hub` configuration variable is already set.
6652
6654
  --api-version=<value> Override the api version used for api requests made by this command
@@ -6685,14 +6687,17 @@ FLAG DESCRIPTIONS
6685
6687
  Email notifications include information about unhandled Apex exceptions, and install, upgrade, or uninstall failures
6686
6688
  associated with your package.
6687
6689
 
6688
- -r, --recommended-version-id=<value> Package version ID that subscribers are notified to install or upgrade to.
6690
+ -r, --recommended-version-id=<value>
6689
6691
 
6690
- Specify the recommended package version for subscribers to install. Subscribers are notified to install the package
6691
- version ID that you specify. If the subscribers have a different version of the same package installed, they're
6692
- notified to upgrade to the recommended version.
6692
+ ID of the package version that's installed when subscribers click the Upgrade to Recommended Version option on the
6693
+ Installed Packages page of their org.
6694
+
6695
+ Specify the recommended package version for subscribers to install. If a subscriber has a package version installed
6696
+ in their org that's lower than the version you set, the subscriber sees the Upgrade to Recommended Version option on
6697
+ the Installed Packages page. Only released package versions can be set as the recommended version.
6693
6698
  ```
6694
6699
 
6695
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/update.ts)_
6700
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/update.ts)_
6696
6701
 
6697
6702
  ## `sf package version create`
6698
6703
 
@@ -6867,7 +6872,7 @@ FLAG DESCRIPTIONS
6867
6872
  periods of no output from commands.
6868
6873
  ```
6869
6874
 
6870
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/create.ts)_
6875
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/create.ts)_
6871
6876
 
6872
6877
  ## `sf package version create list`
6873
6878
 
@@ -6928,7 +6933,7 @@ EXAMPLES
6928
6933
  $ sf package version create list --created-last-days 0 --status Success
6929
6934
  ```
6930
6935
 
6931
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/create/list.ts)_
6936
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/create/list.ts)_
6932
6937
 
6933
6938
  ## `sf package version create report`
6934
6939
 
@@ -6971,7 +6976,7 @@ EXAMPLES
6971
6976
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
6972
6977
  ```
6973
6978
 
6974
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/create/report.ts)_
6979
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/create/report.ts)_
6975
6980
 
6976
6981
  ## `sf package version delete`
6977
6982
 
@@ -7012,7 +7017,7 @@ EXAMPLES
7012
7017
  $ sf package version delete --package 04t... --target-org devhub@example.com
7013
7018
  ```
7014
7019
 
7015
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/delete.ts)_
7020
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/delete.ts)_
7016
7021
 
7017
7022
  ## `sf package version displayancestry`
7018
7023
 
@@ -7072,7 +7077,7 @@ FLAG DESCRIPTIONS
7072
7077
  You can use the DOT code output in graph visualization software to create tree visualizations.
7073
7078
  ```
7074
7079
 
7075
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/displayancestry.ts)_
7080
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/displayancestry.ts)_
7076
7081
 
7077
7082
  ## `sf package version displaydependencies`
7078
7083
 
@@ -7134,7 +7139,7 @@ FLAG DESCRIPTIONS
7134
7139
  package, which must be installed last.
7135
7140
  ```
7136
7141
 
7137
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/displaydependencies.ts)_
7142
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/displaydependencies.ts)_
7138
7143
 
7139
7144
  ## `sf package version list`
7140
7145
 
@@ -7210,7 +7215,7 @@ EXAMPLES
7210
7215
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
7211
7216
  ```
7212
7217
 
7213
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/list.ts)_
7218
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/list.ts)_
7214
7219
 
7215
7220
  ## `sf package version promote`
7216
7221
 
@@ -7254,7 +7259,7 @@ EXAMPLES
7254
7259
  $ sf package version promote --package "Awesome Package Alias"
7255
7260
  ```
7256
7261
 
7257
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/promote.ts)_
7262
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/promote.ts)_
7258
7263
 
7259
7264
  ## `sf package version report`
7260
7265
 
@@ -7294,7 +7299,7 @@ EXAMPLES
7294
7299
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
7295
7300
  ```
7296
7301
 
7297
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/report.ts)_
7302
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/report.ts)_
7298
7303
 
7299
7304
  ## `sf package version retrieve`
7300
7305
 
@@ -7339,7 +7344,7 @@ EXAMPLES
7339
7344
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
7340
7345
  ```
7341
7346
 
7342
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/retrieve.ts)_
7347
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/retrieve.ts)_
7343
7348
 
7344
7349
  ## `sf package version update`
7345
7350
 
@@ -7392,7 +7397,7 @@ EXAMPLES
7392
7397
  $ sf package version update --package 04t... --version-description "New Package Version Description"
7393
7398
  ```
7394
7399
 
7395
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/update.ts)_
7400
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/update.ts)_
7396
7401
 
7397
7402
  ## `sf package1 version create`
7398
7403
 
@@ -7459,7 +7464,7 @@ FLAG DESCRIPTIONS
7459
7464
  subscribers.
7460
7465
  ```
7461
7466
 
7462
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package1/version/create.ts)_
7467
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package1/version/create.ts)_
7463
7468
 
7464
7469
  ## `sf package1 version create get`
7465
7470
 
@@ -7492,7 +7497,7 @@ EXAMPLES
7492
7497
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
7493
7498
  ```
7494
7499
 
7495
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package1/version/create/get.ts)_
7500
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package1/version/create/get.ts)_
7496
7501
 
7497
7502
  ## `sf package1 version display`
7498
7503
 
@@ -7526,7 +7531,7 @@ EXAMPLES
7526
7531
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
7527
7532
  ```
7528
7533
 
7529
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package1/version/display.ts)_
7534
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package1/version/display.ts)_
7530
7535
 
7531
7536
  ## `sf package1 version list`
7532
7537
 
@@ -7564,7 +7569,7 @@ FLAG DESCRIPTIONS
7564
7569
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
7565
7570
  ```
7566
7571
 
7567
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package1/version/list.ts)_
7572
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package1/version/list.ts)_
7568
7573
 
7569
7574
  ## `sf plugins`
7570
7575
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.117.6",
3
+ "version": "2.118.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.117.6",
9
+ "version": "2.118.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -34,7 +34,7 @@
34
34
  "@salesforce/plugin-limits": "3.3.74",
35
35
  "@salesforce/plugin-marketplace": "1.3.8",
36
36
  "@salesforce/plugin-org": "5.9.53",
37
- "@salesforce/plugin-packaging": "2.24.2",
37
+ "@salesforce/plugin-packaging": "2.24.4",
38
38
  "@salesforce/plugin-schema": "3.3.90",
39
39
  "@salesforce/plugin-settings": "2.4.54",
40
40
  "@salesforce/plugin-sobject": "1.4.81",
@@ -5462,9 +5462,9 @@
5462
5462
  }
5463
5463
  },
5464
5464
  "node_modules/@salesforce/plugin-packaging": {
5465
- "version": "2.24.2",
5466
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.2.tgz",
5467
- "integrity": "sha512-tbLmyMc5dBHYsqD/yI+mOckf4/4alfbqlqrIpXxM0lJLdsjum/11JMA+nZo8djskpGrcQvLI6tXEL0pZxIBUXQ==",
5465
+ "version": "2.24.4",
5466
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.4.tgz",
5467
+ "integrity": "sha512-Ke+0graqopIEcJRT46K3RdtDet11QZaHb+rzERC0OAVnQvhk8oSZKs5jdnhGgA+gxg5B4EIIvNQ/+tSQYJ6hug==",
5468
5468
  "license": "Apache-2.0",
5469
5469
  "dependencies": {
5470
5470
  "@oclif/core": "^4",
package/oclif.lock CHANGED
@@ -2377,10 +2377,10 @@
2377
2377
  open "^10.2.0"
2378
2378
  terminal-link "^3.0.0"
2379
2379
 
2380
- "@salesforce/plugin-packaging@2.24.2":
2381
- version "2.24.2"
2382
- resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.2.tgz"
2383
- integrity sha512-tbLmyMc5dBHYsqD/yI+mOckf4/4alfbqlqrIpXxM0lJLdsjum/11JMA+nZo8djskpGrcQvLI6tXEL0pZxIBUXQ==
2380
+ "@salesforce/plugin-packaging@2.24.4":
2381
+ version "2.24.4"
2382
+ resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.4.tgz"
2383
+ integrity sha512-Ke+0graqopIEcJRT46K3RdtDet11QZaHb+rzERC0OAVnQvhk8oSZKs5jdnhGgA+gxg5B4EIIvNQ/+tSQYJ6hug==
2384
2384
  dependencies:
2385
2385
  "@oclif/core" "^4"
2386
2386
  "@salesforce/core" "^8.24.0"
@@ -4180,5 +4180,5 @@
4180
4180
  "requiresProject": true
4181
4181
  }
4182
4182
  },
4183
- "version": "2.117.6"
4183
+ "version": "2.118.0"
4184
4184
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.117.6",
4
+ "version": "2.118.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -167,7 +167,7 @@
167
167
  "@salesforce/plugin-limits": "3.3.74",
168
168
  "@salesforce/plugin-marketplace": "1.3.8",
169
169
  "@salesforce/plugin-org": "5.9.53",
170
- "@salesforce/plugin-packaging": "2.24.2",
170
+ "@salesforce/plugin-packaging": "2.24.4",
171
171
  "@salesforce/plugin-schema": "3.3.90",
172
172
  "@salesforce/plugin-settings": "2.4.54",
173
173
  "@salesforce/plugin-sobject": "1.4.81",