@tsdotnet/observable-base
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -19,4 +19,4 @@ /** | ||
protected _onNext(value: T): void; | ||
protected _onError(error: any): void; | ||
protected _onError(error: unknown): void; | ||
protected _onCompleted(): void; | ||
} |
@@ -17,4 +17,4 @@ /** | ||
onNext(value: T): void; | ||
onError(error: any): void; | ||
onError(error: unknown): void; | ||
onCompleted(): void; | ||
} |
{ | ||
"name": "@tsdotnet/observable-base", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "A simple set of subscription base classes for implementing .NET style observables.", | ||
@@ -5,0 +5,0 @@ "author": "electricessence", |
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
37626