@parcel/packager-js
Advanced tools
Comparing version 2.0.0-nightly.79 to 2.0.0-nightly.85
@@ -38,3 +38,3 @@ "use strict"; | ||
}) { | ||
return (0, _utils.replaceBundleReferences)({ | ||
return (0, _utils.replaceInlineReferences)({ | ||
bundle, | ||
@@ -41,0 +41,0 @@ bundleGraph, |
{ | ||
"name": "@parcel/packager-js", | ||
"version": "2.0.0-nightly.79+287ac639", | ||
"version": "2.0.0-nightly.85+e33d9161", | ||
"license": "MIT", | ||
@@ -19,8 +19,8 @@ "publishConfig": { | ||
"dependencies": { | ||
"@parcel/plugin": "2.0.0-nightly.79+287ac639", | ||
"@parcel/scope-hoisting": "2.0.0-nightly.79+287ac639", | ||
"@parcel/source-map": "2.0.0-nightly.79+287ac639", | ||
"@parcel/utils": "2.0.0-nightly.79+287ac639" | ||
"@parcel/plugin": "2.0.0-nightly.85+e33d9161", | ||
"@parcel/scope-hoisting": "2.0.0-nightly.85+e33d9161", | ||
"@parcel/source-map": "2.0.0-nightly.85+e33d9161", | ||
"@parcel/utils": "2.0.0-nightly.85+e33d9161" | ||
}, | ||
"gitHead": "287ac6397ade28595d56ac73971edb832bda8ff7" | ||
"gitHead": "e33d91613d0ab9f600c93c5f8466f20fe9ca9dce" | ||
} |
@@ -12,3 +12,3 @@ // @flow strict-local | ||
relativeBundlePath, | ||
replaceBundleReferences, | ||
replaceInlineReferences, | ||
} from '@parcel/utils'; | ||
@@ -31,3 +31,3 @@ import path from 'path'; | ||
function replaceReferences({contents, map}) { | ||
return replaceBundleReferences({ | ||
return replaceInlineReferences({ | ||
bundle, | ||
@@ -34,0 +34,0 @@ bundleGraph, |
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