@rollup-extras/plugin-copy
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -7,3 +7,3 @@ export declare type SingleTargetDesc = { | ||
export declare type MultipleTargetsDesc = string | string[] | SingleTargetDesc | SingleTargetDesc[]; | ||
export declare type CopyPluginOptions = { | ||
export declare type NonTargetOptions = { | ||
targets?: MultipleTargetsDesc; | ||
@@ -18,2 +18,3 @@ pluginName?: string; | ||
emitFiles?: boolean; | ||
} | MultipleTargetsDesc; | ||
}; | ||
export declare type CopyPluginOptions = NonTargetOptions | MultipleTargetsDesc; |
{ | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -74,4 +74,5 @@ "name": "@rollup-extras/plugin-copy", | ||
"glob-parent": "^6.0.2", | ||
"glob-promise": "^4.2.2" | ||
"glob-promise": "^4.2.2", | ||
"@rollup-extras/utils": "^1.1.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
21259
8
306
+ Added@rollup-extras/utils@^1.1.1
+ Added@rollup-extras/utils@1.4.5(transitive)