@salesforce/plugin-apex 3.0.16 → 3.0.18

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.
@@ -78,7 +78,6 @@
78
78
  "strict": true,
79
79
  "summary": "Execute anonymous Apex code entered on the command line or from a local file.",
80
80
  "enableJsonFlag": true,
81
- "SF_ENV": "SF_ENV",
82
81
  "isESM": true,
83
82
  "relativePath": [
84
83
  "lib",
@@ -200,7 +199,6 @@
200
199
  "strict": true,
201
200
  "summary": "Fetch the specified log or given number of most recent logs from the org.",
202
201
  "enableJsonFlag": true,
203
- "SF_ENV": "SF_ENV",
204
202
  "isESM": true,
205
203
  "relativePath": [
206
204
  "lib",
@@ -367,7 +365,6 @@
367
365
  "strict": true,
368
366
  "summary": "Display test results for a specific asynchronous test run.",
369
367
  "enableJsonFlag": true,
370
- "SF_ENV": "SF_ENV",
371
368
  "isESM": true,
372
369
  "relativePath": [
373
370
  "lib",
@@ -476,7 +473,6 @@
476
473
  "strict": true,
477
474
  "summary": "Display a list of IDs and general information about debug logs.",
478
475
  "enableJsonFlag": true,
479
- "SF_ENV": "SF_ENV",
480
476
  "isESM": true,
481
477
  "relativePath": [
482
478
  "lib",
@@ -728,7 +724,6 @@
728
724
  "strict": true,
729
725
  "summary": "Invoke Apex tests in an org.",
730
726
  "enableJsonFlag": true,
731
- "SF_ENV": "SF_ENV",
732
727
  "isESM": true,
733
728
  "relativePath": [
734
729
  "lib",
@@ -864,7 +859,6 @@
864
859
  "strict": true,
865
860
  "summary": "Activate debug logging and display logs in the terminal.",
866
861
  "enableJsonFlag": false,
867
- "SF_ENV": "SF_ENV",
868
862
  "isESM": true,
869
863
  "relativePath": [
870
864
  "lib",
@@ -909,5 +903,5 @@
909
903
  ]
910
904
  }
911
905
  },
912
- "version": "3.0.16"
906
+ "version": "3.0.18"
913
907
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
3
  "description": "Apex commands",
4
- "version": "3.0.16",
4
+ "version": "3.0.18",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -9,7 +9,7 @@
9
9
  "@salesforce/apex-node": "^3.0.1",
10
10
  "@salesforce/core": "^6.4.4",
11
11
  "@salesforce/kit": "^3.0.15",
12
- "@salesforce/sf-plugins-core": "^5.0.13",
12
+ "@salesforce/sf-plugins-core": "^7.1.2",
13
13
  "chalk": "^5.3.0",
14
14
  "color-convert": "^2.0.1",
15
15
  "color-name": "^2.0.0"
@@ -17,11 +17,11 @@
17
17
  "devDependencies": {
18
18
  "@oclif/plugin-command-snapshot": "^5.0.5",
19
19
  "@salesforce/cli-plugins-testkit": "^5.1.4",
20
- "@salesforce/dev-scripts": "^8.2.0",
21
- "@salesforce/plugin-command-reference": "^3.0.59",
20
+ "@salesforce/dev-scripts": "^8.3.0",
21
+ "@salesforce/plugin-command-reference": "^3.0.62",
22
22
  "@types/color-convert": "^2.0.3",
23
23
  "eslint-plugin-sf-plugin": "^1.17.1",
24
- "oclif": "^4.1.0",
24
+ "oclif": "^4.3.1",
25
25
  "shx": "^0.3.4",
26
26
  "ts-node": "^10.9.2",
27
27
  "typescript": "^5.2.2"
@@ -224,7 +224,7 @@
224
224
  "exports": "./lib/index.js",
225
225
  "type": "module",
226
226
  "sfdx": {
227
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.16.crt",
228
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.16.sig"
227
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.18.crt",
228
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.18.sig"
229
229
  }
230
230
  }