supertape 10.7.1 → 10.7.2
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.
- package/ChangeLog +7 -0
- package/lib/cli.js +1 -2
- package/package.json +4 -4
package/ChangeLog
CHANGED
package/lib/cli.js
CHANGED
|
@@ -85,8 +85,7 @@ async function cli({argv, cwd, stdout, isStop, workerFormatter}) {
|
|
|
85
85
|
return OK;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
const validateArgs =
|
|
89
|
-
|
|
88
|
+
const {validateArgs} = await import('@putout/cli-validate-args');
|
|
90
89
|
const error = await validateArgs(args, [
|
|
91
90
|
...yargsOptions.boolean,
|
|
92
91
|
...yargsOptions.string,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "supertape",
|
|
3
|
-
"version": "10.7.
|
|
3
|
+
"version": "10.7.2",
|
|
4
4
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
5
5
|
"description": "📼 Supertape simplest high speed test runner with superpowers",
|
|
6
6
|
"homepage": "http://github.com/coderaiser/supertape",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@cloudcmd/stub": "^4.0.0",
|
|
43
43
|
"@putout/cli-keypress": "^2.0.0",
|
|
44
|
-
"@putout/cli-validate-args": "^
|
|
44
|
+
"@putout/cli-validate-args": "^2.0.0",
|
|
45
45
|
"@supertape/engine-loader": "^2.0.0",
|
|
46
46
|
"@supertape/formatter-fail": "^3.0.0",
|
|
47
47
|
"@supertape/formatter-json-lines": "^2.0.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"cli-progress": "^3.8.2",
|
|
54
54
|
"flatted": "^3.3.1",
|
|
55
55
|
"fullstore": "^3.0.0",
|
|
56
|
-
"glob": "^
|
|
56
|
+
"glob": "^11.0.0",
|
|
57
57
|
"jest-diff": "^29.0.1",
|
|
58
58
|
"once": "^1.4.0",
|
|
59
59
|
"resolve": "^1.17.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"montag": "^1.0.0",
|
|
88
88
|
"nodemon": "^3.0.1",
|
|
89
89
|
"pullout": "^5.0.1",
|
|
90
|
-
"putout": "^
|
|
90
|
+
"putout": "^36.0.2",
|
|
91
91
|
"runsome": "^1.0.0",
|
|
92
92
|
"try-catch": "^3.0.1",
|
|
93
93
|
"typescript": "^5.1.6"
|