@drovp/types
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -116,3 +116,3 @@ /** | ||
utils: PreparatorUtils | ||
) => Promise<Payload | null | undefined | false | void>; | ||
) => Payload | null | undefined | false | void | Promise<Payload | null | undefined | false | void>; | ||
progressFormatter?: 'bytes' | ((progress: ProgressData) => string); // HTML | ||
@@ -119,0 +119,0 @@ operationMetaFormatter?: (meta: any) => string; // HTML |
{ | ||
"name": "@drovp/types", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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
20415