@stoplight/lifecycle
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -9,3 +9,3 @@ export interface IMinimalActivatable { | ||
export declare abstract class Activatable implements IActivatable { | ||
private _state; | ||
protected _state: 'deactivated' | 'isActivating' | 'activated' | 'isDeactivating'; | ||
readonly state: "deactivated" | "isActivating" | "activated" | "isDeactivating"; | ||
@@ -12,0 +12,0 @@ activate(): Promise<void>; |
{ | ||
"name": "@stoplight/lifecycle", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Event and disposable helpers.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
27922