@salesforce/plugin-apex 2.2.2 → 2.2.3

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
@@ -42,6 +42,7 @@ $ NODE_OPTIONS=--inspect-brk bin/dev force:apex:log:list -u myOrg@example.com
42
42
  ```
43
43
 
44
44
  <br />
45
+
45
46
  ### Running the Test Suite
46
47
 
47
48
  Test the test suite locally by building the project first and then running the tests.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.2.2",
2
+ "version": "2.2.3",
3
3
  "commands": {
4
4
  "apex:run": {
5
5
  "id": "apex:run",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
3
  "description": "Apex commands",
4
- "version": "2.2.2",
4
+ "version": "2.2.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "main": "lib/index.js",
@@ -9,24 +9,24 @@
9
9
  "@oclif/core": "^2.4.0",
10
10
  "@salesforce/apex-node": "^1.6.0",
11
11
  "@salesforce/core": "^3.33.5",
12
- "@salesforce/sf-plugins-core": "^2.2.3",
12
+ "@salesforce/sf-plugins-core": "^2.2.4",
13
13
  "chalk": "^4.1.0",
14
14
  "tslib": "^2"
15
15
  },
16
16
  "devDependencies": {
17
- "@oclif/plugin-command-snapshot": "^3.3.6",
17
+ "@oclif/plugin-command-snapshot": "^3.3.8",
18
18
  "@oclif/plugin-help": "^5",
19
19
  "@salesforce/dev-config": "3.1.0",
20
20
  "@salesforce/dev-scripts": "^4.1.2",
21
- "@salesforce/plugin-command-reference": "^2.3.1",
21
+ "@salesforce/plugin-command-reference": "^2.4.1",
22
22
  "@salesforce/prettier-config": "^0.0.2",
23
23
  "@salesforce/ts-sinon": "^1.4.4",
24
24
  "@salesforce/ts-types": "1.7.3",
25
- "@swc/core": "^1.3.37",
25
+ "@swc/core": "^1.3.39",
26
26
  "@typescript-eslint/eslint-plugin": "^5.53.0",
27
27
  "@typescript-eslint/parser": "^5.53.0",
28
28
  "chai": "^4.2.0",
29
- "eslint": "^8.32.0",
29
+ "eslint": "^8.35.0",
30
30
  "eslint-config-prettier": "^8.6.0",
31
31
  "eslint-config-salesforce": "^1.1.0",
32
32
  "eslint-config-salesforce-license": "^0.2.0",
@@ -230,7 +230,7 @@
230
230
  }
231
231
  },
232
232
  "sfdx": {
233
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/2.2.2.crt",
234
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/2.2.2.sig"
233
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/2.2.3.crt",
234
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/2.2.3.sig"
235
235
  }
236
236
  }