testaro 32.0.10 → 32.0.11

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
@@ -200,7 +200,7 @@ Here is an example of a job:
200
200
  },
201
201
  requester: 'user@domain.org'
202
202
  },
203
- jobCreationTime: '2023-05-26T14:28',
203
+ creationTime: '2023-05-26T14:28',
204
204
  timeStamp: 'be76p'
205
205
  }
206
206
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "32.0.10",
3
+ "version": "32.0.11",
4
4
  "description": "Run 960 web accessibility tests from 9 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {