@parcel/utils
Advanced tools
Comparing version 2.0.0-nightly.230 to 2.0.0-nightly.232
@@ -59,3 +59,3 @@ "use strict"; | ||
(0, _assert.default)(resolved.type === 'bundle_group'); | ||
let [entryBundle] = bundleGraph.getBundlesInBundleGroup(resolved.value); | ||
let entryBundle = bundleGraph.getBundlesInBundleGroup(resolved.value).pop(); | ||
@@ -62,0 +62,0 @@ if (entryBundle.isInline) { |
{ | ||
"name": "@parcel/utils", | ||
"version": "2.0.0-nightly.230+b2b56a27", | ||
"version": "2.0.0-nightly.232+6bf8145c", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -20,6 +20,6 @@ "license": "MIT", | ||
"@iarna/toml": "^2.2.0", | ||
"@parcel/codeframe": "2.0.0-nightly.230+b2b56a27", | ||
"@parcel/diagnostic": "2.0.0-nightly.230+b2b56a27", | ||
"@parcel/logger": "2.0.0-nightly.230+b2b56a27", | ||
"@parcel/markdown-ansi": "2.0.0-nightly.230+b2b56a27", | ||
"@parcel/codeframe": "2.0.0-nightly.232+6bf8145c", | ||
"@parcel/diagnostic": "2.0.0-nightly.232+6bf8145c", | ||
"@parcel/logger": "2.0.0-nightly.232+6bf8145c", | ||
"@parcel/markdown-ansi": "2.0.0-nightly.232+6bf8145c", | ||
"ansi-html": "^0.0.7", | ||
@@ -44,3 +44,3 @@ "chalk": "^2.4.2", | ||
}, | ||
"gitHead": "b2b56a27bc36d86e5221ec91dbf2fe11787e0c45" | ||
"gitHead": "6bf8145c61334e29e20f0619d6ce52b9dcd1f236" | ||
} |
@@ -60,3 +60,3 @@ // @flow strict-local | ||
invariant(resolved.type === 'bundle_group'); | ||
let [entryBundle] = bundleGraph.getBundlesInBundleGroup(resolved.value); | ||
let entryBundle = bundleGraph.getBundlesInBundleGroup(resolved.value).pop(); | ||
if (entryBundle.isInline) { | ||
@@ -63,0 +63,0 @@ // If a bundle is inline, it should be replaced with inline contents, |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
133700