testilo 19.0.0 → 19.0.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/merge.js +1 -1
  2. package/package.json +1 -1
package/merge.js CHANGED
@@ -61,7 +61,7 @@ exports.merge = (script, batch, requester, standard, granular, isolate = false)
61
61
  protoJob.creationTime = creationTime;
62
62
  protoJob.timeStamp = timeStamp;
63
63
  protoJob.standard = standard || 'only';
64
- protojob.observe = granular || false;
64
+ protoJob.observe = granular || false;
65
65
  // If isolation was requested:
66
66
  if (isolate) {
67
67
  // Perform it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "19.0.0",
3
+ "version": "19.0.1",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {