testilo 41.0.2 → 41.0.3

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -378,7 +378,7 @@ When the `script` module creates a script for you, it does not ask you for all o
378
378
  - `timeLimit`: 50 plus 30 per tool
379
379
  - `sendReportTo`: `process.env.SEND_REPORT_TO`, or `''` if none
380
380
  - `sources.id`: script ID
381
- - `sources.requester`: `process.env.REQUESTER`, or `''` if none
381
+ - `sources.requester`: `''`
382
382
  - test acts: `launch` = {}
383
383
  - `axe` test act: `detailLevel` = 2
384
384
  - `ibm` test act: `withItems` = `true`, `withNewContent` = `true`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "41.0.2",
3
+ "version": "41.0.3",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {