@provartesting/provardx-cli 1.4.2 → 1.4.6

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.
@@ -60,7 +60,7 @@ export default class SfProvarConfigSet extends SfCommand {
60
60
  }
61
61
  }
62
62
  if (this.errorHandler.getErrors().length == 0) {
63
- fileSystem.writeFileSync(propertiesFilePath, JSON.stringify(propertyFileContent, null, 3));
63
+ fileSystem.writeFileSync(propertiesFilePath, JSON.stringify(propertyFileContent, null, 4));
64
64
  }
65
65
  }
66
66
  catch (err) {
@@ -67,7 +67,7 @@ export default class SfProvarConfigSet extends SfCommand {
67
67
  }
68
68
  }
69
69
  if (this.errorHandler.getErrors().length == 0) {
70
- fileSystem.writeFileSync(propertiesFilePath, JSON.stringify(propertyFileContent, null, 3));
70
+ fileSystem.writeFileSync(propertiesFilePath, JSON.stringify(propertyFileContent, null, 4));
71
71
  }
72
72
  }
73
73
  catch (err) {
@@ -442,5 +442,5 @@
442
442
  ]
443
443
  }
444
444
  },
445
- "version": "1.4.2"
445
+ "version": "1.4.6"
446
446
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@provartesting/provardx-cli",
3
3
  "description": "A plugin for the Salesforce CLI to orchestrate testing activities and report quality metrics to Provar Manager",
4
- "version": "1.4.2",
4
+ "version": "1.4.6",
5
5
  "license": "BSD-3-Clause",
6
6
  "plugins": [
7
7
  "@provartesting/provardx-plugins-automation",
@@ -18,9 +18,9 @@
18
18
  "fast-xml-parser": "^4.3.6",
19
19
  "jsonschema": "^1.4.1",
20
20
  "node-stream-zip": "^1.15.0",
21
- "@provartesting/provardx-plugins-utils": "1.2.0",
22
- "@provartesting/provardx-plugins-automation": "1.1.0",
23
- "@provartesting/provardx-plugins-manager": "1.2.1",
21
+ "@provartesting/provardx-plugins-utils": "1.3.1",
22
+ "@provartesting/provardx-plugins-automation": "1.2.1",
23
+ "@provartesting/provardx-plugins-manager": "1.3.1",
24
24
  "sync-request": "^6.1.0",
25
25
  "xml-js": "^1.6.11"
26
26
  },