sxy-test-runner 1.3.0 → 1.3.1

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.
Files changed (2) hide show
  1. package/dist/config.js +1 -1
  2. package/package.json +1 -1
package/dist/config.js CHANGED
@@ -3,5 +3,5 @@ export const cliName = 'sxy-test';
3
3
  export const configFileName = 'sxy-test-runner.config';
4
4
  export const configLocations = ['', 'config']; // locations where the configs may be placed in proj folder
5
5
 
6
- export const debugging = true;
6
+ export const debugging = false;
7
7
  export const showTimeProfiling = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sxy-test-runner",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "license": "MIT",
5
5
  "homepage": "https://github.com/RobertSandiford/sxy-test-runner",
6
6
  "repository": {