@salesforce/plugin-apex 3.9.4 → 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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.
@@ -1398,5 +1398,5 @@
1398
1398
  ]
1399
1399
  }
1400
1400
  },
1401
- "version": "3.9.4"
1401
+ "version": "3.9.6"
1402
1402
  }
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
3
  "description": "Apex commands",
4
- "version": "3.9.4",
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
- "@salesforce/apex-node": "^8.4.1",
10
+ "@salesforce/apex-node": "^8.4.2",
9
11
  "@salesforce/core": "^8.24.0",
10
12
  "@salesforce/kit": "^3.2.3",
11
13
  "@salesforce/sf-plugins-core": "^12.2.6",
@@ -16,9 +18,9 @@
16
18
  "@oclif/plugin-command-snapshot": "^5.3.8",
17
19
  "@salesforce/cli-plugins-testkit": "^5.3.39",
18
20
  "@salesforce/dev-scripts": "^11.0.4",
19
- "@salesforce/plugin-command-reference": "^3.1.78",
21
+ "@salesforce/plugin-command-reference": "^3.1.79",
20
22
  "eslint-plugin-sf-plugin": "^1.20.33",
21
- "oclif": "^4.22.50",
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.4.crt",
233
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.9.4.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
  }