@wdio/types
Advanced tools
Comparing version 9.0.0-alpha.369 to 9.0.0-alpha.426
@@ -8,2 +8,3 @@ import type * as Automation from './Automation.js'; | ||
import type * as Workers from './Workers.js'; | ||
import type * as Network from './Network.js'; | ||
/** | ||
@@ -70,2 +71,7 @@ * exported constant values | ||
/** | ||
* A network request during a WebDriver Bidi session | ||
*/ | ||
interface Request extends Network.Request { | ||
} | ||
/** | ||
* types to be extended by ecosystem framework adapters | ||
@@ -72,0 +78,0 @@ */ |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import type { Hooks, ServiceEntry } from './Services.js'; | ||
@@ -3,0 +2,0 @@ import type { ReporterEntry } from './Reporters.js'; |
@@ -1,3 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
/// <reference types="node" resolution-mode="require"/> | ||
import type { WriteStream } from 'node:fs'; | ||
@@ -4,0 +2,0 @@ import type { EventEmitter } from 'node:events'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import type { EventEmitter } from 'node:events'; | ||
@@ -3,0 +2,0 @@ import type { Testrunner as TestrunnerOptions } from './Options.js'; |
{ | ||
"name": "@wdio/types", | ||
"version": "9.0.0-alpha.369+43868ec82", | ||
"version": "9.0.0-alpha.426+d760644c4", | ||
"description": "Utility package providing type information for a variety of WebdriverIO interfaces", | ||
@@ -35,3 +35,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
}, | ||
"gitHead": "43868ec82075db90009f00bb737f6df0f1744ca6" | ||
"gitHead": "d760644c4c6e1ef910c0bee120cb422e25dbbe06" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
155609
30
2875