@rollup/plugin-replace
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -32,2 +32,3 @@ 'use strict'; | ||
delete values.objectGuards; | ||
delete values.preventAssignment; | ||
return values; | ||
@@ -34,0 +35,0 @@ } |
@@ -28,2 +28,3 @@ import MagicString from 'magic-string'; | ||
delete values.objectGuards; | ||
delete values.preventAssignment; | ||
return values; | ||
@@ -30,0 +31,0 @@ } |
{ | ||
"name": "@rollup/plugin-replace", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -28,2 +28,3 @@ import MagicString from 'magic-string'; | ||
delete values.objectGuards; | ||
delete values.preventAssignment; | ||
return values; | ||
@@ -30,0 +31,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
23338
389