@salesforce/plugin-apex 3.9.5 → 3.9.6

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/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  Apache License Version 2.0
2
2
 
3
- Copyright (c) 2025 Salesforce, Inc.
3
+ Copyright (c) 2026 Salesforce, Inc.
4
4
  All rights reserved.
5
5
 
6
6
  Apache License
package/README.md CHANGED
@@ -150,7 +150,7 @@ FLAG DESCRIPTIONS
150
150
  directory.
151
151
  ```
152
152
 
153
- _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.5/src/commands/apex/get/log.ts)_
153
+ _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.6/src/commands/apex/get/log.ts)_
154
154
 
155
155
  ## `sf apex get test`
156
156
 
@@ -210,7 +210,7 @@ EXAMPLES
210
210
  me@myorg'
211
211
  ```
212
212
 
213
- _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.5/src/commands/apex/get/test.ts)_
213
+ _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.6/src/commands/apex/get/test.ts)_
214
214
 
215
215
  ## `sf apex list log`
216
216
 
@@ -250,7 +250,7 @@ EXAMPLES
250
250
  $ sf apex list log --target-org me@my.org
251
251
  ```
252
252
 
253
- _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.5/src/commands/apex/list/log.ts)_
253
+ _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.6/src/commands/apex/list/log.ts)_
254
254
 
255
255
  ## `sf apex run`
256
256
 
@@ -297,7 +297,7 @@ EXAMPLES
297
297
  $ sf apex run
298
298
  ```
299
299
 
300
- _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.5/src/commands/apex/run.ts)_
300
+ _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.6/src/commands/apex/run.ts)_
301
301
 
302
302
  ## `sf apex run test`
303
303
 
@@ -444,7 +444,7 @@ FLAG DESCRIPTIONS
444
444
  --tests Test1 --tests Test2
445
445
  ```
446
446
 
447
- _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.5/src/commands/apex/run/test.ts)_
447
+ _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.6/src/commands/apex/run/test.ts)_
448
448
 
449
449
  ## `sf apex tail log`
450
450
 
@@ -487,7 +487,7 @@ EXAMPLES
487
487
  $ sf apex tail log --color --skip-trace-flag
488
488
  ```
489
489
 
490
- _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.5/src/commands/apex/tail/log.ts)_
490
+ _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.6/src/commands/apex/tail/log.ts)_
491
491
 
492
492
  ## `sf logic get test`
493
493
 
@@ -535,7 +535,7 @@ EXAMPLES
535
535
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
536
536
  ```
537
537
 
538
- _See code: [src/commands/logic/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.5/src/commands/logic/get/test.ts)_
538
+ _See code: [src/commands/logic/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.6/src/commands/logic/get/test.ts)_
539
539
 
540
540
  ## `sf logic run test`
541
541
 
@@ -657,6 +657,6 @@ FLAG DESCRIPTIONS
657
657
  --tests Test1 --tests Test2
658
658
  ```
659
659
 
660
- _See code: [src/commands/logic/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.5/src/commands/logic/run/test.ts)_
660
+ _See code: [src/commands/logic/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.6/src/commands/logic/run/test.ts)_
661
661
 
662
662
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/flags.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ import { TestReporter } from '../reporters/index.js';
21
21
  */
22
22
  export class TestGetBase {
23
23
  static async execute(options) {
24
- const { connection, testRunId, codeCoverage, outputDir, resultFormat, json, detailedCoverage, concise, jsonEnabled, isUnifiedLogic } = options;
24
+ const { connection, testRunId, codeCoverage, outputDir, resultFormat, json, detailedCoverage, concise, jsonEnabled, isUnifiedLogic, } = options;
25
25
  const testService = new TestService(connection);
26
26
  const result = await testService.reportAsyncResults(testRunId, codeCoverage);
27
27
  const testReporter = new TestReporter(new Ux({ jsonEnabled }), connection);
@@ -32,7 +32,7 @@ export class TestGetBase {
32
32
  'code-coverage': codeCoverage,
33
33
  'detailed-coverage': detailedCoverage,
34
34
  concise: concise ?? false,
35
- isUnifiedLogic
35
+ isUnifiedLogic,
36
36
  };
37
37
  return testReporter.report(result, reportOptions);
38
38
  }
@@ -1 +1 @@
1
- {"version":3,"file":"TestGetBase.js","sourceRoot":"","sources":["../../src/shared/TestGetBase.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EAAE,EAAE,EAAE,MAAM,6BAA6B,CAAC;AACjD,OAAO,EAAa,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAiBhE;;GAEG;AACH,MAAM,OAAO,WAAW;IACf,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,OAA2B;QACrD,MAAM,EACJ,UAAU,EACV,SAAS,EACT,YAAY,EACZ,SAAS,EACT,YAAY,EACZ,IAAI,EACJ,gBAAgB,EAChB,OAAO,EACP,WAAW,EACX,cAAc,EACf,GAAG,OAAO,CAAC;QAEZ,MAAM,WAAW,GAAG,IAAI,WAAW,CAAC,UAAU,CAAC,CAAC;QAChD,MAAM,MAAM,GAAG,MAAM,WAAW,CAAC,kBAAkB,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;QAE7E,MAAM,YAAY,GAAG,IAAI,YAAY,CAAC,IAAI,EAAE,CAAC,EAAE,WAAW,EAAE,CAAC,EAAE,UAAU,CAAC,CAAC;QAE3E,MAAM,aAAa,GAAG;YACpB,YAAY,EAAE,SAAS;YACvB,eAAe,EAAE,YAAY;YAC7B,IAAI;YACJ,eAAe,EAAE,YAAY;YAC7B,mBAAmB,EAAE,gBAAgB;YACrC,OAAO,EAAE,OAAO,IAAI,KAAK;YACzB,cAAc;SACf,CAAC;QAEF,OAAO,YAAY,CAAC,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IACpD,CAAC;CACF"}
1
+ {"version":3,"file":"TestGetBase.js","sourceRoot":"","sources":["../../src/shared/TestGetBase.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EAAE,EAAE,EAAE,MAAM,6BAA6B,CAAC;AACjD,OAAO,EAAa,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAiBhE;;GAEG;AACH,MAAM,OAAO,WAAW;IACf,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,OAA2B;QACrD,MAAM,EACJ,UAAU,EACV,SAAS,EACT,YAAY,EACZ,SAAS,EACT,YAAY,EACZ,IAAI,EACJ,gBAAgB,EAChB,OAAO,EACP,WAAW,EACX,cAAc,GACf,GAAG,OAAO,CAAC;QAEZ,MAAM,WAAW,GAAG,IAAI,WAAW,CAAC,UAAU,CAAC,CAAC;QAChD,MAAM,MAAM,GAAG,MAAM,WAAW,CAAC,kBAAkB,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;QAE7E,MAAM,YAAY,GAAG,IAAI,YAAY,CAAC,IAAI,EAAE,CAAC,EAAE,WAAW,EAAE,CAAC,EAAE,UAAU,CAAC,CAAC;QAE3E,MAAM,aAAa,GAAG;YACpB,YAAY,EAAE,SAAS;YACvB,eAAe,EAAE,YAAY;YAC7B,IAAI;YACJ,eAAe,EAAE,YAAY;YAC7B,mBAAmB,EAAE,gBAAgB;YACrC,OAAO,EAAE,OAAO,IAAI,KAAK;YACzB,cAAc;SACf,CAAC;QAEF,OAAO,YAAY,CAAC,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IACpD,CAAC;CACF"}
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2025, Salesforce, Inc.
2
+ * Copyright 2026, Salesforce, Inc.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
@@ -106,6 +106,122 @@
106
106
  "run:apex"
107
107
  ]
108
108
  },
109
+ "apex:list:log": {
110
+ "aliases": [
111
+ "force:apex:log:list"
112
+ ],
113
+ "args": {},
114
+ "deprecateAliases": true,
115
+ "description": "Run this command in a project to list the IDs and general information for all debug logs in your default org.\n\nTo fetch a specific log from your org, obtain the ID from this command's output, then run the “<%= config.bin %> apex log get” command.",
116
+ "examples": [
117
+ "List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
118
+ "Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
119
+ ],
120
+ "flags": {
121
+ "json": {
122
+ "description": "Format output as json.",
123
+ "helpGroup": "GLOBAL",
124
+ "name": "json",
125
+ "allowNo": false,
126
+ "type": "boolean"
127
+ },
128
+ "flags-dir": {
129
+ "helpGroup": "GLOBAL",
130
+ "name": "flags-dir",
131
+ "summary": "Import flag values from a directory.",
132
+ "hasDynamicHelp": false,
133
+ "multiple": false,
134
+ "type": "option"
135
+ },
136
+ "target-org": {
137
+ "aliases": [
138
+ "targetusername",
139
+ "u"
140
+ ],
141
+ "char": "o",
142
+ "deprecateAliases": true,
143
+ "name": "target-org",
144
+ "noCacheDefault": true,
145
+ "required": true,
146
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
147
+ "hasDynamicHelp": true,
148
+ "multiple": false,
149
+ "type": "option"
150
+ },
151
+ "api-version": {
152
+ "aliases": [
153
+ "apiversion"
154
+ ],
155
+ "deprecateAliases": true,
156
+ "description": "Override the api version used for api requests made by this command",
157
+ "name": "api-version",
158
+ "hasDynamicHelp": false,
159
+ "multiple": false,
160
+ "type": "option"
161
+ },
162
+ "loglevel": {
163
+ "deprecated": {
164
+ "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."
165
+ },
166
+ "hidden": true,
167
+ "name": "loglevel",
168
+ "hasDynamicHelp": false,
169
+ "multiple": false,
170
+ "type": "option"
171
+ }
172
+ },
173
+ "hasDynamicHelp": true,
174
+ "hiddenAliases": [],
175
+ "id": "apex:list:log",
176
+ "pluginAlias": "@salesforce/plugin-apex",
177
+ "pluginName": "@salesforce/plugin-apex",
178
+ "pluginType": "core",
179
+ "strict": true,
180
+ "summary": "Display a list of IDs and general information about debug logs.",
181
+ "enableJsonFlag": true,
182
+ "isESM": true,
183
+ "relativePath": [
184
+ "lib",
185
+ "commands",
186
+ "apex",
187
+ "list",
188
+ "log.js"
189
+ ],
190
+ "aliasPermutations": [
191
+ "force:apex:log:list",
192
+ "apex:force:log:list",
193
+ "apex:log:force:list",
194
+ "apex:log:list:force",
195
+ "force:log:apex:list",
196
+ "log:force:apex:list",
197
+ "log:apex:force:list",
198
+ "log:apex:list:force",
199
+ "force:log:list:apex",
200
+ "log:force:list:apex",
201
+ "log:list:force:apex",
202
+ "log:list:apex:force",
203
+ "force:apex:list:log",
204
+ "apex:force:list:log",
205
+ "apex:list:force:log",
206
+ "apex:list:log:force",
207
+ "force:list:apex:log",
208
+ "list:force:apex:log",
209
+ "list:apex:force:log",
210
+ "list:apex:log:force",
211
+ "force:list:log:apex",
212
+ "list:force:log:apex",
213
+ "list:log:force:apex",
214
+ "list:log:apex:force"
215
+ ],
216
+ "permutations": [
217
+ "apex:list:log",
218
+ "list:apex:log",
219
+ "list:log:apex",
220
+ "apex:log:list",
221
+ "log:apex:list",
222
+ "log:list:apex"
223
+ ]
224
+ },
109
225
  "apex:get:log": {
110
226
  "aliases": [
111
227
  "force:apex:log:get"
@@ -447,122 +563,6 @@
447
563
  "test:get:apex"
448
564
  ]
449
565
  },
450
- "apex:list:log": {
451
- "aliases": [
452
- "force:apex:log:list"
453
- ],
454
- "args": {},
455
- "deprecateAliases": true,
456
- "description": "Run this command in a project to list the IDs and general information for all debug logs in your default org.\n\nTo fetch a specific log from your org, obtain the ID from this command's output, then run the “<%= config.bin %> apex log get” command.",
457
- "examples": [
458
- "List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
459
- "Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
460
- ],
461
- "flags": {
462
- "json": {
463
- "description": "Format output as json.",
464
- "helpGroup": "GLOBAL",
465
- "name": "json",
466
- "allowNo": false,
467
- "type": "boolean"
468
- },
469
- "flags-dir": {
470
- "helpGroup": "GLOBAL",
471
- "name": "flags-dir",
472
- "summary": "Import flag values from a directory.",
473
- "hasDynamicHelp": false,
474
- "multiple": false,
475
- "type": "option"
476
- },
477
- "target-org": {
478
- "aliases": [
479
- "targetusername",
480
- "u"
481
- ],
482
- "char": "o",
483
- "deprecateAliases": true,
484
- "name": "target-org",
485
- "noCacheDefault": true,
486
- "required": true,
487
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
488
- "hasDynamicHelp": true,
489
- "multiple": false,
490
- "type": "option"
491
- },
492
- "api-version": {
493
- "aliases": [
494
- "apiversion"
495
- ],
496
- "deprecateAliases": true,
497
- "description": "Override the api version used for api requests made by this command",
498
- "name": "api-version",
499
- "hasDynamicHelp": false,
500
- "multiple": false,
501
- "type": "option"
502
- },
503
- "loglevel": {
504
- "deprecated": {
505
- "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."
506
- },
507
- "hidden": true,
508
- "name": "loglevel",
509
- "hasDynamicHelp": false,
510
- "multiple": false,
511
- "type": "option"
512
- }
513
- },
514
- "hasDynamicHelp": true,
515
- "hiddenAliases": [],
516
- "id": "apex:list:log",
517
- "pluginAlias": "@salesforce/plugin-apex",
518
- "pluginName": "@salesforce/plugin-apex",
519
- "pluginType": "core",
520
- "strict": true,
521
- "summary": "Display a list of IDs and general information about debug logs.",
522
- "enableJsonFlag": true,
523
- "isESM": true,
524
- "relativePath": [
525
- "lib",
526
- "commands",
527
- "apex",
528
- "list",
529
- "log.js"
530
- ],
531
- "aliasPermutations": [
532
- "force:apex:log:list",
533
- "apex:force:log:list",
534
- "apex:log:force:list",
535
- "apex:log:list:force",
536
- "force:log:apex:list",
537
- "log:force:apex:list",
538
- "log:apex:force:list",
539
- "log:apex:list:force",
540
- "force:log:list:apex",
541
- "log:force:list:apex",
542
- "log:list:force:apex",
543
- "log:list:apex:force",
544
- "force:apex:list:log",
545
- "apex:force:list:log",
546
- "apex:list:force:log",
547
- "apex:list:log:force",
548
- "force:list:apex:log",
549
- "list:force:apex:log",
550
- "list:apex:force:log",
551
- "list:apex:log:force",
552
- "force:list:log:apex",
553
- "list:force:log:apex",
554
- "list:log:force:apex",
555
- "list:log:apex:force"
556
- ],
557
- "permutations": [
558
- "apex:list:log",
559
- "list:apex:log",
560
- "list:log:apex",
561
- "apex:log:list",
562
- "log:apex:list",
563
- "log:list:apex"
564
- ]
565
- },
566
566
  "apex:run:test": {
567
567
  "aliases": [
568
568
  "force:apex:test:run"
@@ -1398,5 +1398,5 @@
1398
1398
  ]
1399
1399
  }
1400
1400
  },
1401
- "version": "3.9.5"
1401
+ "version": "3.9.6"
1402
1402
  }
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
3
  "description": "Apex commands",
4
- "version": "3.9.5",
4
+ "version": "3.9.6",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
+ "enableO11y": true,
8
+ "o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
7
9
  "dependencies": {
8
10
  "@salesforce/apex-node": "^8.4.2",
9
11
  "@salesforce/core": "^8.24.0",
@@ -18,7 +20,7 @@
18
20
  "@salesforce/dev-scripts": "^11.0.4",
19
21
  "@salesforce/plugin-command-reference": "^3.1.79",
20
22
  "eslint-plugin-sf-plugin": "^1.20.33",
21
- "oclif": "^4.22.55",
23
+ "oclif": "^4.22.59",
22
24
  "ts-node": "^10.9.2",
23
25
  "typescript": "^5.9.3"
24
26
  },
@@ -229,7 +231,7 @@
229
231
  "exports": "./lib/index.js",
230
232
  "type": "module",
231
233
  "sfdx": {
232
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.9.5.crt",
233
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.9.5.sig"
234
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.9.6.crt",
235
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.9.6.sig"
234
236
  }
235
237
  }