@wdio/config
Advanced tools
Comparing version 9.0.0-alpha.369 to 9.0.0-alpha.426
@@ -9,3 +9,3 @@ import path from 'node:path'; | ||
const log = logger('@wdio/config:ConfigParser'); | ||
const MERGE_DUPLICATION = ['services', 'reporters']; | ||
const MERGE_DUPLICATION = ['services', 'reporters', 'capabilities']; | ||
export default class ConfigParser { | ||
@@ -12,0 +12,0 @@ _initialConfig; |
import type { Options } from '@wdio/types'; | ||
export declare const validObjectOrArray: (object: any) => object is object | any[]; | ||
export declare const validObjectOrArray: (object: any) => object is object | Array<any>; | ||
/** | ||
@@ -4,0 +4,0 @@ * remove line numbers from file path, ex: |
{ | ||
"name": "@wdio/config", | ||
"version": "9.0.0-alpha.369+43868ec82", | ||
"version": "9.0.0-alpha.426+d760644c4", | ||
"description": "A helper utility to parse and validate WebdriverIO options", | ||
@@ -39,5 +39,5 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"dependencies": { | ||
"@wdio/logger": "9.0.0-alpha.369+43868ec82", | ||
"@wdio/types": "9.0.0-alpha.369+43868ec82", | ||
"@wdio/utils": "9.0.0-alpha.369+43868ec82", | ||
"@wdio/logger": "9.0.0-alpha.426+d760644c4", | ||
"@wdio/types": "9.0.0-alpha.426+d760644c4", | ||
"@wdio/utils": "9.0.0-alpha.426+d760644c4", | ||
"decamelize": "^6.0.0", | ||
@@ -54,3 +54,3 @@ "deepmerge-ts": "^7.0.3", | ||
}, | ||
"gitHead": "43868ec82075db90009f00bb737f6df0f1744ca6" | ||
"gitHead": "d760644c4c6e1ef910c0bee120cb422e25dbbe06" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
46381