@drovp/save-as-path
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -66,3 +66,3 @@ "use strict"; | ||
description: `What filename incrementation style to use when destination can't be overwritten.`, | ||
isHidden: (_, { saving }) => !(saving.deleteOriginal && saving.overwriteDestination), | ||
isHidden: (_, { saving }) => saving.deleteOriginal && saving.overwriteDestination, | ||
}, | ||
@@ -69,0 +69,0 @@ ], |
{ | ||
"name": "@drovp/save-as-path", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Drovp utility to determine path for file results.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/drovp/save-as-path", |
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
17366