@parcel/core
Advanced tools
Comparing version 2.0.0-canary.1602 to 2.0.0-canary.1603
@@ -63,3 +63,3 @@ "use strict"; | ||
hashRefToNameHash.set(bundle.hashReference, hash); | ||
let name = (0, _nullthrows().default)(bundle.name).replace(bundle.hashReference, hash); | ||
let name = (0, _nullthrows().default)(bundle.name, `Expected ${bundle.type} bundle to have a name`).replace(bundle.hashReference, hash); | ||
res.set(bundle.id, { | ||
@@ -66,0 +66,0 @@ filePath: (0, _projectPath.joinProjectPath)(bundle.target.distDir, name), |
{ | ||
"name": "@parcel/core", | ||
"version": "2.0.0-canary.1602+c3505e59a", | ||
"version": "2.0.0-canary.1603+3549c9116", | ||
"license": "MIT", | ||
@@ -28,17 +28,17 @@ "publishConfig": { | ||
"@mischnic/json-sourcemap": "^0.1.0", | ||
"@parcel/cache": "2.0.0-canary.1604+c3505e59a", | ||
"@parcel/diagnostic": "2.0.0-canary.1604+c3505e59a", | ||
"@parcel/events": "2.0.0-canary.1604+c3505e59a", | ||
"@parcel/feature-flags": "2.12.1-canary.3227+c3505e59a", | ||
"@parcel/fs": "2.0.0-canary.1604+c3505e59a", | ||
"@parcel/graph": "3.2.1-canary.3227+c3505e59a", | ||
"@parcel/logger": "2.0.0-canary.1604+c3505e59a", | ||
"@parcel/package-manager": "2.0.0-canary.1604+c3505e59a", | ||
"@parcel/plugin": "2.0.0-canary.1604+c3505e59a", | ||
"@parcel/profiler": "2.12.1-canary.3227+c3505e59a", | ||
"@parcel/rust": "2.12.1-canary.3227+c3505e59a", | ||
"@parcel/cache": "2.0.0-canary.1605+3549c9116", | ||
"@parcel/diagnostic": "2.0.0-canary.1605+3549c9116", | ||
"@parcel/events": "2.0.0-canary.1605+3549c9116", | ||
"@parcel/feature-flags": "2.12.1-canary.3228+3549c9116", | ||
"@parcel/fs": "2.0.0-canary.1605+3549c9116", | ||
"@parcel/graph": "3.2.1-canary.3228+3549c9116", | ||
"@parcel/logger": "2.0.0-canary.1605+3549c9116", | ||
"@parcel/package-manager": "2.0.0-canary.1605+3549c9116", | ||
"@parcel/plugin": "2.0.0-canary.1605+3549c9116", | ||
"@parcel/profiler": "2.12.1-canary.3228+3549c9116", | ||
"@parcel/rust": "2.12.1-canary.3228+3549c9116", | ||
"@parcel/source-map": "^2.1.1", | ||
"@parcel/types": "2.0.0-canary.1604+c3505e59a", | ||
"@parcel/utils": "2.0.0-canary.1604+c3505e59a", | ||
"@parcel/workers": "2.0.0-canary.1604+c3505e59a", | ||
"@parcel/types": "2.0.0-canary.1605+3549c9116", | ||
"@parcel/utils": "2.0.0-canary.1605+3549c9116", | ||
"@parcel/workers": "2.0.0-canary.1605+3549c9116", | ||
"base-x": "^3.0.8", | ||
@@ -61,3 +61,3 @@ "browserslist": "^4.6.6", | ||
}, | ||
"gitHead": "c3505e59a96c3c95aea16954883afe059b8e6da8" | ||
"gitHead": "3549c911655cd1e921947e7e83de949f6c1e9e8d" | ||
} |
@@ -70,3 +70,6 @@ // @flow strict-local | ||
hashRefToNameHash.set(bundle.hashReference, hash); | ||
let name = nullthrows(bundle.name).replace(bundle.hashReference, hash); | ||
let name = nullthrows( | ||
bundle.name, | ||
`Expected ${bundle.type} bundle to have a name`, | ||
).replace(bundle.hashReference, hash); | ||
res.set(bundle.id, { | ||
@@ -73,0 +76,0 @@ filePath: joinProjectPath(bundle.target.distDir, name), |
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
1382592
39708