@drovp/types
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -341,5 +341,6 @@ /** | ||
(progress?: ProgressData | null): void; | ||
(completed?: number | null, total?: number | null): void; | ||
(completed?: number | null, total?: number | null, indeterminate?: boolean): void; | ||
data: ProgressData; | ||
completed: number | undefined; | ||
indeterminate: boolean | undefined; | ||
total: number | undefined; | ||
@@ -346,0 +347,0 @@ destroy: () => void; |
{ | ||
"name": "@drovp/types", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Drovp plugin API definitions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
19309
505