supertape 11.0.0 → 11.0.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.
Files changed (3) hide show
  1. package/ChangeLog +6 -0
  2. package/lib/cli.js +3 -1
  3. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2025.03.23, v11.0.1
2
+
3
+ feature:
4
+ - f645aac supertape: supertape v11.0.0
5
+ - 834c4fc supertape: glob v11.0.1
6
+
1
7
  2025.03.23, v11.0.0
2
8
 
3
9
  feature:
package/lib/cli.js CHANGED
@@ -27,7 +27,9 @@ const removeDuplicates = (a) => Array.from(new Set(a));
27
27
 
28
28
  const filesCount = fullstore(0);
29
29
 
30
- const {SUPERTAPE_CHECK_SKIPED = '0'} = process.env;
30
+ const {
31
+ SUPERTAPE_CHECK_SKIPED = '0',
32
+ } = process.env;
31
33
 
32
34
  module.exports = async ({argv, cwd, stdout, stderr, exit, isStop, workerFormatter}) => {
33
35
  isStop = isStop || keypress().isStop;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supertape",
3
- "version": "11.0.0",
3
+ "version": "11.0.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",
@@ -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": "^10.0.0",
56
+ "glob": "^11.0.1",
57
57
  "jest-diff": "^29.0.1",
58
58
  "once": "^1.4.0",
59
59
  "resolve": "^1.17.0",