@drovp/types
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -367,2 +367,3 @@ /** | ||
progress: Progress; | ||
title: (value: string | undefined | null) => void; | ||
meta: (meta: unknown) => void; | ||
@@ -377,2 +378,3 @@ log: (...args: any[]) => void; | ||
showSaveDialog(options: SaveDialogOptions): Promise<SaveDialogReturnValue>; | ||
title(value: string | undefined | null): void; | ||
} | ||
@@ -379,0 +381,0 @@ |
{ | ||
"name": "@drovp/types", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"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
20085
519