@parcel/bundler-default
Advanced tools
Comparing version 2.0.0-nightly.107 to 2.0.0-nightly.112
@@ -226,3 +226,3 @@ "use strict"; | ||
let sharedBundle = bundleGraph.createBundle({ | ||
id: (0, _utils.md5FromString)([...sourceBundles].map(b => b.id).join(':')), | ||
uniqueKey: (0, _utils.md5FromString)([...sourceBundles].map(b => b.id).join(':')), | ||
// Allow this bundle to be deduplicated. It shouldn't be further split. | ||
@@ -229,0 +229,0 @@ // TODO: Reconsider bundle/asset flags. |
{ | ||
"name": "@parcel/bundler-default", | ||
"version": "2.0.0-nightly.107+b2851080", | ||
"version": "2.0.0-nightly.112+9e4870b8", | ||
"license": "MIT", | ||
@@ -19,7 +19,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@parcel/plugin": "2.0.0-nightly.107+b2851080", | ||
"@parcel/utils": "2.0.0-nightly.107+b2851080", | ||
"@parcel/plugin": "2.0.0-nightly.112+9e4870b8", | ||
"@parcel/utils": "2.0.0-nightly.112+9e4870b8", | ||
"nullthrows": "^1.1.1" | ||
}, | ||
"gitHead": "b2851080dd7c4c1df22b2c512ce50d7424c36927" | ||
"gitHead": "9e4870b8c861134e45750671a84bee966eacbd8c" | ||
} |
@@ -238,3 +238,3 @@ // @flow strict-local | ||
let sharedBundle = bundleGraph.createBundle({ | ||
id: md5FromString([...sourceBundles].map(b => b.id).join(':')), | ||
uniqueKey: md5FromString([...sourceBundles].map(b => b.id).join(':')), | ||
// Allow this bundle to be deduplicated. It shouldn't be further split. | ||
@@ -241,0 +241,0 @@ // TODO: Reconsider bundle/asset flags. |
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
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
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
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
23807