@agoric/bundle-source
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@agoric/bundle-source", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Create source bundles from ES Modules", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -18,3 +18,3 @@ import { rollup } from 'rollup'; | ||
external: ['@agoric/evaluate', '@agoric/nat', '@agoric/harden'], | ||
plugins: [resolve()], | ||
plugins: [resolve({ preferBuiltins: true })], | ||
acornInjectPlugins: [eventualSend(acorn)], | ||
@@ -21,0 +21,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
14772