testplane 8.44.3 → 8.44.4

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testplane",
3
- "version": "8.44.3",
3
+ "version": "8.44.4",
4
4
  "description": "Tests framework based on mocha and wdio",
5
5
  "main": "build/src/index.js",
6
6
  "files": [
@@ -407,7 +407,7 @@ type PartialCommonConfig = Partial<Omit<CommonConfig, "system" | "timeTravel" |
407
407
  };
408
408
  export type HookType = (params: {
409
409
  config: Config;
410
- }) => Promise<void> | undefined;
410
+ }) => Promise<unknown> | unknown;
411
411
  export type ConfigInput = Partial<PartialCommonConfig> & {
412
412
  browsers: Record<string, PartialCommonConfig & {
413
413
  desiredCapabilities: WebdriverIO.Capabilities;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testplane",
3
- "version": "8.44.3",
3
+ "version": "8.44.4",
4
4
  "description": "Tests framework based on mocha and wdio",
5
5
  "main": "build/src/index.js",
6
6
  "files": [