mod-build 4.0.94-beta.3 → 4.0.94-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "4.0.94-beta.3",
3
+ "version": "4.0.94-beta.4",
4
4
  "description": "Share components for S3 sites.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -131,5 +131,6 @@ export default async function grabDefaultQuadLinkValues(config) {
131
131
  }
132
132
 
133
133
  config.defaultQuadlinkData = defaultQuadlinkData;
134
+ console.log(defaultQuadlinkData);
134
135
  console.log(`grab-default-quad-link-values: resolved quad link data for "${lookupKey}" (pathSubdirectory: "${config.pathSubdirectory || ''}")`);
135
136
  }