@salesforce/cli 2.14.6 → 2.15.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
@@ -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.14.6 linux-x64 node-v18.18.0
27
+ @salesforce/cli/2.15.0 linux-x64 node-v18.18.2
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -320,7 +320,7 @@ FLAG DESCRIPTIONS
320
320
  directory.
321
321
  ```
322
322
 
323
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/analytics/generate/template.ts)_
323
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/analytics/generate/template.ts)_
324
324
 
325
325
  ## `sf apex generate class`
326
326
 
@@ -376,7 +376,7 @@ FLAG DESCRIPTIONS
376
376
  Supplied parameter values or default values are filled into a copy of the template.
377
377
  ```
378
378
 
379
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/apex/generate/class.ts)_
379
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/apex/generate/class.ts)_
380
380
 
381
381
  ## `sf apex generate trigger`
382
382
 
@@ -443,7 +443,7 @@ FLAG DESCRIPTIONS
443
443
  Supplied parameter values or default values are filled into a copy of the template.
444
444
  ```
445
445
 
446
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/apex/generate/trigger.ts)_
446
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/apex/generate/trigger.ts)_
447
447
 
448
448
  ## `sf apex get log`
449
449
 
@@ -3258,7 +3258,7 @@ FLAG DESCRIPTIONS
3258
3258
  Supplied parameter values or default values are filled into a copy of the template.
3259
3259
  ```
3260
3260
 
3261
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/lightning/generate/app.ts)_
3261
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/app.ts)_
3262
3262
 
3263
3263
  ## `sf lightning generate component`
3264
3264
 
@@ -3326,7 +3326,7 @@ FLAG DESCRIPTIONS
3326
3326
  Supplied parameter values or default values are filled into a copy of the template.
3327
3327
  ```
3328
3328
 
3329
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/lightning/generate/component.ts)_
3329
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/component.ts)_
3330
3330
 
3331
3331
  ## `sf lightning generate event`
3332
3332
 
@@ -3379,7 +3379,7 @@ FLAG DESCRIPTIONS
3379
3379
  Supplied parameter values or default values are filled into a copy of the template.
3380
3380
  ```
3381
3381
 
3382
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/lightning/generate/event.ts)_
3382
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/event.ts)_
3383
3383
 
3384
3384
  ## `sf lightning generate interface`
3385
3385
 
@@ -3432,7 +3432,7 @@ FLAG DESCRIPTIONS
3432
3432
  Supplied parameter values or default values are filled into a copy of the template.
3433
3433
  ```
3434
3434
 
3435
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/lightning/generate/interface.ts)_
3435
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/interface.ts)_
3436
3436
 
3437
3437
  ## `sf lightning generate test`
3438
3438
 
@@ -3485,7 +3485,7 @@ FLAG DESCRIPTIONS
3485
3485
  Supplied parameter values or default values are filled into a copy of the template.
3486
3486
  ```
3487
3487
 
3488
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/lightning/generate/test.ts)_
3488
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/test.ts)_
3489
3489
 
3490
3490
  ## `sf limits api display`
3491
3491
 
@@ -3590,7 +3590,7 @@ EXAMPLES
3590
3590
  $ sf login
3591
3591
  ```
3592
3592
 
3593
- _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.37/src/commands/login.ts)_
3593
+ _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.38/src/commands/login.ts)_
3594
3594
 
3595
3595
  ## `sf logout`
3596
3596
 
@@ -3624,7 +3624,7 @@ EXAMPLES
3624
3624
  $ sf logout --no-prompt
3625
3625
  ```
3626
3626
 
3627
- _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.37/src/commands/logout.ts)_
3627
+ _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.38/src/commands/logout.ts)_
3628
3628
 
3629
3629
  ## `sf org assign permset`
3630
3630
 
@@ -5117,7 +5117,7 @@ EXAMPLES
5117
5117
  $ sf plugins
5118
5118
  ```
5119
5119
 
5120
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/index.ts)_
5120
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/index.ts)_
5121
5121
 
5122
5122
  ## `sf plugins discover`
5123
5123
 
@@ -5134,7 +5134,7 @@ EXAMPLES
5134
5134
  $ sf plugins discover
5135
5135
  ```
5136
5136
 
5137
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/0.3.0/src/commands/plugins/discover.ts)_
5137
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/0.3.1/src/commands/plugins/discover.ts)_
5138
5138
 
5139
5139
  ## `sf plugins:inspect PLUGIN...`
5140
5140
 
@@ -5161,7 +5161,7 @@ EXAMPLES
5161
5161
  $ sf plugins:inspect myplugin
5162
5162
  ```
5163
5163
 
5164
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/inspect.ts)_
5164
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/inspect.ts)_
5165
5165
 
5166
5166
  ## `sf plugins:install PLUGIN...`
5167
5167
 
@@ -5201,7 +5201,7 @@ EXAMPLES
5201
5201
  $ sf plugins:install someuser/someplugin
5202
5202
  ```
5203
5203
 
5204
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/install.ts)_
5204
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/install.ts)_
5205
5205
 
5206
5206
  ## `sf plugins:link PLUGIN`
5207
5207
 
@@ -5231,7 +5231,7 @@ EXAMPLES
5231
5231
  $ sf plugins:link myplugin
5232
5232
  ```
5233
5233
 
5234
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/link.ts)_
5234
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/link.ts)_
5235
5235
 
5236
5236
  ## `sf plugins trust verify`
5237
5237
 
@@ -5284,7 +5284,7 @@ ALIASES
5284
5284
  $ sf plugins remove
5285
5285
  ```
5286
5286
 
5287
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/uninstall.ts)_
5287
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/uninstall.ts)_
5288
5288
 
5289
5289
  ## `sf plugins update`
5290
5290
 
@@ -5302,7 +5302,7 @@ DESCRIPTION
5302
5302
  Update installed plugins.
5303
5303
  ```
5304
5304
 
5305
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/update.ts)_
5305
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/update.ts)_
5306
5306
 
5307
5307
  ## `sf project convert mdapi`
5308
5308
 
@@ -6550,7 +6550,7 @@ FLAG DESCRIPTIONS
6550
6550
  Override the api version used for api requests made by this command
6551
6551
  ```
6552
6552
 
6553
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/project/generate.ts)_
6553
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/project/generate.ts)_
6554
6554
 
6555
6555
  ## `sf project generate manifest`
6556
6556
 
@@ -7261,7 +7261,7 @@ FLAG DESCRIPTIONS
7261
7261
  etc.
7262
7262
  ```
7263
7263
 
7264
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/static-resource/generate.ts)_
7264
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/static-resource/generate.ts)_
7265
7265
 
7266
7266
  ## `sf update [CHANNEL]`
7267
7267
 
@@ -7373,7 +7373,7 @@ FLAG DESCRIPTIONS
7373
7373
  Supplied parameter values or default values are filled into a copy of the template.
7374
7374
  ```
7375
7375
 
7376
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/visualforce/generate/component.ts)_
7376
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/visualforce/generate/component.ts)_
7377
7377
 
7378
7378
  ## `sf visualforce generate page`
7379
7379
 
@@ -7421,7 +7421,7 @@ FLAG DESCRIPTIONS
7421
7421
  The name can be up to 40 characters and must start with a letter.
7422
7422
  ```
7423
7423
 
7424
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/visualforce/generate/page.ts)_
7424
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/visualforce/generate/page.ts)_
7425
7425
 
7426
7426
  ## `sf which`
7427
7427
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.14.6",
3
+ "version": "2.15.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.14.6",
9
+ "version": "2.15.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -15,11 +15,11 @@
15
15
  "@oclif/plugin-commands": "3.0.3",
16
16
  "@oclif/plugin-help": "6.0.3",
17
17
  "@oclif/plugin-not-found": "3.0.2",
18
- "@oclif/plugin-plugins": "3.9.2",
18
+ "@oclif/plugin-plugins": "3.9.3",
19
19
  "@oclif/plugin-search": "1.0.3",
20
20
  "@oclif/plugin-update": "4.1.2",
21
21
  "@oclif/plugin-version": "2.0.3",
22
- "@oclif/plugin-warn-if-update-available": "3.0.1",
22
+ "@oclif/plugin-warn-if-update-available": "3.0.2",
23
23
  "@oclif/plugin-which": "3.0.5",
24
24
  "@salesforce/core": "^5.2.0",
25
25
  "@salesforce/plugin-apex": "2.3.20",
@@ -28,15 +28,15 @@
28
28
  "@salesforce/plugin-deploy-retrieve": "1.19.2",
29
29
  "@salesforce/plugin-info": "2.6.49",
30
30
  "@salesforce/plugin-limits": "2.3.39",
31
- "@salesforce/plugin-login": "1.2.37",
32
- "@salesforce/plugin-marketplace": "0.3.0",
31
+ "@salesforce/plugin-login": "1.2.38",
32
+ "@salesforce/plugin-marketplace": "0.3.1",
33
33
  "@salesforce/plugin-org": "2.11.4",
34
34
  "@salesforce/plugin-schema": "2.3.30",
35
35
  "@salesforce/plugin-settings": "1.4.35",
36
36
  "@salesforce/plugin-sobject": "0.2.13",
37
37
  "@salesforce/plugin-source": "2.10.43",
38
- "@salesforce/plugin-telemetry": "2.3.6",
39
- "@salesforce/plugin-templates": "55.5.14",
38
+ "@salesforce/plugin-telemetry": "2.3.7",
39
+ "@salesforce/plugin-templates": "55.5.15",
40
40
  "@salesforce/plugin-trust": "2.6.20",
41
41
  "@salesforce/plugin-user": "2.3.37",
42
42
  "@salesforce/sf-plugins-core": "4.0.0",
@@ -2673,9 +2673,9 @@
2673
2673
  }
2674
2674
  },
2675
2675
  "node_modules/@oclif/plugin-plugins": {
2676
- "version": "3.9.2",
2677
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.9.2.tgz",
2678
- "integrity": "sha512-Fyi4tySKKLVcPaSgp/2UlzPuqKO8EwKS1Mr26YZQcPlzvW2VsHLdJojgj/8JlgUX98X0VVPBH0wWcSOwMconAw==",
2676
+ "version": "3.9.3",
2677
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.9.3.tgz",
2678
+ "integrity": "sha512-hsm2mTL6uCP79WpltC+G1gkOrn2ckWXUnSi4UmF0eKbddOxJ9vakekuQpj/zlRJkXBNWaXlAskzJmnRoCGT+AQ==",
2679
2679
  "license": "MIT",
2680
2680
  "dependencies": {
2681
2681
  "@oclif/core": "^2.15.0",
@@ -3098,9 +3098,9 @@
3098
3098
  }
3099
3099
  },
3100
3100
  "node_modules/@oclif/plugin-warn-if-update-available": {
3101
- "version": "3.0.1",
3102
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.1.tgz",
3103
- "integrity": "sha512-xs8kR4+At+hZpe8zV7vPBIwk+yH1fJKMuvuZM7H0spvcfxarn+HcwlBCR/XEregVVE34c7xlLUprOb64KZ34cA==",
3101
+ "version": "3.0.2",
3102
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz",
3103
+ "integrity": "sha512-dUXfRNFtnezS4uqQ+Ap4qb6UP0DWExTvoqghNvvGTIN4PEgfYHogvBORn+rFnDXXE8kgZFuqP4ZQJRP9NyLhOA==",
3104
3104
  "license": "MIT",
3105
3105
  "dependencies": {
3106
3106
  "@oclif/core": "^3.3.1",
@@ -4794,9 +4794,9 @@
4794
4794
  }
4795
4795
  },
4796
4796
  "node_modules/@salesforce/plugin-login": {
4797
- "version": "1.2.37",
4798
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.37.tgz",
4799
- "integrity": "sha512-oudAsj+pu+XMG70Ph6psXlD7pPYg0iYWcNqOSfBxbrNpFE5LLT2nhBUFn2ZygYvjQZnlXsRCoVWcGUf9uhX//A==",
4797
+ "version": "1.2.38",
4798
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.38.tgz",
4799
+ "integrity": "sha512-btTLKn1NmrBm2SoSj4ZO8zqC9+9jZ2gxJ4VPV6ERyhetQQQtCgES56OlP79NTOEi+6K2fUrF2/Pm0Pwmtydk0g==",
4800
4800
  "license": "BSD-3-Clause",
4801
4801
  "dependencies": {
4802
4802
  "@oclif/core": "^2.15.0",
@@ -4882,9 +4882,9 @@
4882
4882
  }
4883
4883
  },
4884
4884
  "node_modules/@salesforce/plugin-marketplace": {
4885
- "version": "0.3.0",
4886
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.3.0.tgz",
4887
- "integrity": "sha512-iDXPaZEeCZI+7o9j4VTM3k8/ppA4sHSaGdgmcg9V4GaTo9FY44dzF40H1MeSVyKb3OxqtiWweZM053iMJXQfGw==",
4885
+ "version": "0.3.1",
4886
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.3.1.tgz",
4887
+ "integrity": "sha512-rnmDDxQo34ZTaiujobWxlGddO61z91Bww7tIgQ0mQE8daY1lUf4uNcIV7k5Hc3P0qDp1hEgzJm6xL2g0ycqD5Q==",
4888
4888
  "license": "BSD-3-Clause",
4889
4889
  "dependencies": {
4890
4890
  "@oclif/core": "^2.15.0",
@@ -5673,9 +5673,9 @@
5673
5673
  }
5674
5674
  },
5675
5675
  "node_modules/@salesforce/plugin-telemetry": {
5676
- "version": "2.3.6",
5677
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.6.tgz",
5678
- "integrity": "sha512-J0wl6csQKhqySxyH5Ik0jpGIDQNSpXvt+aFQ4FbaEAah3buneCCcdDBooD2g8wUU6NxSFBHQBqcBCRGSqL564w==",
5676
+ "version": "2.3.7",
5677
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.7.tgz",
5678
+ "integrity": "sha512-Uptk/mdhrJXwJy8uYxErqKC0eLt0R+xf1shBaRk9Zmn/KRhcdITrM/W4hS5hjZG6i0mpcxz6BIDDYd7oSW9gew==",
5679
5679
  "license": "BSD-3-Clause",
5680
5680
  "dependencies": {
5681
5681
  "@oclif/core": "^2.15.0",
@@ -5761,9 +5761,9 @@
5761
5761
  }
5762
5762
  },
5763
5763
  "node_modules/@salesforce/plugin-templates": {
5764
- "version": "55.5.14",
5765
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.14.tgz",
5766
- "integrity": "sha512-Otu+kcDpf4uO7le8wg8ulP6EJO4I71+PHdygxp7sJ0iXDWgcHEO7ZZJwLiyI44eNi6hngw9+KWa/pIWdpaTYHg==",
5764
+ "version": "55.5.15",
5765
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.15.tgz",
5766
+ "integrity": "sha512-4LaP0oYT6Izk9FT0QY/s0x3wUyCpRBHjPQtVs2ul3eu5PgW2+v5+0PIOucM0731mbsMZAxdCK+1ktxvh9UMeQw==",
5767
5767
  "license": "BSD-3-Clause",
5768
5768
  "dependencies": {
5769
5769
  "@oclif/core": "^2.15.0",
@@ -6149,15 +6149,15 @@
6149
6149
  }
6150
6150
  },
6151
6151
  "node_modules/@salesforce/source-tracking": {
6152
- "version": "4.2.17",
6153
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.17.tgz",
6154
- "integrity": "sha512-3tEXph7SiEFYY+eQEXFyEr6//7TlCLxWXS/YebY8gPY9zP/Ny6wVPP5E+A5QbN6GiXNMVJNmpq431b9NnQY8Fg==",
6152
+ "version": "4.2.18",
6153
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.18.tgz",
6154
+ "integrity": "sha512-pBirDh/94q5YhbUeHNL7u6sa6LkQPU6jvpcpcFBUV+xp/TZNQX8ViLOQP4/OctH9P/C69AfMHygLhw5FqK/n7A==",
6155
6155
  "license": "BSD-3-Clause",
6156
6156
  "dependencies": {
6157
6157
  "@salesforce/core": "^5.3.9",
6158
6158
  "@salesforce/kit": "^3.0.13",
6159
- "@salesforce/source-deploy-retrieve": "^9.7.25",
6160
- "@salesforce/ts-types": "^2.0.8",
6159
+ "@salesforce/source-deploy-retrieve": "^9.7.27",
6160
+ "@salesforce/ts-types": "^2.0.9",
6161
6161
  "fast-xml-parser": "^4.2.5",
6162
6162
  "graceful-fs": "^4.2.11",
6163
6163
  "isomorphic-git": "1.23.0",
@@ -6318,9 +6318,9 @@
6318
6318
  }
6319
6319
  },
6320
6320
  "node_modules/@salesforce/ts-types": {
6321
- "version": "2.0.8",
6322
- "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.8.tgz",
6323
- "integrity": "sha512-vuzLcxtThBhpuhmnoh8GFrVU8XjdoNyQm9gPtmcjUyUD/9nQIBTAX8oGoUvCiiq93c4LFEmSua+xm3yu0bbNfg==",
6321
+ "version": "2.0.9",
6322
+ "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.9.tgz",
6323
+ "integrity": "sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==",
6324
6324
  "license": "BSD-3-Clause",
6325
6325
  "dependencies": {
6326
6326
  "tslib": "^2.6.2"
@@ -6595,5 +6595,5 @@
6595
6595
  ]
6596
6596
  }
6597
6597
  },
6598
- "version": "2.14.6"
6598
+ "version": "2.15.0"
6599
6599
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.14.6",
4
+ "version": "2.15.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -75,7 +75,7 @@
75
75
  "@salesforce/plugin-community": "2.4.6",
76
76
  "@salesforce/plugin-dev": "1.2.1",
77
77
  "@salesforce/plugin-devops-center": "1.2.3",
78
- "@salesforce/plugin-env": "2.2.7",
78
+ "@salesforce/plugin-env": "2.2.8",
79
79
  "@salesforce/plugin-functions": "1.22.3",
80
80
  "@salesforce/plugin-packaging": "1.26.4",
81
81
  "@salesforce/plugin-signups": "1.5.5",
@@ -119,7 +119,10 @@
119
119
  ],
120
120
  "additionalHelpFlags": [
121
121
  "-h"
122
- ]
122
+ ],
123
+ "warn-if-update-available": {
124
+ "timeoutInDays": 7
125
+ }
123
126
  },
124
127
  "dependencies": {
125
128
  "@oclif/core": "3.0.3",
@@ -127,11 +130,11 @@
127
130
  "@oclif/plugin-commands": "3.0.3",
128
131
  "@oclif/plugin-help": "6.0.3",
129
132
  "@oclif/plugin-not-found": "3.0.2",
130
- "@oclif/plugin-plugins": "3.9.2",
133
+ "@oclif/plugin-plugins": "3.9.3",
131
134
  "@oclif/plugin-search": "1.0.3",
132
135
  "@oclif/plugin-update": "4.1.2",
133
136
  "@oclif/plugin-version": "2.0.3",
134
- "@oclif/plugin-warn-if-update-available": "3.0.1",
137
+ "@oclif/plugin-warn-if-update-available": "3.0.2",
135
138
  "@oclif/plugin-which": "3.0.5",
136
139
  "@salesforce/core": "^5.2.0",
137
140
  "@salesforce/plugin-apex": "2.3.20",
@@ -140,15 +143,15 @@
140
143
  "@salesforce/plugin-deploy-retrieve": "1.19.2",
141
144
  "@salesforce/plugin-info": "2.6.49",
142
145
  "@salesforce/plugin-limits": "2.3.39",
143
- "@salesforce/plugin-login": "1.2.37",
144
- "@salesforce/plugin-marketplace": "0.3.0",
146
+ "@salesforce/plugin-login": "1.2.38",
147
+ "@salesforce/plugin-marketplace": "0.3.1",
145
148
  "@salesforce/plugin-org": "2.11.4",
146
149
  "@salesforce/plugin-schema": "2.3.30",
147
150
  "@salesforce/plugin-settings": "1.4.35",
148
151
  "@salesforce/plugin-sobject": "0.2.13",
149
152
  "@salesforce/plugin-source": "2.10.43",
150
- "@salesforce/plugin-telemetry": "2.3.6",
151
- "@salesforce/plugin-templates": "55.5.14",
153
+ "@salesforce/plugin-telemetry": "2.3.7",
154
+ "@salesforce/plugin-templates": "55.5.15",
152
155
  "@salesforce/plugin-trust": "2.6.20",
153
156
  "@salesforce/plugin-user": "2.3.37",
154
157
  "@salesforce/sf-plugins-core": "4.0.0",
@@ -187,7 +190,7 @@
187
190
  "@salesforce/schemas": "1.6.0",
188
191
  "@salesforce/templates": "59.0.1",
189
192
  "@salesforce/source-deploy-retrieve": "9.7.27",
190
- "@salesforce/source-tracking": "4.2.17"
193
+ "@salesforce/source-tracking": "4.2.18"
191
194
  },
192
195
  "repository": "salesforcecli/cli",
193
196
  "scripts": {