@travetto/test 8.0.0-alpha.5 → 8.0.0-alpha.7

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 +6 -6
package/README.md CHANGED
@@ -231,7 +231,7 @@ Options:
231
231
  -c, --concurrency <number> Number of tests to run concurrently (default: 9)
232
232
  -t, --tags <string> Tags to target or exclude when using globs
233
233
  -o, --format-options <string> Format options
234
- -h, --help display help for command
234
+ --help display help for command
235
235
  ```
236
236
 
237
237
  The regexes are the patterns of tests you want to run, and all tests must be found under the `test/` folder.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/test",
3
- "version": "8.0.0-alpha.5",
3
+ "version": "8.0.0-alpha.7",
4
4
  "type": "module",
5
5
  "description": "Declarative test framework",
6
6
  "keywords": [
@@ -28,14 +28,14 @@
28
28
  "directory": "module/test"
29
29
  },
30
30
  "dependencies": {
31
- "@travetto/registry": "^8.0.0-alpha.5",
32
- "@travetto/runtime": "^8.0.0-alpha.5",
33
- "@travetto/terminal": "^8.0.0-alpha.5",
34
- "@travetto/worker": "^8.0.0-alpha.5",
31
+ "@travetto/registry": "^8.0.0-alpha.7",
32
+ "@travetto/runtime": "^8.0.0-alpha.7",
33
+ "@travetto/terminal": "^8.0.0-alpha.7",
34
+ "@travetto/worker": "^8.0.0-alpha.7",
35
35
  "yaml": "^2.8.2"
36
36
  },
37
37
  "peerDependencies": {
38
- "@travetto/cli": "^8.0.0-alpha.8",
38
+ "@travetto/cli": "^8.0.0-alpha.12",
39
39
  "@travetto/transformer": "^8.0.0-alpha.4"
40
40
  },
41
41
  "peerDependenciesMeta": {