testilo 42.0.1 → 42.1.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/script.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "42.0.1",
3
+ "version": "42.1.0",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
package/script.js CHANGED
@@ -161,7 +161,6 @@ exports.script = (id, what, deviceID, options = {}) => {
161
161
  timeLimit: Math.round(50 + 30 * Object.keys(toolsRulesData).length),
162
162
  creationTimeStamp: '',
163
163
  executionTimeStamp: '',
164
- sendReportTo: process.env.SEND_REPORT_TO || '',
165
164
  target: {
166
165
  what: '',
167
166
  url: ''