@salesforce/cli 2.142.6 → 2.143.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.
@@ -2786,6 +2786,199 @@
2786
2786
  "create.js"
2787
2787
  ]
2788
2788
  },
2789
+ "devops:stage:add-branch": {
2790
+ "aliases": [],
2791
+ "args": {},
2792
+ "description": "By default, the branch must exist in the repository. Use --create-vcs-branch to create a branch if it doesn't exist.\nEach pipeline stage supports only one branch. Adding a branch replaces any existing branch linked to the pipeline stage.",
2793
+ "examples": [
2794
+ "Add an existing branch to a stage:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0Xo000000000001 --stage-id 0Xp000000000001 --branch-name main",
2795
+ "Create and add a branch to a pipeline stage:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0Xo000000000001 --stage-id 0Xp000000000002 --branch-name integration --create-vcs-branch"
2796
+ ],
2797
+ "flags": {
2798
+ "json": {
2799
+ "description": "Format output as json.",
2800
+ "helpGroup": "GLOBAL",
2801
+ "name": "json",
2802
+ "allowNo": false,
2803
+ "type": "boolean"
2804
+ },
2805
+ "flags-dir": {
2806
+ "helpGroup": "GLOBAL",
2807
+ "name": "flags-dir",
2808
+ "summary": "Import flag values from a directory.",
2809
+ "hasDynamicHelp": false,
2810
+ "multiple": false,
2811
+ "type": "option"
2812
+ },
2813
+ "target-org": {
2814
+ "char": "o",
2815
+ "name": "target-org",
2816
+ "noCacheDefault": true,
2817
+ "required": true,
2818
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2819
+ "hasDynamicHelp": true,
2820
+ "multiple": false,
2821
+ "type": "option"
2822
+ },
2823
+ "api-version": {
2824
+ "description": "Override the api version used for api requests made by this command",
2825
+ "name": "api-version",
2826
+ "hasDynamicHelp": false,
2827
+ "multiple": false,
2828
+ "type": "option"
2829
+ },
2830
+ "pipeline-id": {
2831
+ "name": "pipeline-id",
2832
+ "required": true,
2833
+ "summary": "ID of the pipeline that contains the stage.",
2834
+ "hasDynamicHelp": false,
2835
+ "multiple": false,
2836
+ "type": "option"
2837
+ },
2838
+ "stage-id": {
2839
+ "name": "stage-id",
2840
+ "required": true,
2841
+ "summary": "ID of the pipeline stage to associate the branch with.",
2842
+ "hasDynamicHelp": false,
2843
+ "multiple": false,
2844
+ "type": "option"
2845
+ },
2846
+ "branch-name": {
2847
+ "char": "b",
2848
+ "name": "branch-name",
2849
+ "required": true,
2850
+ "summary": "Name of the repository branch to assign to the stage.",
2851
+ "hasDynamicHelp": false,
2852
+ "multiple": false,
2853
+ "type": "option"
2854
+ },
2855
+ "create-vcs-branch": {
2856
+ "name": "create-vcs-branch",
2857
+ "summary": "Create the branch in the remote repository if it doesn't already exist.",
2858
+ "allowNo": false,
2859
+ "type": "boolean"
2860
+ }
2861
+ },
2862
+ "hasDynamicHelp": true,
2863
+ "hiddenAliases": [],
2864
+ "id": "devops:stage:add-branch",
2865
+ "pluginAlias": "@salesforce/plugin-devops-center",
2866
+ "pluginName": "@salesforce/plugin-devops-center",
2867
+ "pluginType": "jit",
2868
+ "strict": true,
2869
+ "summary": "Add a source code repository branch to a pipeline stage.",
2870
+ "enableJsonFlag": true,
2871
+ "isESM": true,
2872
+ "relativePath": [
2873
+ "lib",
2874
+ "commands",
2875
+ "devops",
2876
+ "stage",
2877
+ "add-branch.js"
2878
+ ]
2879
+ },
2880
+ "devops:stage:add-environment": {
2881
+ "aliases": [],
2882
+ "args": {},
2883
+ "description": "This command triggers an OAuth flow to authenticate the environment. A browser window opens automatically for you to log in.",
2884
+ "examples": [
2885
+ "Add a production environment to a stage using its ID:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --stage-id 0Xp000000000001 --environment-name Production_Org --org-type Production"
2886
+ ],
2887
+ "flags": {
2888
+ "json": {
2889
+ "description": "Format output as json.",
2890
+ "helpGroup": "GLOBAL",
2891
+ "name": "json",
2892
+ "allowNo": false,
2893
+ "type": "boolean"
2894
+ },
2895
+ "flags-dir": {
2896
+ "helpGroup": "GLOBAL",
2897
+ "name": "flags-dir",
2898
+ "summary": "Import flag values from a directory.",
2899
+ "hasDynamicHelp": false,
2900
+ "multiple": false,
2901
+ "type": "option"
2902
+ },
2903
+ "target-org": {
2904
+ "char": "o",
2905
+ "name": "target-org",
2906
+ "noCacheDefault": true,
2907
+ "required": true,
2908
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2909
+ "hasDynamicHelp": true,
2910
+ "multiple": false,
2911
+ "type": "option"
2912
+ },
2913
+ "api-version": {
2914
+ "description": "Override the api version used for api requests made by this command",
2915
+ "name": "api-version",
2916
+ "hasDynamicHelp": false,
2917
+ "multiple": false,
2918
+ "type": "option"
2919
+ },
2920
+ "pipeline-id": {
2921
+ "name": "pipeline-id",
2922
+ "required": true,
2923
+ "summary": "ID of the pipeline that contains the stage.",
2924
+ "hasDynamicHelp": false,
2925
+ "multiple": false,
2926
+ "type": "option"
2927
+ },
2928
+ "stage-id": {
2929
+ "name": "stage-id",
2930
+ "required": true,
2931
+ "summary": "ID of the pipeline stage.",
2932
+ "hasDynamicHelp": false,
2933
+ "multiple": false,
2934
+ "type": "option"
2935
+ },
2936
+ "environment-name": {
2937
+ "char": "e",
2938
+ "name": "environment-name",
2939
+ "required": true,
2940
+ "summary": "Name of the environment.",
2941
+ "hasDynamicHelp": false,
2942
+ "multiple": false,
2943
+ "type": "option"
2944
+ },
2945
+ "org-type": {
2946
+ "name": "org-type",
2947
+ "required": true,
2948
+ "summary": "Type of the Salesforce org. Valid values: Production, Sandbox.",
2949
+ "hasDynamicHelp": false,
2950
+ "multiple": false,
2951
+ "options": [
2952
+ "Production",
2953
+ "Sandbox"
2954
+ ],
2955
+ "type": "option"
2956
+ },
2957
+ "no-browser": {
2958
+ "name": "no-browser",
2959
+ "summary": "Don't auto-open the browser for OAuth authentication. The redirect URL is printed for manual use.",
2960
+ "allowNo": false,
2961
+ "type": "boolean"
2962
+ }
2963
+ },
2964
+ "hasDynamicHelp": true,
2965
+ "hiddenAliases": [],
2966
+ "id": "devops:stage:add-environment",
2967
+ "pluginAlias": "@salesforce/plugin-devops-center",
2968
+ "pluginName": "@salesforce/plugin-devops-center",
2969
+ "pluginType": "jit",
2970
+ "strict": true,
2971
+ "summary": "Add a Salesforce environment to a pipeline stage.",
2972
+ "enableJsonFlag": true,
2973
+ "isESM": true,
2974
+ "relativePath": [
2975
+ "lib",
2976
+ "commands",
2977
+ "devops",
2978
+ "stage",
2979
+ "add-environment.js"
2980
+ ]
2981
+ },
2789
2982
  "devops:work-item:create": {
2790
2983
  "aliases": [],
2791
2984
  "args": {},
@@ -2941,6 +3134,181 @@
2941
3134
  "list.js"
2942
3135
  ]
2943
3136
  },
3137
+ "devops:pipeline:stage:add": {
3138
+ "aliases": [],
3139
+ "args": {},
3140
+ "description": "Inserts an empty stage before the stage specified by `--next-stage-id`. The new stage doesn't include a branch or environment. Configure them separately after you create the stage.",
3141
+ "examples": [
3142
+ "Add a Development stage before Integration in a specific pipeline.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0XB000000000001 --name \"Development\" --next-stage-id 0Xc000000000002",
3143
+ "Add a QA stage before UAT in a specific pipeline.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0XB000000000001 --name \"QA\" --next-stage-id 0Xc000000000003"
3144
+ ],
3145
+ "flags": {
3146
+ "json": {
3147
+ "description": "Format output as json.",
3148
+ "helpGroup": "GLOBAL",
3149
+ "name": "json",
3150
+ "allowNo": false,
3151
+ "type": "boolean"
3152
+ },
3153
+ "flags-dir": {
3154
+ "helpGroup": "GLOBAL",
3155
+ "name": "flags-dir",
3156
+ "summary": "Import flag values from a directory.",
3157
+ "hasDynamicHelp": false,
3158
+ "multiple": false,
3159
+ "type": "option"
3160
+ },
3161
+ "target-org": {
3162
+ "char": "o",
3163
+ "name": "target-org",
3164
+ "noCacheDefault": true,
3165
+ "required": true,
3166
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3167
+ "hasDynamicHelp": true,
3168
+ "multiple": false,
3169
+ "type": "option"
3170
+ },
3171
+ "api-version": {
3172
+ "description": "Override the api version used for api requests made by this command",
3173
+ "name": "api-version",
3174
+ "hasDynamicHelp": false,
3175
+ "multiple": false,
3176
+ "type": "option"
3177
+ },
3178
+ "pipeline-id": {
3179
+ "name": "pipeline-id",
3180
+ "required": true,
3181
+ "summary": "ID of the pipeline where the stage is added.",
3182
+ "hasDynamicHelp": false,
3183
+ "multiple": false,
3184
+ "type": "option"
3185
+ },
3186
+ "name": {
3187
+ "char": "n",
3188
+ "name": "name",
3189
+ "required": true,
3190
+ "summary": "Name of the pipeline stage, such as Integration, UAT, or Staging.",
3191
+ "hasDynamicHelp": false,
3192
+ "multiple": false,
3193
+ "type": "option"
3194
+ },
3195
+ "next-stage-id": {
3196
+ "name": "next-stage-id",
3197
+ "required": true,
3198
+ "summary": "ID of the stage that follows the new stage in the pipeline.",
3199
+ "hasDynamicHelp": false,
3200
+ "multiple": false,
3201
+ "type": "option"
3202
+ }
3203
+ },
3204
+ "hasDynamicHelp": true,
3205
+ "hiddenAliases": [],
3206
+ "id": "devops:pipeline:stage:add",
3207
+ "pluginAlias": "@salesforce/plugin-devops-center",
3208
+ "pluginName": "@salesforce/plugin-devops-center",
3209
+ "pluginType": "jit",
3210
+ "strict": true,
3211
+ "summary": "Add a stage to a DevOps Center pipeline.",
3212
+ "enableJsonFlag": true,
3213
+ "isESM": true,
3214
+ "relativePath": [
3215
+ "lib",
3216
+ "commands",
3217
+ "devops",
3218
+ "pipeline",
3219
+ "stage",
3220
+ "add.js"
3221
+ ]
3222
+ },
3223
+ "devops:work-item:status:update": {
3224
+ "aliases": [],
3225
+ "args": {},
3226
+ "description": "Allowed statuses are \"In Progress\" and \"Ready to Promote\".",
3227
+ "examples": [
3228
+ "Update a work item status by its name to indicate the work is underway:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --work-item-name WI-000001 --status \"In Progress\"",
3229
+ "Update a work item status by its ID to indicate the changes are ready for promotion:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --work-item-id 0Wx000000000001 --status \"Ready to Promote\""
3230
+ ],
3231
+ "flags": {
3232
+ "json": {
3233
+ "description": "Format output as json.",
3234
+ "helpGroup": "GLOBAL",
3235
+ "name": "json",
3236
+ "allowNo": false,
3237
+ "type": "boolean"
3238
+ },
3239
+ "flags-dir": {
3240
+ "helpGroup": "GLOBAL",
3241
+ "name": "flags-dir",
3242
+ "summary": "Import flag values from a directory.",
3243
+ "hasDynamicHelp": false,
3244
+ "multiple": false,
3245
+ "type": "option"
3246
+ },
3247
+ "target-org": {
3248
+ "char": "o",
3249
+ "name": "target-org",
3250
+ "noCacheDefault": true,
3251
+ "required": true,
3252
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3253
+ "hasDynamicHelp": true,
3254
+ "multiple": false,
3255
+ "type": "option"
3256
+ },
3257
+ "api-version": {
3258
+ "description": "Override the api version used for api requests made by this command",
3259
+ "name": "api-version",
3260
+ "hasDynamicHelp": false,
3261
+ "multiple": false,
3262
+ "type": "option"
3263
+ },
3264
+ "work-item-name": {
3265
+ "char": "n",
3266
+ "name": "work-item-name",
3267
+ "summary": "Name of the work item, such as WI-000001.",
3268
+ "hasDynamicHelp": false,
3269
+ "multiple": false,
3270
+ "type": "option"
3271
+ },
3272
+ "work-item-id": {
3273
+ "char": "w",
3274
+ "name": "work-item-id",
3275
+ "summary": "ID of the work item.",
3276
+ "hasDynamicHelp": false,
3277
+ "multiple": false,
3278
+ "type": "option"
3279
+ },
3280
+ "status": {
3281
+ "name": "status",
3282
+ "required": true,
3283
+ "summary": "Status to set for the work item. Allowed values: \"In Progress\", \"Ready to Promote\".",
3284
+ "hasDynamicHelp": false,
3285
+ "multiple": false,
3286
+ "options": [
3287
+ "In Progress",
3288
+ "Ready to Promote"
3289
+ ],
3290
+ "type": "option"
3291
+ }
3292
+ },
3293
+ "hasDynamicHelp": true,
3294
+ "hiddenAliases": [],
3295
+ "id": "devops:work-item:status:update",
3296
+ "pluginAlias": "@salesforce/plugin-devops-center",
3297
+ "pluginName": "@salesforce/plugin-devops-center",
3298
+ "pluginType": "jit",
3299
+ "strict": true,
3300
+ "summary": "Update the status of a work item in DevOps Center.",
3301
+ "enableJsonFlag": true,
3302
+ "isESM": true,
3303
+ "relativePath": [
3304
+ "lib",
3305
+ "commands",
3306
+ "devops",
3307
+ "work-item",
3308
+ "status",
3309
+ "update.js"
3310
+ ]
3311
+ },
2944
3312
  "project:deploy:pipeline:quick": {
2945
3313
  "aliases": [],
2946
3314
  "args": {},
@@ -3517,181 +3885,6 @@
3517
3885
  "validate.js"
3518
3886
  ]
3519
3887
  },
3520
- "devops:pipeline:stage:add": {
3521
- "aliases": [],
3522
- "args": {},
3523
- "description": "Inserts an empty stage before the stage specified by `--next-stage-id`. The new stage doesn't include a branch or environment. Configure them separately after you create the stage.",
3524
- "examples": [
3525
- "Add a Development stage before Integration in a specific pipeline.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0XB000000000001 --name \"Development\" --next-stage-id 0Xc000000000002",
3526
- "Add a QA stage before UAT in a specific pipeline.\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --pipeline-id 0XB000000000001 --name \"QA\" --next-stage-id 0Xc000000000003"
3527
- ],
3528
- "flags": {
3529
- "json": {
3530
- "description": "Format output as json.",
3531
- "helpGroup": "GLOBAL",
3532
- "name": "json",
3533
- "allowNo": false,
3534
- "type": "boolean"
3535
- },
3536
- "flags-dir": {
3537
- "helpGroup": "GLOBAL",
3538
- "name": "flags-dir",
3539
- "summary": "Import flag values from a directory.",
3540
- "hasDynamicHelp": false,
3541
- "multiple": false,
3542
- "type": "option"
3543
- },
3544
- "target-org": {
3545
- "char": "o",
3546
- "name": "target-org",
3547
- "noCacheDefault": true,
3548
- "required": true,
3549
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3550
- "hasDynamicHelp": true,
3551
- "multiple": false,
3552
- "type": "option"
3553
- },
3554
- "api-version": {
3555
- "description": "Override the api version used for api requests made by this command",
3556
- "name": "api-version",
3557
- "hasDynamicHelp": false,
3558
- "multiple": false,
3559
- "type": "option"
3560
- },
3561
- "pipeline-id": {
3562
- "name": "pipeline-id",
3563
- "required": true,
3564
- "summary": "ID of the pipeline where the stage is added.",
3565
- "hasDynamicHelp": false,
3566
- "multiple": false,
3567
- "type": "option"
3568
- },
3569
- "name": {
3570
- "char": "n",
3571
- "name": "name",
3572
- "required": true,
3573
- "summary": "Name of the pipeline stage, such as Integration, UAT, or Staging.",
3574
- "hasDynamicHelp": false,
3575
- "multiple": false,
3576
- "type": "option"
3577
- },
3578
- "next-stage-id": {
3579
- "name": "next-stage-id",
3580
- "required": true,
3581
- "summary": "ID of the stage that follows the new stage in the pipeline.",
3582
- "hasDynamicHelp": false,
3583
- "multiple": false,
3584
- "type": "option"
3585
- }
3586
- },
3587
- "hasDynamicHelp": true,
3588
- "hiddenAliases": [],
3589
- "id": "devops:pipeline:stage:add",
3590
- "pluginAlias": "@salesforce/plugin-devops-center",
3591
- "pluginName": "@salesforce/plugin-devops-center",
3592
- "pluginType": "jit",
3593
- "strict": true,
3594
- "summary": "Add a stage to a DevOps Center pipeline.",
3595
- "enableJsonFlag": true,
3596
- "isESM": true,
3597
- "relativePath": [
3598
- "lib",
3599
- "commands",
3600
- "devops",
3601
- "pipeline",
3602
- "stage",
3603
- "add.js"
3604
- ]
3605
- },
3606
- "devops:work-item:status:update": {
3607
- "aliases": [],
3608
- "args": {},
3609
- "description": "Allowed statuses are \"In Progress\" and \"Ready to Promote\".",
3610
- "examples": [
3611
- "Update a work item status by its name to indicate the work is underway:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --work-item-name WI-000001 --status \"In Progress\"",
3612
- "Update a work item status by its ID to indicate the changes are ready for promotion:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --work-item-id 0Wx000000000001 --status \"Ready to Promote\""
3613
- ],
3614
- "flags": {
3615
- "json": {
3616
- "description": "Format output as json.",
3617
- "helpGroup": "GLOBAL",
3618
- "name": "json",
3619
- "allowNo": false,
3620
- "type": "boolean"
3621
- },
3622
- "flags-dir": {
3623
- "helpGroup": "GLOBAL",
3624
- "name": "flags-dir",
3625
- "summary": "Import flag values from a directory.",
3626
- "hasDynamicHelp": false,
3627
- "multiple": false,
3628
- "type": "option"
3629
- },
3630
- "target-org": {
3631
- "char": "o",
3632
- "name": "target-org",
3633
- "noCacheDefault": true,
3634
- "required": true,
3635
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3636
- "hasDynamicHelp": true,
3637
- "multiple": false,
3638
- "type": "option"
3639
- },
3640
- "api-version": {
3641
- "description": "Override the api version used for api requests made by this command",
3642
- "name": "api-version",
3643
- "hasDynamicHelp": false,
3644
- "multiple": false,
3645
- "type": "option"
3646
- },
3647
- "work-item-name": {
3648
- "char": "n",
3649
- "name": "work-item-name",
3650
- "summary": "Name of the work item, such as WI-000001.",
3651
- "hasDynamicHelp": false,
3652
- "multiple": false,
3653
- "type": "option"
3654
- },
3655
- "work-item-id": {
3656
- "char": "w",
3657
- "name": "work-item-id",
3658
- "summary": "ID of the work item.",
3659
- "hasDynamicHelp": false,
3660
- "multiple": false,
3661
- "type": "option"
3662
- },
3663
- "status": {
3664
- "name": "status",
3665
- "required": true,
3666
- "summary": "Status to set for the work item. Allowed values: \"In Progress\", \"Ready to Promote\".",
3667
- "hasDynamicHelp": false,
3668
- "multiple": false,
3669
- "options": [
3670
- "In Progress",
3671
- "Ready to Promote"
3672
- ],
3673
- "type": "option"
3674
- }
3675
- },
3676
- "hasDynamicHelp": true,
3677
- "hiddenAliases": [],
3678
- "id": "devops:work-item:status:update",
3679
- "pluginAlias": "@salesforce/plugin-devops-center",
3680
- "pluginName": "@salesforce/plugin-devops-center",
3681
- "pluginType": "jit",
3682
- "strict": true,
3683
- "summary": "Update the status of a work item in DevOps Center.",
3684
- "enableJsonFlag": true,
3685
- "isESM": true,
3686
- "relativePath": [
3687
- "lib",
3688
- "commands",
3689
- "devops",
3690
- "work-item",
3691
- "status",
3692
- "update.js"
3693
- ]
3694
- },
3695
3888
  "flow:get:log": {
3696
3889
  "aliases": [],
3697
3890
  "args": {},
@@ -5502,5 +5695,5 @@
5502
5695
  "requiresProject": true
5503
5696
  }
5504
5697
  },
5505
- "version": "2.142.6"
5698
+ "version": "2.143.0"
5506
5699
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.142.6",
4
+ "version": "2.143.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -80,7 +80,7 @@
80
80
  "@salesforce/plugin-community": "3.3.70",
81
81
  "@salesforce/plugin-custom-metadata": "3.3.109",
82
82
  "@salesforce/plugin-dev": "2.5.2",
83
- "@salesforce/plugin-devops-center": "1.2.28",
83
+ "@salesforce/plugin-devops-center": "1.3.0",
84
84
  "@salesforce/plugin-flow": "1.0.5",
85
85
  "@salesforce/plugin-lightning-dev": "6.2.17",
86
86
  "@salesforce/plugin-signups": "2.6.73",
@@ -146,12 +146,12 @@
146
146
  },
147
147
  "dependencies": {
148
148
  "@inquirer/select": "^2.3.5",
149
- "@oclif/core": "4.11.11",
149
+ "@oclif/core": "4.11.14",
150
150
  "@oclif/plugin-autocomplete": "3.2.53",
151
151
  "@oclif/plugin-commands": "4.1.59",
152
152
  "@oclif/plugin-help": "6.2.53",
153
153
  "@oclif/plugin-not-found": "3.2.88",
154
- "@oclif/plugin-plugins": "5.4.80",
154
+ "@oclif/plugin-plugins": "5.4.82",
155
155
  "@oclif/plugin-search": "1.2.52",
156
156
  "@oclif/plugin-update": "4.7.54",
157
157
  "@oclif/plugin-version": "2.2.50",
@@ -159,7 +159,7 @@
159
159
  "@oclif/plugin-which": "3.2.58",
160
160
  "@salesforce/core": "^8.31.4",
161
161
  "@salesforce/kit": "^3.1.6",
162
- "@salesforce/plugin-agent": "1.43.0",
162
+ "@salesforce/plugin-agent": "1.44.4",
163
163
  "@salesforce/plugin-apex": "3.9.38",
164
164
  "@salesforce/plugin-api": "1.3.43",
165
165
  "@salesforce/plugin-auth": "4.4.5",