@atlaspack/core
Advanced tools
Comparing version 2.13.2-canary.3636 to 2.13.2-canary.3637
@@ -351,6 +351,7 @@ "use strict"; | ||
} finally { | ||
(0, _assert().default)(internalBundleGraph != null); // ensures the graph was created | ||
await (0, _dumpGraphToGraphViz.default)( | ||
// $FlowFixMe[incompatible-call] | ||
internalBundleGraph._graph, 'after_bundle', _BundleGraph2.bundleGraphEdgeTypes); | ||
if (internalBundleGraph != null) { | ||
await (0, _dumpGraphToGraphViz.default)( | ||
// $FlowFixMe[incompatible-call] | ||
internalBundleGraph._graph, 'after_bundle', _BundleGraph2.bundleGraphEdgeTypes); | ||
} | ||
} | ||
@@ -357,0 +358,0 @@ let changedRuntimes = new Map(); |
{ | ||
"name": "@atlaspack/core", | ||
"version": "2.13.2-canary.3636+cd1b0d935", | ||
"version": "2.13.2-canary.3637+1b1ef6e64", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -23,17 +23,17 @@ "publishConfig": { | ||
"dependencies": { | ||
"@atlaspack/build-cache": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/cache": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/diagnostic": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/events": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/feature-flags": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/fs": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/graph": "3.3.2-canary.3636+cd1b0d935", | ||
"@atlaspack/logger": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/package-manager": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/plugin": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/profiler": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/rust": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/types": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/utils": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/workers": "2.13.2-canary.3636+cd1b0d935", | ||
"@atlaspack/build-cache": "2.13.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/cache": "2.13.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/diagnostic": "2.13.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/events": "2.13.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/feature-flags": "2.13.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/fs": "2.13.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/graph": "3.3.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/logger": "2.13.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/package-manager": "2.13.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/plugin": "2.13.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/profiler": "2.13.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/rust": "2.13.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/types": "2.13.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/utils": "2.13.2-canary.3637+1b1ef6e64", | ||
"@atlaspack/workers": "2.13.2-canary.3637+1b1ef6e64", | ||
"@mischnic/json-sourcemap": "^0.1.0", | ||
@@ -70,3 +70,3 @@ "@parcel/source-map": "^2.1.1", | ||
}, | ||
"gitHead": "cd1b0d9353fa362a07582d045fb6f1eb0faee7ff" | ||
"gitHead": "1b1ef6e64fdfcf1c1c744e90e8c6568b0fd0e072" | ||
} |
@@ -443,9 +443,10 @@ // @flow strict-local | ||
} finally { | ||
invariant(internalBundleGraph != null); // ensures the graph was created | ||
await dumpGraphToGraphViz( | ||
// $FlowFixMe[incompatible-call] | ||
internalBundleGraph._graph, | ||
'after_bundle', | ||
bundleGraphEdgeTypes, | ||
); | ||
if (internalBundleGraph != null) { | ||
await dumpGraphToGraphViz( | ||
// $FlowFixMe[incompatible-call] | ||
internalBundleGraph._graph, | ||
'after_bundle', | ||
bundleGraphEdgeTypes, | ||
); | ||
} | ||
} | ||
@@ -452,0 +453,0 @@ |
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
45274
1578860