@rollup/plugin-yaml
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "@rollup/plugin-yaml", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -40,2 +40,9 @@ import type { FilterPattern } from '@rollup/pluginutils'; | ||
documentMode?: 'single' | 'multi'; | ||
/** | ||
* File extensions to process. Useful if you have files that contain YAML but do not have a | ||
* `.yaml` or `.yml` extension. | ||
* @default ['.yaml', '.yml'] | ||
*/ | ||
extensions?: string[]; | ||
} | ||
@@ -42,0 +49,0 @@ |
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
10085
149