@atlaspack/core
Advanced tools
Comparing version 2.12.1-canary.3387 to 2.12.1-canary.3388
@@ -132,8 +132,7 @@ "use strict"; | ||
} else if (node.type === 'asset') { | ||
let id = node.value.id; | ||
let asset = node.value.asset; | ||
let asset = node.value; | ||
let id = asset.id; | ||
asset.meta.id = id; | ||
asset = { | ||
...asset, | ||
id, | ||
env: { | ||
@@ -140,0 +139,0 @@ ...asset.env, |
{ | ||
"name": "@atlaspack/core", | ||
"version": "2.12.1-canary.3387+0a600cb70", | ||
"version": "2.12.1-canary.3388+3921c6496", | ||
"license": "MIT", | ||
@@ -23,16 +23,16 @@ "publishConfig": { | ||
"dependencies": { | ||
"@atlaspack/cache": "2.12.1-canary.3387+0a600cb70", | ||
"@atlaspack/diagnostic": "2.12.1-canary.3387+0a600cb70", | ||
"@atlaspack/events": "2.12.1-canary.3387+0a600cb70", | ||
"@atlaspack/feature-flags": "2.12.1-canary.3387+0a600cb70", | ||
"@atlaspack/fs": "2.12.1-canary.3387+0a600cb70", | ||
"@atlaspack/graph": "3.2.1-canary.3387+0a600cb70", | ||
"@atlaspack/logger": "2.12.1-canary.3387+0a600cb70", | ||
"@atlaspack/package-manager": "2.12.1-canary.3387+0a600cb70", | ||
"@atlaspack/plugin": "2.12.1-canary.3387+0a600cb70", | ||
"@atlaspack/profiler": "2.12.1-canary.3387+0a600cb70", | ||
"@atlaspack/rust": "2.12.1-canary.3387+0a600cb70", | ||
"@atlaspack/types": "2.12.1-canary.3387+0a600cb70", | ||
"@atlaspack/utils": "2.12.1-canary.3387+0a600cb70", | ||
"@atlaspack/workers": "2.12.1-canary.3387+0a600cb70", | ||
"@atlaspack/cache": "2.12.1-canary.3388+3921c6496", | ||
"@atlaspack/diagnostic": "2.12.1-canary.3388+3921c6496", | ||
"@atlaspack/events": "2.12.1-canary.3388+3921c6496", | ||
"@atlaspack/feature-flags": "2.12.1-canary.3388+3921c6496", | ||
"@atlaspack/fs": "2.12.1-canary.3388+3921c6496", | ||
"@atlaspack/graph": "3.2.1-canary.3388+3921c6496", | ||
"@atlaspack/logger": "2.12.1-canary.3388+3921c6496", | ||
"@atlaspack/package-manager": "2.12.1-canary.3388+3921c6496", | ||
"@atlaspack/plugin": "2.12.1-canary.3388+3921c6496", | ||
"@atlaspack/profiler": "2.12.1-canary.3388+3921c6496", | ||
"@atlaspack/rust": "2.12.1-canary.3388+3921c6496", | ||
"@atlaspack/types": "2.12.1-canary.3388+3921c6496", | ||
"@atlaspack/utils": "2.12.1-canary.3388+3921c6496", | ||
"@atlaspack/workers": "2.12.1-canary.3388+3921c6496", | ||
"@mischnic/json-sourcemap": "^0.1.0", | ||
@@ -59,3 +59,3 @@ "@parcel/source-map": "^2.1.1", | ||
}, | ||
"gitHead": "0a600cb7070becc8626f8a1dc5ef4861174da6b3" | ||
"gitHead": "3921c6496d1dabbf5a629a1bbc0ef191bab112fe" | ||
} |
@@ -127,2 +127,3 @@ // @flow strict-local | ||
let entry = 0; | ||
for (let node of serializedGraph.nodes) { | ||
@@ -146,4 +147,5 @@ if (node.type === 'root') { | ||
} else if (node.type === 'asset') { | ||
let id = node.value.id; | ||
let asset = node.value.asset; | ||
let asset = node.value; | ||
let id = asset.id; | ||
asset.meta.id = id; | ||
@@ -153,3 +155,2 @@ | ||
...asset, | ||
id, | ||
env: { | ||
@@ -156,0 +157,0 @@ ...asset.env, |
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
1421091
40495