supertape 11.0.2 → 11.0.3
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 +8 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
2025.03.23, v11.0.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 5a9a17c supertape: @supertape/formatter-tap v4.0.0
|
|
5
|
+
- 3ea01c2 supertape: @supertape/formatter-fail v4.0.0
|
|
6
|
+
- a246a25 @supertape/formatter-fail: drop support of node < 20
|
|
7
|
+
- 3c62551 @supertape/formatter-fail: @supertape/formatter-tap v4.0.0
|
|
8
|
+
|
|
1
9
|
2025.03.23, v11.0.2
|
|
2
10
|
|
|
3
11
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "supertape",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.3",
|
|
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",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"@putout/cli-keypress": "^2.0.0",
|
|
44
44
|
"@putout/cli-validate-args": "^2.0.0",
|
|
45
45
|
"@supertape/engine-loader": "^2.0.0",
|
|
46
|
-
"@supertape/formatter-fail": "^
|
|
46
|
+
"@supertape/formatter-fail": "^4.0.0",
|
|
47
47
|
"@supertape/formatter-json-lines": "^2.0.0",
|
|
48
48
|
"@supertape/formatter-progress-bar": "^7.0.0",
|
|
49
49
|
"@supertape/formatter-short": "^3.0.0",
|
|
50
|
-
"@supertape/formatter-tap": "^
|
|
50
|
+
"@supertape/formatter-tap": "^4.0.0",
|
|
51
51
|
"@supertape/formatter-time": "^2.0.0",
|
|
52
52
|
"@supertape/operator-stub": "^3.0.0",
|
|
53
53
|
"cli-progress": "^3.8.2",
|