@appium/types
Advanced tools
Comparing version 0.18.0 to 0.19.0
@@ -1,2 +0,2 @@ | ||
import type { Logger } from 'npmlog'; | ||
import type { Logger } from '@appium/logger'; | ||
/** | ||
@@ -10,14 +10,11 @@ * A log prefix for {@linkcode AppiumLogger} | ||
* Possible "log levels" for {@linkcode AppiumLogger}. | ||
* | ||
* Extracted from `npmlog`. | ||
*/ | ||
export type AppiumLoggerLevel = 'silly' | 'verbose' | 'debug' | 'info' | 'http' | 'warn' | 'error'; | ||
/** | ||
* Describes the `npmlog`-based internal logger. | ||
* | ||
* @see https://npm.im/npmlog | ||
* Describes the internal logger. | ||
*/ | ||
export interface AppiumLogger { | ||
/** | ||
* Returns the underlying `npmlog` {@link Logger}. | ||
* Returns the underlying `logger` {@link Logger}. | ||
* ! This method is designed for private usage. | ||
*/ | ||
@@ -24,0 +21,0 @@ unwrap(): Logger; |
@@ -1,2 +0,2 @@ | ||
import type {Logger} from 'npmlog'; | ||
import type {Logger} from '@appium/logger'; | ||
@@ -12,4 +12,2 @@ /** | ||
* Possible "log levels" for {@linkcode AppiumLogger}. | ||
* | ||
* Extracted from `npmlog`. | ||
*/ | ||
@@ -19,9 +17,8 @@ export type AppiumLoggerLevel = 'silly' | 'verbose' | 'debug' | 'info' | 'http' | 'warn' | 'error'; | ||
/** | ||
* Describes the `npmlog`-based internal logger. | ||
* | ||
* @see https://npm.im/npmlog | ||
* Describes the internal logger. | ||
*/ | ||
export interface AppiumLogger { | ||
/** | ||
* Returns the underlying `npmlog` {@link Logger}. | ||
* Returns the underlying `logger` {@link Logger}. | ||
* ! This method is designed for private usage. | ||
*/ | ||
@@ -28,0 +25,0 @@ unwrap(): Logger; |
{ | ||
"name": "@appium/types", | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"description": "Various type declarations used across Appium", | ||
@@ -44,5 +44,4 @@ "keywords": [ | ||
"@types/express": "4.17.21", | ||
"@types/npmlog": "7.0.0", | ||
"@types/ws": "8.5.10", | ||
"type-fest": "4.18.3" | ||
"type-fest": "4.19.0" | ||
}, | ||
@@ -56,3 +55,3 @@ "engines": { | ||
}, | ||
"gitHead": "a4138c6ec9524594519f29938008500b7cdcc0b8" | ||
"gitHead": "339acd345fafa1292c8d286261553fcc6b440e46" | ||
} |
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
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
5
286070
6506
+ Addedtype-fest@4.19.0(transitive)
- Removed@types/npmlog@7.0.0
- Removed@types/npmlog@7.0.0(transitive)
- Removedtype-fest@4.18.3(transitive)
Updatedtype-fest@4.19.0