apex-code-coverage-transformer 2.0.0 → 2.2.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.
@@ -5,7 +5,7 @@
5
5
  "args": {},
6
6
  "description": "This plugin will convert the code coverage JSON file created by the Salesforce CLI during Apex deployments and test runs into an XML accepted by tools like SonarQube.",
7
7
  "examples": [
8
- "`sf acc-transformer transform -j \"coverage.json\" -x \"coverage.xml\" -c \"deploy\"`"
8
+ "`sf acc-transformer transform -j \"coverage.json\" -x \"coverage.xml\"`"
9
9
  ],
10
10
  "flags": {
11
11
  "json": {
@@ -33,20 +33,6 @@
33
33
  "hasDynamicHelp": false,
34
34
  "multiple": false,
35
35
  "type": "option"
36
- },
37
- "command": {
38
- "char": "c",
39
- "name": "command",
40
- "required": true,
41
- "summary": "The type of Salesforce CLI command you are running.",
42
- "default": "deploy",
43
- "hasDynamicHelp": false,
44
- "multiple": false,
45
- "options": [
46
- "deploy",
47
- "test"
48
- ],
49
- "type": "option"
50
36
  }
51
37
  },
52
38
  "hasDynamicHelp": false,
@@ -72,5 +58,5 @@
72
58
  ]
73
59
  }
74
60
  },
75
- "version": "2.0.0"
61
+ "version": "2.2.0"
76
62
  }
package/package.json CHANGED
@@ -1,19 +1,18 @@
1
1
  {
2
2
  "name": "apex-code-coverage-transformer",
3
3
  "description": "Transforms the Apex code coverage JSON created during Salesforce deployments and test runs into the Generic Test Coverage Format (XML) for SonarQube.",
4
- "version": "2.0.0",
4
+ "version": "2.2.0",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^3.18.1",
7
7
  "@salesforce/core": "^6.4.7",
8
8
  "@salesforce/sf-plugins-core": "^7.1.3",
9
- "isomorphic-git": "^1.27.1",
10
9
  "xmlbuilder2": "^3.1.1"
11
10
  },
12
11
  "devDependencies": {
13
12
  "@commitlint/cli": "^18.6.1",
14
13
  "@commitlint/config-conventional": "^18.6.0",
15
- "@oclif/plugin-command-snapshot": "^5.0.2",
16
- "@salesforce/cli-plugins-testkit": "^5.1.7",
14
+ "@oclif/plugin-command-snapshot": "^5.2.19",
15
+ "@salesforce/cli-plugins-testkit": "^5.3.34",
17
16
  "@salesforce/dev-scripts": "^8.3.0",
18
17
  "eslint-plugin-sf-plugin": "^1.17.2",
19
18
  "husky": "^9.1.4",
@@ -29,7 +28,8 @@
29
28
  "/lib",
30
29
  "/messages",
31
30
  "/oclif.manifest.json",
32
- "/oclif.lock"
31
+ "/oclif.lock",
32
+ "/CHANGELOG.md"
33
33
  ],
34
34
  "keywords": [
35
35
  "force",