supertape 7.2.2 → 7.2.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.
Files changed (3) hide show
  1. package/ChangeLog +12 -0
  2. package/lib/cli.js +1 -0
  3. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2022.04.06, v7.2.3
2
+
3
+ fix:
4
+ - (@supertape/engine-loader) rm unused @cloudcmd/stub
5
+
6
+
7
+ feature:
8
+ - (package) @supertape/operator-stub v2.0.0
9
+ - (package) @cloudcmd/stub v4.0.0
10
+ - (@supertape/operator-stub) drop support of node < 16
11
+
12
+
1
13
  2022.04.06, v7.2.2
2
14
 
3
15
  feature:
package/lib/cli.js CHANGED
@@ -140,6 +140,7 @@ async function cli({argv, cwd, stdout, isStop}) {
140
140
  await import(module);
141
141
 
142
142
  const allFiles = [];
143
+
143
144
  for (const arg of args._) {
144
145
  const files = glob.sync(arg).filter(isExclude);
145
146
  allFiles.push(...files);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supertape",
3
- "version": "7.2.2",
3
+ "version": "7.2.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",
@@ -47,7 +47,7 @@
47
47
  "@supertape/formatter-progress-bar": "^2.0.0",
48
48
  "@supertape/formatter-short": "^1.0.0",
49
49
  "@supertape/formatter-tap": "^2.0.0",
50
- "@supertape/operator-stub": "^1.0.0",
50
+ "@supertape/operator-stub": "^2.0.0",
51
51
  "cli-progress": "^3.8.2",
52
52
  "deep-equal": "^2.0.3",
53
53
  "fullstore": "^3.0.0",