poku 4.0.0 → 4.0.1-canary.9bfbf272

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/lib/bin/index.js CHANGED
@@ -55,7 +55,7 @@ const write_js_1 = require("../services/write.js");
55
55
  const value = Number((0, get_arg_js_1.getArg)('timeout'));
56
56
  return Number.isNaN(value) ? configsFromFile?.timeout : value;
57
57
  })();
58
- const sequential = (0, get_arg_js_1.hasArg)('sequential');
58
+ const sequential = (0, get_arg_js_1.hasArg)('sequential') || configsFromFile?.sequential;
59
59
  if (dirs.length === 1)
60
60
  poku_js_1.states.isSinglePath = true;
61
61
  if ((0, get_arg_js_1.hasArg)('listFiles')) {
@@ -12,7 +12,7 @@ exports.results = {
12
12
  skipped: 0,
13
13
  todo: 0,
14
14
  };
15
- exports.VERSION = '4.0.0';
15
+ exports.VERSION = '4.0.1-canary.9bfbf272';
16
16
  exports.deepOptions = [];
17
17
  exports.GLOBAL = {
18
18
  cwd: (0, node_process_1.cwd)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poku",
3
- "version": "4.0.0",
3
+ "version": "4.0.1-canary.9bfbf272",
4
4
  "description": "🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.",
5
5
  "main": "./lib/modules/index.js",
6
6
  "exports": {