@atlaspack/reporter-cli 2.15.1-canary.10 → 2.15.1-canary.100

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,5 +1,104 @@
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
+ ## 2.15.10
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies []:
17
+ - @atlaspack/utils@2.15.2
18
+ - @atlaspack/types@2.15.4
19
+ - @atlaspack/plugin@2.14.14
20
+
21
+ ## 2.15.9
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies []:
26
+ - @atlaspack/types@2.15.3
27
+ - @atlaspack/utils@2.15.1
28
+ - @atlaspack/plugin@2.14.13
29
+
30
+ ## 2.15.8
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [[`e39c6cf`](https://github.com/atlassian-labs/atlaspack/commit/e39c6cf05f7e95ce5420dbcea66f401b1cbd397c)]:
35
+ - @atlaspack/utils@2.15.0
36
+ - @atlaspack/types@2.15.2
37
+ - @atlaspack/plugin@2.14.12
38
+
39
+ ## 2.15.7
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies []:
44
+ - @atlaspack/utils@2.14.11
45
+ - @atlaspack/types@2.15.1
46
+ - @atlaspack/plugin@2.14.11
47
+
48
+ ## 2.15.6
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies [[`51aba5f`](https://github.com/atlassian-labs/atlaspack/commit/51aba5fc0e49235ee06bbc3c376f48c3e7da5c4b), [`1e32d4e`](https://github.com/atlassian-labs/atlaspack/commit/1e32d4eae6b3af3968e8a0ef97d35b4347fd4196)]:
53
+ - @atlaspack/types@2.15.0
54
+ - @atlaspack/plugin@2.14.10
55
+ - @atlaspack/utils@2.14.10
56
+
57
+ ## 2.15.5
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies []:
62
+ - @atlaspack/utils@2.14.9
63
+ - @atlaspack/types@2.14.9
64
+ - @atlaspack/plugin@2.14.9
65
+
66
+ ## 2.15.4
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies []:
71
+ - @atlaspack/utils@2.14.8
72
+ - @atlaspack/types@2.14.8
73
+ - @atlaspack/plugin@2.14.8
74
+
75
+ ## 2.15.3
76
+
77
+ ### Patch Changes
78
+
79
+ - Updated dependencies []:
80
+ - @atlaspack/utils@2.14.7
81
+ - @atlaspack/types@2.14.7
82
+ - @atlaspack/plugin@2.14.7
83
+
84
+ ## 2.15.2
85
+
86
+ ### Patch Changes
87
+
88
+ - Updated dependencies []:
89
+ - @atlaspack/utils@2.14.6
90
+ - @atlaspack/types@2.14.6
91
+ - @atlaspack/plugin@2.14.6
92
+
93
+ ## 2.15.1
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies []:
98
+ - @atlaspack/utils@2.14.5
99
+ - @atlaspack/types@2.14.5
100
+ - @atlaspack/plugin@2.14.5
101
+
3
102
  ## 2.15.0
4
103
 
5
104
  ### Minor Changes
@@ -7671,8 +7671,10 @@ 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') await (0, $565fa1f0fc4cbdbd$export$2e2bcd8739ae039)(event.bundleGraph, options.outputFS, options.projectRoot, options.detailedReport?.assetsPerBundle);
7675
- else $8d599e7fbf3e1a1b$var$pendingIncrementalBuild = true;
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;
7676
7678
  if (process.env.ATLASPACK_SHOW_PHASE_TIMES) (0, $8f1b496691f71eed$export$2e2bcd8739ae039)($8d599e7fbf3e1a1b$var$phaseStartTimes);
7677
7679
  break;
7678
7680
  case 'buildFailure':