supertape 10.6.0 → 10.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 +9 -0
- package/package.json +4 -5
package/ChangeLog
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
2024.06.04, v10.6.1
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 9113041 supertape: @supertape/formatter-progress-bar v6.0.0
|
|
5
|
+
- a61477a formatter-progress-bar: get rid of WebStorm hacks
|
|
6
|
+
- 342cda0 supertape: check-dts v0.8.0
|
|
7
|
+
- adfb128 supertape: husky v9.0.11
|
|
8
|
+
- c6f3052 supertape: @putout/eslint-flat v2.0.0
|
|
9
|
+
|
|
1
10
|
2024.05.09, v10.6.0
|
|
2
11
|
|
|
3
12
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "supertape",
|
|
3
|
-
"version": "10.6.
|
|
3
|
+
"version": "10.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",
|
|
@@ -45,7 +45,7 @@
|
|
|
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",
|
|
48
|
-
"@supertape/formatter-progress-bar": "^
|
|
48
|
+
"@supertape/formatter-progress-bar": "^6.0.0",
|
|
49
49
|
"@supertape/formatter-short": "^2.0.0",
|
|
50
50
|
"@supertape/formatter-tap": "^3.0.0",
|
|
51
51
|
"@supertape/formatter-time": "^1.0.0",
|
|
@@ -73,11 +73,10 @@
|
|
|
73
73
|
"testing"
|
|
74
74
|
],
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@babel/core": "^8.0.0-alpha.5",
|
|
77
76
|
"@iocmd/wait": "^2.1.0",
|
|
78
|
-
"@putout/eslint-flat": "^
|
|
77
|
+
"@putout/eslint-flat": "^2.0.0",
|
|
79
78
|
"c8": "^9.0.0",
|
|
80
|
-
"check-dts": "^0.
|
|
79
|
+
"check-dts": "^0.8.0",
|
|
81
80
|
"currify": "^4.0.0",
|
|
82
81
|
"eslint": "^9.1.1",
|
|
83
82
|
"eslint-plugin-putout": "^22.0.0",
|