@xylabs/object
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -7,3 +7,3 @@ import { Logger } from '@xylabs/logger'; | ||
export type BaseParams<TAdditionalParams extends EmptyObject | void = void> = TAdditionalParams extends EmptyObject ? BaseParamsFields & TAdditionalParams : BaseParamsFields; | ||
export declare abstract class Base<TParams extends BaseParams = BaseParams> { | ||
export declare abstract class Base<TParams extends BaseParams | undefined = BaseParams> { | ||
static defaultLogger?: Logger; | ||
@@ -10,0 +10,0 @@ static readonly uniqueName: string; |
@@ -7,3 +7,3 @@ import { Logger } from '@xylabs/logger'; | ||
export type BaseParams<TAdditionalParams extends EmptyObject | void = void> = TAdditionalParams extends EmptyObject ? BaseParamsFields & TAdditionalParams : BaseParamsFields; | ||
export declare abstract class Base<TParams extends BaseParams = BaseParams> { | ||
export declare abstract class Base<TParams extends BaseParams | undefined = BaseParams> { | ||
static defaultLogger?: Logger; | ||
@@ -10,0 +10,0 @@ static readonly uniqueName: string; |
@@ -14,5 +14,5 @@ { | ||
"dependencies": { | ||
"@xylabs/assert": "^3.1.3", | ||
"@xylabs/logger": "^3.1.3", | ||
"@xylabs/promise": "^3.1.3" | ||
"@xylabs/assert": "^3.1.4", | ||
"@xylabs/logger": "^3.1.4", | ||
"@xylabs/promise": "^3.1.4" | ||
}, | ||
@@ -62,4 +62,4 @@ "devDependencies": { | ||
"sideEffects": false, | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"type": "module" | ||
} |
@@ -13,3 +13,3 @@ import { Logger } from '@xylabs/logger' | ||
export abstract class Base<TParams extends BaseParams = BaseParams> { | ||
export abstract class Base<TParams extends BaseParams | undefined = BaseParams> { | ||
static defaultLogger?: Logger | ||
@@ -16,0 +16,0 @@ static readonly uniqueName = globallyUnique(this.name, this, 'xyo') |
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
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
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
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
227119
Updated@xylabs/assert@^3.1.4
Updated@xylabs/logger@^3.1.4
Updated@xylabs/promise@^3.1.4