@salesforce/cli 2.66.2 → 2.66.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
@@ -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.66.2 linux-x64 node-v20.18.0
27
+ @salesforce/cli/2.66.3 linux-x64 node-v20.18.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -212,7 +212,7 @@ EXAMPLES
212
212
  $ sf alias list
213
213
  ```
214
214
 
215
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/alias/list.ts)_
215
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.4/src/commands/alias/list.ts)_
216
216
 
217
217
  ## `sf alias set`
218
218
 
@@ -261,7 +261,7 @@ EXAMPLES
261
261
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
262
262
  ```
263
263
 
264
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/alias/set.ts)_
264
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.4/src/commands/alias/set.ts)_
265
265
 
266
266
  ## `sf alias unset`
267
267
 
@@ -301,7 +301,7 @@ EXAMPLES
301
301
  $ sf alias unset --all [--no-prompt]
302
302
  ```
303
303
 
304
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/alias/unset.ts)_
304
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.4/src/commands/alias/unset.ts)_
305
305
 
306
306
  ## `sf analytics generate template`
307
307
 
@@ -1079,7 +1079,7 @@ DESCRIPTION
1079
1079
  List all sf commands.
1080
1080
  ```
1081
1081
 
1082
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.5/src/commands/commands.ts)_
1082
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.7/src/commands/commands.ts)_
1083
1083
 
1084
1084
  ## `sf config get`
1085
1085
 
@@ -1128,7 +1128,7 @@ CONFIGURATION VARIABLES
1128
1128
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1129
1129
  ```
1130
1130
 
1131
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/config/get.ts)_
1131
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.4/src/commands/config/get.ts)_
1132
1132
 
1133
1133
  ## `sf config list`
1134
1134
 
@@ -1168,7 +1168,7 @@ EXAMPLES
1168
1168
  $ sf config list
1169
1169
  ```
1170
1170
 
1171
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/config/list.ts)_
1171
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.4/src/commands/config/list.ts)_
1172
1172
 
1173
1173
  ## `sf config set`
1174
1174
 
@@ -1237,7 +1237,7 @@ CONFIGURATION VARIABLES
1237
1237
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1238
1238
  ```
1239
1239
 
1240
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/config/set.ts)_
1240
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.4/src/commands/config/set.ts)_
1241
1241
 
1242
1242
  ## `sf config unset`
1243
1243
 
@@ -1287,7 +1287,7 @@ CONFIGURATION VARIABLES
1287
1287
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1288
1288
  ```
1289
1289
 
1290
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.3/src/commands/config/unset.ts)_
1290
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.4/src/commands/config/unset.ts)_
1291
1291
 
1292
1292
  ## `sf data bulk results`
1293
1293
 
@@ -3843,7 +3843,7 @@ EXAMPLES
3843
3843
  $ sf org list auth
3844
3844
  ```
3845
3845
 
3846
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.70/src/commands/org/list/auth.ts)_
3846
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.72/src/commands/org/list/auth.ts)_
3847
3847
 
3848
3848
  ## `sf org list limits`
3849
3849
 
@@ -4143,7 +4143,7 @@ FLAG DESCRIPTIONS
4143
4143
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4144
4144
  ```
4145
4145
 
4146
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.70/src/commands/org/login/access-token.ts)_
4146
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.72/src/commands/org/login/access-token.ts)_
4147
4147
 
4148
4148
  ## `sf org login device`
4149
4149
 
@@ -4203,7 +4203,7 @@ FLAG DESCRIPTIONS
4203
4203
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4204
4204
  ```
4205
4205
 
4206
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.70/src/commands/org/login/device.ts)_
4206
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.72/src/commands/org/login/device.ts)_
4207
4207
 
4208
4208
  ## `sf org login jwt`
4209
4209
 
@@ -4294,7 +4294,7 @@ FLAG DESCRIPTIONS
4294
4294
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4295
4295
  ```
4296
4296
 
4297
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.70/src/commands/org/login/jwt.ts)_
4297
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.72/src/commands/org/login/jwt.ts)_
4298
4298
 
4299
4299
  ## `sf org login sfdx-url`
4300
4300
 
@@ -4364,7 +4364,7 @@ EXAMPLES
4364
4364
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
4365
4365
  ```
4366
4366
 
4367
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.70/src/commands/org/login/sfdx-url.ts)_
4367
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.72/src/commands/org/login/sfdx-url.ts)_
4368
4368
 
4369
4369
  ## `sf org login web`
4370
4370
 
@@ -4451,7 +4451,7 @@ FLAG DESCRIPTIONS
4451
4451
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4452
4452
  ```
4453
4453
 
4454
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.70/src/commands/org/login/web.ts)_
4454
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.72/src/commands/org/login/web.ts)_
4455
4455
 
4456
4456
  ## `sf org logout`
4457
4457
 
@@ -4512,7 +4512,7 @@ FLAG DESCRIPTIONS
4512
4512
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4513
4513
  ```
4514
4514
 
4515
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.70/src/commands/org/logout.ts)_
4515
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.72/src/commands/org/logout.ts)_
4516
4516
 
4517
4517
  ## `sf org open`
4518
4518
 
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.66.2",
3
+ "version": "2.66.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.66.2",
9
+ "version": "2.66.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
14
  "@oclif/core": "4.0.31",
15
15
  "@oclif/plugin-autocomplete": "3.2.7",
16
- "@oclif/plugin-commands": "4.1.5",
16
+ "@oclif/plugin-commands": "4.1.7",
17
17
  "@oclif/plugin-help": "6.2.16",
18
18
  "@oclif/plugin-not-found": "3.2.24",
19
19
  "@oclif/plugin-plugins": "5.4.15",
@@ -26,7 +26,7 @@
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-apex": "3.5.5",
28
28
  "@salesforce/plugin-api": "1.3.1",
29
- "@salesforce/plugin-auth": "3.6.70",
29
+ "@salesforce/plugin-auth": "3.6.72",
30
30
  "@salesforce/plugin-data": "3.11.0",
31
31
  "@salesforce/plugin-deploy-retrieve": "3.15.7",
32
32
  "@salesforce/plugin-info": "3.4.15",
@@ -35,9 +35,9 @@
35
35
  "@salesforce/plugin-org": "5.1.0",
36
36
  "@salesforce/plugin-packaging": "2.9.0",
37
37
  "@salesforce/plugin-schema": "3.3.39",
38
- "@salesforce/plugin-settings": "2.4.3",
38
+ "@salesforce/plugin-settings": "2.4.4",
39
39
  "@salesforce/plugin-sobject": "1.4.44",
40
- "@salesforce/plugin-telemetry": "3.6.18",
40
+ "@salesforce/plugin-telemetry": "3.6.19",
41
41
  "@salesforce/plugin-templates": "56.3.26",
42
42
  "@salesforce/plugin-trust": "3.7.38",
43
43
  "@salesforce/plugin-user": "3.6.0",
@@ -4510,13 +4510,13 @@
4510
4510
  }
4511
4511
  },
4512
4512
  "node_modules/@oclif/plugin-commands": {
4513
- "version": "4.1.5",
4514
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.5.tgz",
4515
- "integrity": "sha512-sjIDkCYJAjeIyiYrFsdeiazZnQjPGOU9zYyDUlQ51h192y34O7zkPpppOA6CvEbmabxrNYwUag5jWXWDOybIkA==",
4513
+ "version": "4.1.7",
4514
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.7.tgz",
4515
+ "integrity": "sha512-BdC857uNq2Ar7pwDYubAoVM8pkl6nTwjieBsvUQt/mUYdHaYZEZRmZ/J2ZnqK0BcDit4VlLdK+y5E8h30jcCYw==",
4516
4516
  "license": "MIT",
4517
4517
  "dependencies": {
4518
4518
  "@oclif/core": "^4",
4519
- "@oclif/table": "^0.2.3",
4519
+ "@oclif/table": "^0.3.2",
4520
4520
  "lodash": "^4.17.21",
4521
4521
  "object-treeify": "^4.0.1"
4522
4522
  },
@@ -4701,6 +4701,94 @@
4701
4701
  "node": ">=18.0.0"
4702
4702
  }
4703
4703
  },
4704
+ "node_modules/@oclif/plugin-update/node_modules/@oclif/table": {
4705
+ "version": "0.2.4",
4706
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.2.4.tgz",
4707
+ "integrity": "sha512-qbkBEkpvIXdiZ844stwX6vH+RaRkOH7k0X3U2zJqRGMJl3Uqr9d78vWpuUX7gmsuspCDavsgi/Gbnx2MXH5GQw==",
4708
+ "license": "MIT",
4709
+ "dependencies": {
4710
+ "@oclif/core": "^4",
4711
+ "@types/react": "^18.3.12",
4712
+ "change-case": "^5.4.4",
4713
+ "cli-truncate": "^4.0.0",
4714
+ "ink": "^5.0.1",
4715
+ "natural-orderby": "^3.0.2",
4716
+ "object-hash": "^3.0.0",
4717
+ "react": "^18.3.1",
4718
+ "strip-ansi": "^7.1.0",
4719
+ "wrap-ansi": "^9.0.0"
4720
+ },
4721
+ "engines": {
4722
+ "node": ">=18.0.0"
4723
+ }
4724
+ },
4725
+ "node_modules/@oclif/plugin-update/node_modules/ansi-regex": {
4726
+ "version": "6.0.1",
4727
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
4728
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
4729
+ "license": "MIT",
4730
+ "engines": {
4731
+ "node": ">=12"
4732
+ },
4733
+ "funding": {
4734
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4735
+ }
4736
+ },
4737
+ "node_modules/@oclif/plugin-update/node_modules/emoji-regex": {
4738
+ "version": "10.3.0",
4739
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
4740
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
4741
+ "license": "MIT"
4742
+ },
4743
+ "node_modules/@oclif/plugin-update/node_modules/string-width": {
4744
+ "version": "7.2.0",
4745
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4746
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
4747
+ "license": "MIT",
4748
+ "dependencies": {
4749
+ "emoji-regex": "^10.3.0",
4750
+ "get-east-asian-width": "^1.0.0",
4751
+ "strip-ansi": "^7.1.0"
4752
+ },
4753
+ "engines": {
4754
+ "node": ">=18"
4755
+ },
4756
+ "funding": {
4757
+ "url": "https://github.com/sponsors/sindresorhus"
4758
+ }
4759
+ },
4760
+ "node_modules/@oclif/plugin-update/node_modules/strip-ansi": {
4761
+ "version": "7.1.0",
4762
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
4763
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
4764
+ "license": "MIT",
4765
+ "dependencies": {
4766
+ "ansi-regex": "^6.0.1"
4767
+ },
4768
+ "engines": {
4769
+ "node": ">=12"
4770
+ },
4771
+ "funding": {
4772
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4773
+ }
4774
+ },
4775
+ "node_modules/@oclif/plugin-update/node_modules/wrap-ansi": {
4776
+ "version": "9.0.0",
4777
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
4778
+ "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
4779
+ "license": "MIT",
4780
+ "dependencies": {
4781
+ "ansi-styles": "^6.2.1",
4782
+ "string-width": "^7.0.0",
4783
+ "strip-ansi": "^7.1.0"
4784
+ },
4785
+ "engines": {
4786
+ "node": ">=18"
4787
+ },
4788
+ "funding": {
4789
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4790
+ }
4791
+ },
4704
4792
  "node_modules/@oclif/plugin-version": {
4705
4793
  "version": "2.2.15",
4706
4794
  "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.15.tgz",
@@ -4745,9 +4833,9 @@
4745
4833
  }
4746
4834
  },
4747
4835
  "node_modules/@oclif/table": {
4748
- "version": "0.2.4",
4749
- "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.2.4.tgz",
4750
- "integrity": "sha512-qbkBEkpvIXdiZ844stwX6vH+RaRkOH7k0X3U2zJqRGMJl3Uqr9d78vWpuUX7gmsuspCDavsgi/Gbnx2MXH5GQw==",
4836
+ "version": "0.3.2",
4837
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.3.2.tgz",
4838
+ "integrity": "sha512-H8B41sRuXByT4E3ROSICbiQBbZDD3Kw30vYkJlPvKbE5QGEd11hPo+P9ahdGLA3AY0SkTflfTily8fFhHT0WDA==",
4751
4839
  "license": "MIT",
4752
4840
  "dependencies": {
4753
4841
  "@oclif/core": "^4",
@@ -5606,9 +5694,9 @@
5606
5694
  }
5607
5695
  },
5608
5696
  "node_modules/@salesforce/plugin-auth": {
5609
- "version": "3.6.70",
5610
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.70.tgz",
5611
- "integrity": "sha512-gvNXYMJ6/HjNQN1a9g8kOnaa+YKjqLJqa+wVDEYzqR8ZYSCWNXxW6+DCiywLgVi/YNuu7vx4ipfgT8DRcvWDkA==",
5697
+ "version": "3.6.72",
5698
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.72.tgz",
5699
+ "integrity": "sha512-6ULGUrNMVYiiGHthp8pmnJmWSNmOrA+iOBBrp0pLbpeEOfzGlejJTOVKWqXcIcsQ+JkYR/RtqHtcRQ32erN99Q==",
5612
5700
  "license": "BSD-3-Clause",
5613
5701
  "dependencies": {
5614
5702
  "@inquirer/checkbox": "^2.5.0",
@@ -5617,7 +5705,7 @@
5617
5705
  "@salesforce/core": "^8.6.2",
5618
5706
  "@salesforce/kit": "^3.2.3",
5619
5707
  "@salesforce/plugin-info": "^3.4.12",
5620
- "@salesforce/sf-plugins-core": "^12.0.4",
5708
+ "@salesforce/sf-plugins-core": "^12.0.11",
5621
5709
  "@salesforce/ts-types": "^2.0.11",
5622
5710
  "open": "^10.1.0"
5623
5711
  },
@@ -6174,9 +6262,9 @@
6174
6262
  }
6175
6263
  },
6176
6264
  "node_modules/@salesforce/plugin-settings": {
6177
- "version": "2.4.3",
6178
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.3.tgz",
6179
- "integrity": "sha512-zn2GqH7Rv5D33lqWasY2VKAmmIOYki+cEhepkQRwYdtklzzYgL1LpRLBe8HxazasabUtCSAISP63lrmKw/9qRQ==",
6265
+ "version": "2.4.4",
6266
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.4.tgz",
6267
+ "integrity": "sha512-UNfxb4EngwvG/efGwCX+J0KV0y/MHC6qT5wJjLrBIx/NvlYj259PttwjXFv+Zu6rTxZ3HK95ZW1P+WgDd3CUUA==",
6180
6268
  "license": "BSD-3-Clause",
6181
6269
  "dependencies": {
6182
6270
  "@oclif/core": "^4",
@@ -6283,12 +6371,12 @@
6283
6371
  }
6284
6372
  },
6285
6373
  "node_modules/@salesforce/plugin-telemetry": {
6286
- "version": "3.6.18",
6287
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.18.tgz",
6288
- "integrity": "sha512-XeC3Yb3VGkQAYqVVgM82EtHvfFr3gOGS5xu052tO2zRRacNcXmi9QSzg4eBt3v7XVp9+qYEQsI6nwaE8BGWM3Q==",
6374
+ "version": "3.6.19",
6375
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.19.tgz",
6376
+ "integrity": "sha512-mc62MFoB72YQRHgn2Hly9oUuFDebNxQeqS+vCzpd9g2FuLYiYQbYQ1uZ8aJPOlmBv75gA6ZxHdjKyRJ9goBXVQ==",
6289
6377
  "license": "BSD-3-Clause",
6290
6378
  "dependencies": {
6291
- "@oclif/core": "^4.0.30",
6379
+ "@oclif/core": "^4.0.31",
6292
6380
  "@salesforce/core": "^8.5.7",
6293
6381
  "@salesforce/kit": "^3.2.3",
6294
6382
  "@salesforce/sf-plugins-core": "^11.3.12",
@@ -6534,94 +6622,6 @@
6534
6622
  "node": ">=18.0.0"
6535
6623
  }
6536
6624
  },
6537
- "node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/table": {
6538
- "version": "0.3.2",
6539
- "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.3.2.tgz",
6540
- "integrity": "sha512-H8B41sRuXByT4E3ROSICbiQBbZDD3Kw30vYkJlPvKbE5QGEd11hPo+P9ahdGLA3AY0SkTflfTily8fFhHT0WDA==",
6541
- "license": "MIT",
6542
- "dependencies": {
6543
- "@oclif/core": "^4",
6544
- "@types/react": "^18.3.12",
6545
- "change-case": "^5.4.4",
6546
- "cli-truncate": "^4.0.0",
6547
- "ink": "^5.0.1",
6548
- "natural-orderby": "^3.0.2",
6549
- "object-hash": "^3.0.0",
6550
- "react": "^18.3.1",
6551
- "strip-ansi": "^7.1.0",
6552
- "wrap-ansi": "^9.0.0"
6553
- },
6554
- "engines": {
6555
- "node": ">=18.0.0"
6556
- }
6557
- },
6558
- "node_modules/@salesforce/sf-plugins-core/node_modules/ansi-regex": {
6559
- "version": "6.0.1",
6560
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
6561
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
6562
- "license": "MIT",
6563
- "engines": {
6564
- "node": ">=12"
6565
- },
6566
- "funding": {
6567
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
6568
- }
6569
- },
6570
- "node_modules/@salesforce/sf-plugins-core/node_modules/emoji-regex": {
6571
- "version": "10.3.0",
6572
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
6573
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
6574
- "license": "MIT"
6575
- },
6576
- "node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
6577
- "version": "7.2.0",
6578
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
6579
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
6580
- "license": "MIT",
6581
- "dependencies": {
6582
- "emoji-regex": "^10.3.0",
6583
- "get-east-asian-width": "^1.0.0",
6584
- "strip-ansi": "^7.1.0"
6585
- },
6586
- "engines": {
6587
- "node": ">=18"
6588
- },
6589
- "funding": {
6590
- "url": "https://github.com/sponsors/sindresorhus"
6591
- }
6592
- },
6593
- "node_modules/@salesforce/sf-plugins-core/node_modules/strip-ansi": {
6594
- "version": "7.1.0",
6595
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
6596
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
6597
- "license": "MIT",
6598
- "dependencies": {
6599
- "ansi-regex": "^6.0.1"
6600
- },
6601
- "engines": {
6602
- "node": ">=12"
6603
- },
6604
- "funding": {
6605
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
6606
- }
6607
- },
6608
- "node_modules/@salesforce/sf-plugins-core/node_modules/wrap-ansi": {
6609
- "version": "9.0.0",
6610
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
6611
- "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
6612
- "license": "MIT",
6613
- "dependencies": {
6614
- "ansi-styles": "^6.2.1",
6615
- "string-width": "^7.0.0",
6616
- "strip-ansi": "^7.1.0"
6617
- },
6618
- "engines": {
6619
- "node": ">=18"
6620
- },
6621
- "funding": {
6622
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6623
- }
6624
- },
6625
6625
  "node_modules/@salesforce/source-deploy-retrieve": {
6626
6626
  "version": "12.8.1",
6627
6627
  "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.8.1.tgz",
package/oclif.lock CHANGED
@@ -2070,7 +2070,7 @@
2070
2070
  proc-log "^5.0.0"
2071
2071
  which "^5.0.0"
2072
2072
 
2073
- "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.28", "@oclif/core@^4.0.30", "@oclif/core@^4.0.6", "@oclif/core@4.0.31":
2073
+ "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.28", "@oclif/core@^4.0.30", "@oclif/core@^4.0.31", "@oclif/core@^4.0.6", "@oclif/core@4.0.31":
2074
2074
  version "4.0.31"
2075
2075
  resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.31.tgz"
2076
2076
  integrity sha512-7oyIZv/C1TP+fPc2tSzVPYqG1zU+nel1QvJxjAWyVhud0J8B5SpKZnryedxs3nlSVPJ6K1MT31C9esupCBYgZw==
@@ -2132,13 +2132,13 @@
2132
2132
  semver "^7.6.0"
2133
2133
  ts-json-schema-generator "^1.5.1"
2134
2134
 
2135
- "@oclif/plugin-commands@4.1.5":
2136
- version "4.1.5"
2137
- resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.5.tgz"
2138
- integrity sha512-sjIDkCYJAjeIyiYrFsdeiazZnQjPGOU9zYyDUlQ51h192y34O7zkPpppOA6CvEbmabxrNYwUag5jWXWDOybIkA==
2135
+ "@oclif/plugin-commands@4.1.7":
2136
+ version "4.1.7"
2137
+ resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.7.tgz"
2138
+ integrity sha512-BdC857uNq2Ar7pwDYubAoVM8pkl6nTwjieBsvUQt/mUYdHaYZEZRmZ/J2ZnqK0BcDit4VlLdK+y5E8h30jcCYw==
2139
2139
  dependencies:
2140
2140
  "@oclif/core" "^4"
2141
- "@oclif/table" "^0.2.3"
2141
+ "@oclif/table" "^0.3.2"
2142
2142
  lodash "^4.17.21"
2143
2143
  object-treeify "^4.0.1"
2144
2144
 
@@ -2229,7 +2229,7 @@
2229
2229
  "@oclif/core" "^4"
2230
2230
  ansis "^3.3.1"
2231
2231
 
2232
- "@oclif/table@^0.2.3", "@oclif/table@^0.2.4":
2232
+ "@oclif/table@^0.2.4":
2233
2233
  version "0.2.4"
2234
2234
  resolved "https://registry.npmjs.org/@oclif/table/-/table-0.2.4.tgz"
2235
2235
  integrity sha512-qbkBEkpvIXdiZ844stwX6vH+RaRkOH7k0X3U2zJqRGMJl3Uqr9d78vWpuUX7gmsuspCDavsgi/Gbnx2MXH5GQw==
@@ -2568,10 +2568,10 @@
2568
2568
  got "^13.0.0"
2569
2569
  proxy-agent "^6.4.0"
2570
2570
 
2571
- "@salesforce/plugin-auth@3.6.70":
2572
- version "3.6.70"
2573
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.70.tgz"
2574
- integrity sha512-gvNXYMJ6/HjNQN1a9g8kOnaa+YKjqLJqa+wVDEYzqR8ZYSCWNXxW6+DCiywLgVi/YNuu7vx4ipfgT8DRcvWDkA==
2571
+ "@salesforce/plugin-auth@3.6.72":
2572
+ version "3.6.72"
2573
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.72.tgz"
2574
+ integrity sha512-6ULGUrNMVYiiGHthp8pmnJmWSNmOrA+iOBBrp0pLbpeEOfzGlejJTOVKWqXcIcsQ+JkYR/RtqHtcRQ32erN99Q==
2575
2575
  dependencies:
2576
2576
  "@inquirer/checkbox" "^2.5.0"
2577
2577
  "@inquirer/select" "^2.5.0"
@@ -2579,7 +2579,7 @@
2579
2579
  "@salesforce/core" "^8.6.2"
2580
2580
  "@salesforce/kit" "^3.2.3"
2581
2581
  "@salesforce/plugin-info" "^3.4.12"
2582
- "@salesforce/sf-plugins-core" "^12.0.4"
2582
+ "@salesforce/sf-plugins-core" "^12.0.11"
2583
2583
  "@salesforce/ts-types" "^2.0.11"
2584
2584
  open "^10.1.0"
2585
2585
 
@@ -2736,10 +2736,10 @@
2736
2736
  "@salesforce/core" "^8.6.3"
2737
2737
  "@salesforce/sf-plugins-core" "^11.3.12"
2738
2738
 
2739
- "@salesforce/plugin-settings@2.4.3":
2740
- version "2.4.3"
2741
- resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.3.tgz"
2742
- integrity sha512-zn2GqH7Rv5D33lqWasY2VKAmmIOYki+cEhepkQRwYdtklzzYgL1LpRLBe8HxazasabUtCSAISP63lrmKw/9qRQ==
2739
+ "@salesforce/plugin-settings@2.4.4":
2740
+ version "2.4.4"
2741
+ resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.4.tgz"
2742
+ integrity sha512-UNfxb4EngwvG/efGwCX+J0KV0y/MHC6qT5wJjLrBIx/NvlYj259PttwjXFv+Zu6rTxZ3HK95ZW1P+WgDd3CUUA==
2743
2743
  dependencies:
2744
2744
  "@oclif/core" "^4"
2745
2745
  "@salesforce/core" "^8.6.2"
@@ -2762,12 +2762,12 @@
2762
2762
  fast-xml-parser "^4.4.1"
2763
2763
  js2xmlparser "^4.0.2"
2764
2764
 
2765
- "@salesforce/plugin-telemetry@3.6.18":
2766
- version "3.6.18"
2767
- resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.18.tgz"
2768
- integrity sha512-XeC3Yb3VGkQAYqVVgM82EtHvfFr3gOGS5xu052tO2zRRacNcXmi9QSzg4eBt3v7XVp9+qYEQsI6nwaE8BGWM3Q==
2765
+ "@salesforce/plugin-telemetry@3.6.19":
2766
+ version "3.6.19"
2767
+ resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.19.tgz"
2768
+ integrity sha512-mc62MFoB72YQRHgn2Hly9oUuFDebNxQeqS+vCzpd9g2FuLYiYQbYQ1uZ8aJPOlmBv75gA6ZxHdjKyRJ9goBXVQ==
2769
2769
  dependencies:
2770
- "@oclif/core" "^4.0.30"
2770
+ "@oclif/core" "^4.0.31"
2771
2771
  "@salesforce/core" "^8.5.7"
2772
2772
  "@salesforce/kit" "^3.2.3"
2773
2773
  "@salesforce/sf-plugins-core" "^11.3.12"
@@ -2893,7 +2893,7 @@
2893
2893
  string-width "^7.2.0"
2894
2894
  terminal-link "^3.0.0"
2895
2895
 
2896
- "@salesforce/sf-plugins-core@^12.0.10", "@salesforce/sf-plugins-core@^12.0.11", "@salesforce/sf-plugins-core@^12.0.4", "@salesforce/sf-plugins-core@^12.0.7", "@salesforce/sf-plugins-core@^12.0.9", "@salesforce/sf-plugins-core@12.0.11":
2896
+ "@salesforce/sf-plugins-core@^12.0.10", "@salesforce/sf-plugins-core@^12.0.11", "@salesforce/sf-plugins-core@^12.0.7", "@salesforce/sf-plugins-core@^12.0.9", "@salesforce/sf-plugins-core@12.0.11":
2897
2897
  version "12.0.11"
2898
2898
  resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.11.tgz"
2899
2899
  integrity sha512-DYb54IeszQxcyl0N3e5qxSx3Vc571f36alZNE54qPqBTi9RAGEHQN4XR03dKLic0aNS/j4Z09RGH6YoH2zSL6A==
@@ -3892,6 +3892,131 @@
3892
3892
  "snapshot:create:org"
3893
3893
  ]
3894
3894
  },
3895
+ "org:get:snapshot": {
3896
+ "aliases": [
3897
+ "force:org:snapshot:get"
3898
+ ],
3899
+ "args": {},
3900
+ "deprecateAliases": true,
3901
+ "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
3902
+ "examples": [
3903
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3904
+ "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
3905
+ ],
3906
+ "flags": {
3907
+ "json": {
3908
+ "description": "Format output as json.",
3909
+ "helpGroup": "GLOBAL",
3910
+ "name": "json",
3911
+ "allowNo": false,
3912
+ "type": "boolean"
3913
+ },
3914
+ "flags-dir": {
3915
+ "helpGroup": "GLOBAL",
3916
+ "name": "flags-dir",
3917
+ "summary": "Import flag values from a directory.",
3918
+ "hasDynamicHelp": false,
3919
+ "multiple": false,
3920
+ "type": "option"
3921
+ },
3922
+ "target-dev-hub": {
3923
+ "aliases": [
3924
+ "targetdevhubusername"
3925
+ ],
3926
+ "char": "v",
3927
+ "deprecateAliases": true,
3928
+ "name": "target-dev-hub",
3929
+ "noCacheDefault": true,
3930
+ "required": true,
3931
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3932
+ "hasDynamicHelp": true,
3933
+ "multiple": false,
3934
+ "type": "option"
3935
+ },
3936
+ "api-version": {
3937
+ "aliases": [
3938
+ "apiversion"
3939
+ ],
3940
+ "deprecateAliases": true,
3941
+ "description": "Override the api version used for api requests made by this command",
3942
+ "name": "api-version",
3943
+ "hasDynamicHelp": false,
3944
+ "multiple": false,
3945
+ "type": "option"
3946
+ },
3947
+ "loglevel": {
3948
+ "deprecated": {
3949
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
3950
+ },
3951
+ "hidden": true,
3952
+ "name": "loglevel",
3953
+ "hasDynamicHelp": false,
3954
+ "multiple": false,
3955
+ "type": "option"
3956
+ },
3957
+ "snapshot": {
3958
+ "char": "s",
3959
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3960
+ "name": "snapshot",
3961
+ "required": true,
3962
+ "summary": "Name or ID of snapshot to retrieve.",
3963
+ "hasDynamicHelp": false,
3964
+ "multiple": false,
3965
+ "type": "option"
3966
+ }
3967
+ },
3968
+ "hasDynamicHelp": true,
3969
+ "hiddenAliases": [],
3970
+ "id": "org:get:snapshot",
3971
+ "pluginAlias": "@salesforce/plugin-signups",
3972
+ "pluginName": "@salesforce/plugin-signups",
3973
+ "pluginType": "jit",
3974
+ "strict": true,
3975
+ "summary": "Get details about a scratch org snapshot.",
3976
+ "enableJsonFlag": true,
3977
+ "isESM": true,
3978
+ "relativePath": [
3979
+ "lib",
3980
+ "commands",
3981
+ "org",
3982
+ "get",
3983
+ "snapshot.js"
3984
+ ],
3985
+ "aliasPermutations": [
3986
+ "force:org:snapshot:get",
3987
+ "org:force:snapshot:get",
3988
+ "org:snapshot:force:get",
3989
+ "org:snapshot:get:force",
3990
+ "force:snapshot:org:get",
3991
+ "snapshot:force:org:get",
3992
+ "snapshot:org:force:get",
3993
+ "snapshot:org:get:force",
3994
+ "force:snapshot:get:org",
3995
+ "snapshot:force:get:org",
3996
+ "snapshot:get:force:org",
3997
+ "snapshot:get:org:force",
3998
+ "force:org:get:snapshot",
3999
+ "org:force:get:snapshot",
4000
+ "org:get:force:snapshot",
4001
+ "org:get:snapshot:force",
4002
+ "force:get:org:snapshot",
4003
+ "get:force:org:snapshot",
4004
+ "get:org:force:snapshot",
4005
+ "get:org:snapshot:force",
4006
+ "force:get:snapshot:org",
4007
+ "get:force:snapshot:org",
4008
+ "get:snapshot:force:org",
4009
+ "get:snapshot:org:force"
4010
+ ],
4011
+ "permutations": [
4012
+ "org:get:snapshot",
4013
+ "get:org:snapshot",
4014
+ "get:snapshot:org",
4015
+ "org:snapshot:get",
4016
+ "snapshot:org:get",
4017
+ "snapshot:get:org"
4018
+ ]
4019
+ },
3895
4020
  "org:delete:shape": {
3896
4021
  "aliases": [
3897
4022
  "force:org:shape:delete"
@@ -4151,131 +4276,6 @@
4151
4276
  "snapshot:delete:org"
4152
4277
  ]
4153
4278
  },
4154
- "org:get:snapshot": {
4155
- "aliases": [
4156
- "force:org:snapshot:get"
4157
- ],
4158
- "args": {},
4159
- "deprecateAliases": true,
4160
- "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
4161
- "examples": [
4162
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
4163
- "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
4164
- ],
4165
- "flags": {
4166
- "json": {
4167
- "description": "Format output as json.",
4168
- "helpGroup": "GLOBAL",
4169
- "name": "json",
4170
- "allowNo": false,
4171
- "type": "boolean"
4172
- },
4173
- "flags-dir": {
4174
- "helpGroup": "GLOBAL",
4175
- "name": "flags-dir",
4176
- "summary": "Import flag values from a directory.",
4177
- "hasDynamicHelp": false,
4178
- "multiple": false,
4179
- "type": "option"
4180
- },
4181
- "target-dev-hub": {
4182
- "aliases": [
4183
- "targetdevhubusername"
4184
- ],
4185
- "char": "v",
4186
- "deprecateAliases": true,
4187
- "name": "target-dev-hub",
4188
- "noCacheDefault": true,
4189
- "required": true,
4190
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4191
- "hasDynamicHelp": true,
4192
- "multiple": false,
4193
- "type": "option"
4194
- },
4195
- "api-version": {
4196
- "aliases": [
4197
- "apiversion"
4198
- ],
4199
- "deprecateAliases": true,
4200
- "description": "Override the api version used for api requests made by this command",
4201
- "name": "api-version",
4202
- "hasDynamicHelp": false,
4203
- "multiple": false,
4204
- "type": "option"
4205
- },
4206
- "loglevel": {
4207
- "deprecated": {
4208
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
4209
- },
4210
- "hidden": true,
4211
- "name": "loglevel",
4212
- "hasDynamicHelp": false,
4213
- "multiple": false,
4214
- "type": "option"
4215
- },
4216
- "snapshot": {
4217
- "char": "s",
4218
- "description": "The IDs of scratch org snapshots start with 0Oo.",
4219
- "name": "snapshot",
4220
- "required": true,
4221
- "summary": "Name or ID of snapshot to retrieve.",
4222
- "hasDynamicHelp": false,
4223
- "multiple": false,
4224
- "type": "option"
4225
- }
4226
- },
4227
- "hasDynamicHelp": true,
4228
- "hiddenAliases": [],
4229
- "id": "org:get:snapshot",
4230
- "pluginAlias": "@salesforce/plugin-signups",
4231
- "pluginName": "@salesforce/plugin-signups",
4232
- "pluginType": "jit",
4233
- "strict": true,
4234
- "summary": "Get details about a scratch org snapshot.",
4235
- "enableJsonFlag": true,
4236
- "isESM": true,
4237
- "relativePath": [
4238
- "lib",
4239
- "commands",
4240
- "org",
4241
- "get",
4242
- "snapshot.js"
4243
- ],
4244
- "aliasPermutations": [
4245
- "force:org:snapshot:get",
4246
- "org:force:snapshot:get",
4247
- "org:snapshot:force:get",
4248
- "org:snapshot:get:force",
4249
- "force:snapshot:org:get",
4250
- "snapshot:force:org:get",
4251
- "snapshot:org:force:get",
4252
- "snapshot:org:get:force",
4253
- "force:snapshot:get:org",
4254
- "snapshot:force:get:org",
4255
- "snapshot:get:force:org",
4256
- "snapshot:get:org:force",
4257
- "force:org:get:snapshot",
4258
- "org:force:get:snapshot",
4259
- "org:get:force:snapshot",
4260
- "org:get:snapshot:force",
4261
- "force:get:org:snapshot",
4262
- "get:force:org:snapshot",
4263
- "get:org:force:snapshot",
4264
- "get:org:snapshot:force",
4265
- "force:get:snapshot:org",
4266
- "get:force:snapshot:org",
4267
- "get:snapshot:force:org",
4268
- "get:snapshot:org:force"
4269
- ],
4270
- "permutations": [
4271
- "org:get:snapshot",
4272
- "get:org:snapshot",
4273
- "get:snapshot:org",
4274
- "org:snapshot:get",
4275
- "snapshot:org:get",
4276
- "snapshot:get:org"
4277
- ]
4278
- },
4279
4279
  "org:list:shape": {
4280
4280
  "aliases": [
4281
4281
  "force:org:shape:list"
@@ -5370,5 +5370,5 @@
5370
5370
  ]
5371
5371
  }
5372
5372
  },
5373
- "version": "2.66.2"
5373
+ "version": "2.66.3"
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.66.2",
4
+ "version": "2.66.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -76,12 +76,12 @@
76
76
  ],
77
77
  "jitPlugins": {
78
78
  "@salesforce/plugin-custom-metadata": "3.3.36",
79
- "@salesforce/plugin-community": "3.3.1",
79
+ "@salesforce/plugin-community": "3.3.2",
80
80
  "@salesforce/plugin-dev": "2.5.0",
81
81
  "@salesforce/plugin-devops-center": "1.2.25",
82
82
  "@salesforce/plugin-env": "3.0.33",
83
83
  "@salesforce/plugin-functions": "1.23.0",
84
- "@salesforce/plugin-signups": "2.6.0",
84
+ "@salesforce/plugin-signups": "2.6.1",
85
85
  "@salesforce/sfdx-plugin-lwc-test": "1.2.1",
86
86
  "@salesforce/sfdx-scanner": "4.7.0"
87
87
  },
@@ -141,7 +141,7 @@
141
141
  "@inquirer/select": "^2.3.5",
142
142
  "@oclif/core": "4.0.31",
143
143
  "@oclif/plugin-autocomplete": "3.2.7",
144
- "@oclif/plugin-commands": "4.1.5",
144
+ "@oclif/plugin-commands": "4.1.7",
145
145
  "@oclif/plugin-help": "6.2.16",
146
146
  "@oclif/plugin-not-found": "3.2.24",
147
147
  "@oclif/plugin-plugins": "5.4.15",
@@ -154,7 +154,7 @@
154
154
  "@salesforce/kit": "^3.1.6",
155
155
  "@salesforce/plugin-apex": "3.5.5",
156
156
  "@salesforce/plugin-api": "1.3.1",
157
- "@salesforce/plugin-auth": "3.6.70",
157
+ "@salesforce/plugin-auth": "3.6.72",
158
158
  "@salesforce/plugin-data": "3.11.0",
159
159
  "@salesforce/plugin-deploy-retrieve": "3.15.7",
160
160
  "@salesforce/plugin-info": "3.4.15",
@@ -163,9 +163,9 @@
163
163
  "@salesforce/plugin-org": "5.1.0",
164
164
  "@salesforce/plugin-packaging": "2.9.0",
165
165
  "@salesforce/plugin-schema": "3.3.39",
166
- "@salesforce/plugin-settings": "2.4.3",
166
+ "@salesforce/plugin-settings": "2.4.4",
167
167
  "@salesforce/plugin-sobject": "1.4.44",
168
- "@salesforce/plugin-telemetry": "3.6.18",
168
+ "@salesforce/plugin-telemetry": "3.6.19",
169
169
  "@salesforce/plugin-templates": "56.3.26",
170
170
  "@salesforce/plugin-trust": "3.7.38",
171
171
  "@salesforce/plugin-user": "3.6.0",