supertape 8.5.0 → 8.6.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.
- package/ChangeLog +12 -0
- package/bin/supertape.mjs +1 -0
- package/lib/cli.js +1 -0
- package/lib/is-debug.js +1 -0
- package/lib/run-tests.js +1 -0
- package/lib/supertape.js +1 -0
- package/package.json +4 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2023.10.30, v8.6.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 0c6c891 supertape: eslint-plugin-putout v21.0.1
|
|
5
|
+
- 7ff4b4e package: @putout/cli-keypress v2.0.0
|
|
6
|
+
|
|
7
|
+
2023.09.18, v8.6.0
|
|
8
|
+
|
|
9
|
+
feature:
|
|
10
|
+
- a449f09 package: eslint-plugin-putout v20.0.0
|
|
11
|
+
- 5c43495 package: putout v32.0.6
|
|
12
|
+
|
|
1
13
|
2023.08.28, v8.5.0
|
|
2
14
|
|
|
3
15
|
feature:
|
package/bin/supertape.mjs
CHANGED
package/lib/cli.js
CHANGED
package/lib/is-debug.js
CHANGED
package/lib/run-tests.js
CHANGED
package/lib/supertape.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "supertape",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.6.1",
|
|
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",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@cloudcmd/stub": "^4.0.0",
|
|
43
|
-
"@putout/cli-keypress": "^
|
|
43
|
+
"@putout/cli-keypress": "^2.0.0",
|
|
44
44
|
"@putout/cli-validate-args": "^1.0.1",
|
|
45
45
|
"@supertape/engine-loader": "^2.0.0",
|
|
46
46
|
"@supertape/formatter-fail": "^3.0.0",
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"check-dts": "^0.7.0",
|
|
80
80
|
"eslint": "^8.0.0",
|
|
81
81
|
"eslint-plugin-n": "^16.0.1",
|
|
82
|
-
"eslint-plugin-putout": "^
|
|
82
|
+
"eslint-plugin-putout": "^21.0.1",
|
|
83
83
|
"find-up": "^6.3.0",
|
|
84
84
|
"madrun": "^9.0.0",
|
|
85
85
|
"mock-require": "^3.0.2",
|
|
86
86
|
"montag": "^1.0.0",
|
|
87
87
|
"nodemon": "^3.0.1",
|
|
88
88
|
"pullout": "^4.0.0",
|
|
89
|
-
"putout": "^
|
|
89
|
+
"putout": "^32.0.6",
|
|
90
90
|
"runsome": "^1.0.0",
|
|
91
91
|
"try-catch": "^3.0.0",
|
|
92
92
|
"typescript": "^5.1.6"
|