@atlaspack/reporter-cli 2.15.1-canary.99 → 2.15.1-dev.1c70d50f9.99

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/CHANGELOG.md CHANGED
@@ -1,14 +1,5 @@
1
1
  # @atlaspack/reporter-cli
2
2
 
3
- ## 2.15.11
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies []:
8
- - @atlaspack/utils@2.15.3
9
- - @atlaspack/types@2.15.5
10
- - @atlaspack/plugin@2.14.15
11
-
12
3
  ## 2.15.10
13
4
 
14
5
  ### Patch Changes
@@ -7671,10 +7671,8 @@ async function $8d599e7fbf3e1a1b$export$12358408d9820617(event, options) {
7671
7671
  if (logLevelFilter < (0, $1872afea1de141e6$export$2e2bcd8739ae039).info) break;
7672
7672
  $8d599e7fbf3e1a1b$var$phaseStartTimes['buildSuccess'] = Date.now();
7673
7673
  (0, $4d92a08f685d99f5$export$82e857520ce3d14e)('buildProgress', 'success', (0, ($parcel$interopDefault($7rpTs$chalk))).green.bold(`Built in ${(0, $7rpTs$atlaspackutils.prettifyTime)(event.buildTime)}`));
7674
- if (options.mode === 'production') {
7675
- if ((0, $7rpTs$atlaspackutils.debugTools)['simple-cli-reporter']) (0, $4d92a08f685d99f5$export$884654df4f63b5f8)(`\u{1F6E0}\u{FE0F} Built ${event.bundleGraph.getBundles().length} bundles.`);
7676
- else await (0, $565fa1f0fc4cbdbd$export$2e2bcd8739ae039)(event.bundleGraph, options.outputFS, options.projectRoot, options.detailedReport?.assetsPerBundle);
7677
- } else $8d599e7fbf3e1a1b$var$pendingIncrementalBuild = true;
7674
+ if (options.mode === 'production') await (0, $565fa1f0fc4cbdbd$export$2e2bcd8739ae039)(event.bundleGraph, options.outputFS, options.projectRoot, options.detailedReport?.assetsPerBundle);
7675
+ else $8d599e7fbf3e1a1b$var$pendingIncrementalBuild = true;
7678
7676
  if (process.env.ATLASPACK_SHOW_PHASE_TIMES) (0, $8f1b496691f71eed$export$2e2bcd8739ae039)($8d599e7fbf3e1a1b$var$phaseStartTimes);
7679
7677
  break;
7680
7678
  case 'buildFailure':