@netlify/edge-bundler
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -75,9 +75,3 @@ import { tmpName } from 'tmp-promise'; | ||
const importMap = new ImportMap(importMaps); | ||
const flags = [ | ||
'--allow-all', | ||
'--unstable', | ||
`--import-map=${importMap.toDataURL()}`, | ||
'--v8-flags=--disallow-code-generation-from-strings', | ||
'--no-config', | ||
]; | ||
const flags = ['--allow-all', '--unstable', `--import-map=${importMap.toDataURL()}`, '--no-config']; | ||
if (certificatePath) { | ||
@@ -84,0 +78,0 @@ flags.push(`--cert=${certificatePath}`); |
{ | ||
"name": "@netlify/edge-bundler", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Intelligently prepare Netlify Edge Functions for deployment", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
2995421
6146