apex-mutation-testing 1.3.0-dev-83.22024108564-1 → 1.3.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.
package/README.md CHANGED
@@ -174,7 +174,7 @@ EXAMPLES
174
174
  $ sf apex mutation test run --apex-class MyClass --test-class MyClassTest
175
175
  ```
176
176
 
177
- _See code: [src/commands/apex/mutation/test/run.ts](https://github.com/scolladon/apex-mutation-testing/blob/v1.3.0-dev-83.22024108564-1/src/commands/apex/mutation/test/run.ts)_
177
+ _See code: [src/commands/apex/mutation/test/run.ts](https://github.com/scolladon/apex-mutation-testing/blob/v1.3.0/src/commands/apex/mutation/test/run.ts)_
178
178
  <!-- commandsstop -->
179
179
 
180
180
  ## Backlog
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "apex-mutation-testing",
3
- "version": "1.3.0-dev-83.22024108564-1",
3
+ "version": "1.3.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "apex-mutation-testing",
9
- "version": "1.3.0-dev-83.22024108564-1",
9
+ "version": "1.3.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.8.0",
@@ -115,5 +115,5 @@
115
115
  ]
116
116
  }
117
117
  },
118
- "version": "1.3.0-dev-83.22024108564-1"
118
+ "version": "1.3.0"
119
119
  }
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.3.0-dev-83.22024108564-1",
4
+ "version": "1.3.0",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4.8.0",
7
7
  "@salesforce/apex-node": "^8.4.7",