testaro 9.0.0 → 9.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -111,7 +111,7 @@ All of the tests that Testaro can perform are free of cost, except those in the
111
111
 
112
112
  A _job_ is an object containing instructions for Testaro.
113
113
 
114
- A _report_ is an object containing a job, with added properties describing the results from Testaro running the job.
114
+ A _report_ is a job with added properties describing the results from Testaro running the job.
115
115
 
116
116
  ### Jobs
117
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "Automation of accessibility testing",
5
5
  "main": "index.js",
6
6
  "scripts": {