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 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-dev-112.23751707766-1/src/commands/apex/mutation/test/run.ts)_
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
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "apex-mutation-testing",
3
- "version": "1.5.2-dev-112.23751707766-1",
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-dev-112.23751707766-1",
9
+ "version": "1.5.2",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.10.3",
@@ -193,5 +193,5 @@
193
193
  ]
194
194
  }
195
195
  },
196
- "version": "1.5.2-dev-112.23751707766-1"
196
+ "version": "1.5.2"
197
197
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "apex-mutation-testing",
3
3
  "description": "Apex mutation testing plugin",
4
- "version": "1.5.2-dev-112.23751707766-1",
4
+ "version": "1.5.2",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4.10.3",
7
7
  "@salesforce/apex-node": "^8.4.17",