apex-mutation-testing 1.5.2-dev-112.23751707766-1 → 1.5.2
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 +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -380,7 +380,7 @@ EXAMPLES
|
|
|
380
380
|
$ sf apex mutation test run --apex-class MyClass --test-class MyClassTest --dry-run
|
|
381
381
|
```
|
|
382
382
|
|
|
383
|
-
_See code: [src/commands/apex/mutation/test/run.ts](https://github.com/scolladon/apex-mutation-testing/blob/v1.5.2
|
|
383
|
+
_See code: [src/commands/apex/mutation/test/run.ts](https://github.com/scolladon/apex-mutation-testing/blob/v1.5.2/src/commands/apex/mutation/test/run.ts)_
|
|
384
384
|
<!-- commandsstop -->
|
|
385
385
|
<!-- markdownlint-enable MD040 -->
|
|
386
386
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apex-mutation-testing",
|
|
3
|
-
"version": "1.5.2
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "apex-mutation-testing",
|
|
9
|
-
"version": "1.5.2
|
|
9
|
+
"version": "1.5.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4.10.3",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED