supertape 10.0.0 → 10.1.0

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/ChangeLog +8 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2024.02.15, v10.1.0
2
+
3
+ feature:
4
+ - e55d74d supertape: @supertape/formatter-progress-bar v5.0.0
5
+ - e8d4f09 @supertape/formatter-progress-bar: drop support of node < 18
6
+ - 3b9155c @supertape/formatter-progress-bar: add support of WebStorm
7
+ - 9405efc supertape: supertape v10.0.0
8
+
1
9
  2024.01.26, v10.0.0
2
10
 
3
11
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supertape",
3
- "version": "10.0.0",
3
+ "version": "10.1.0",
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": "^4.0.0",
48
+ "@supertape/formatter-progress-bar": "^5.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",