@rollup/plugin-replace
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "@rollup/plugin-replace", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -15,2 +15,3 @@ import type { FilterPattern } from '@rollup/pluginutils'; | ||
| RollupReplaceOptions['values'] | ||
| RollupReplaceOptions['objectGuards'] | ||
| RollupReplaceOptions['preventAssignment']; | ||
@@ -38,2 +39,8 @@ | ||
/** | ||
* When replacing dot-separated object properties like `process.env.NODE_ENV`, | ||
* will also replace `typeof process` object guard checks against the objects | ||
* with the string `"object"`. | ||
*/ | ||
objectGuards?: boolean; | ||
/** | ||
* Prevents replacing strings where they are followed by a single equals | ||
@@ -40,0 +47,0 @@ * sign. |
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
23613
396