@atlaspack/reporter-cli 2.15.1-canary.11 → 2.15.1-canary.111

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,126 @@
1
1
  # @atlaspack/reporter-cli
2
2
 
3
+ ## 2.16.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atlaspack/utils@2.16.1
9
+ - @atlaspack/types@2.15.7
10
+ - @atlaspack/plugin@2.14.17
11
+
12
+ ## 2.16.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#659](https://github.com/atlassian-labs/atlaspack/pull/659) [`30ee2cf`](https://github.com/atlassian-labs/atlaspack/commit/30ee2cfcd34cf2646ded0eda13fdb80a2a5de529) Thanks [@benjervis](https://github.com/benjervis)! - Add the `simple-cli-reporter` debug tool, which turns off the "print every bundle" output of the CLI reporter.
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`30ee2cf`](https://github.com/atlassian-labs/atlaspack/commit/30ee2cfcd34cf2646ded0eda13fdb80a2a5de529)]:
21
+ - @atlaspack/utils@2.16.0
22
+ - @atlaspack/types@2.15.6
23
+ - @atlaspack/plugin@2.14.16
24
+
25
+ ## 2.15.11
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies []:
30
+ - @atlaspack/utils@2.15.3
31
+ - @atlaspack/types@2.15.5
32
+ - @atlaspack/plugin@2.14.15
33
+
34
+ ## 2.15.10
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies []:
39
+ - @atlaspack/utils@2.15.2
40
+ - @atlaspack/types@2.15.4
41
+ - @atlaspack/plugin@2.14.14
42
+
43
+ ## 2.15.9
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies []:
48
+ - @atlaspack/types@2.15.3
49
+ - @atlaspack/utils@2.15.1
50
+ - @atlaspack/plugin@2.14.13
51
+
52
+ ## 2.15.8
53
+
54
+ ### Patch Changes
55
+
56
+ - Updated dependencies [[`e39c6cf`](https://github.com/atlassian-labs/atlaspack/commit/e39c6cf05f7e95ce5420dbcea66f401b1cbd397c)]:
57
+ - @atlaspack/utils@2.15.0
58
+ - @atlaspack/types@2.15.2
59
+ - @atlaspack/plugin@2.14.12
60
+
61
+ ## 2.15.7
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies []:
66
+ - @atlaspack/utils@2.14.11
67
+ - @atlaspack/types@2.15.1
68
+ - @atlaspack/plugin@2.14.11
69
+
70
+ ## 2.15.6
71
+
72
+ ### Patch Changes
73
+
74
+ - Updated dependencies [[`51aba5f`](https://github.com/atlassian-labs/atlaspack/commit/51aba5fc0e49235ee06bbc3c376f48c3e7da5c4b), [`1e32d4e`](https://github.com/atlassian-labs/atlaspack/commit/1e32d4eae6b3af3968e8a0ef97d35b4347fd4196)]:
75
+ - @atlaspack/types@2.15.0
76
+ - @atlaspack/plugin@2.14.10
77
+ - @atlaspack/utils@2.14.10
78
+
79
+ ## 2.15.5
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies []:
84
+ - @atlaspack/utils@2.14.9
85
+ - @atlaspack/types@2.14.9
86
+ - @atlaspack/plugin@2.14.9
87
+
88
+ ## 2.15.4
89
+
90
+ ### Patch Changes
91
+
92
+ - Updated dependencies []:
93
+ - @atlaspack/utils@2.14.8
94
+ - @atlaspack/types@2.14.8
95
+ - @atlaspack/plugin@2.14.8
96
+
97
+ ## 2.15.3
98
+
99
+ ### Patch Changes
100
+
101
+ - Updated dependencies []:
102
+ - @atlaspack/utils@2.14.7
103
+ - @atlaspack/types@2.14.7
104
+ - @atlaspack/plugin@2.14.7
105
+
106
+ ## 2.15.2
107
+
108
+ ### Patch Changes
109
+
110
+ - Updated dependencies []:
111
+ - @atlaspack/utils@2.14.6
112
+ - @atlaspack/types@2.14.6
113
+ - @atlaspack/plugin@2.14.6
114
+
115
+ ## 2.15.1
116
+
117
+ ### Patch Changes
118
+
119
+ - Updated dependencies []:
120
+ - @atlaspack/utils@2.14.5
121
+ - @atlaspack/types@2.14.5
122
+ - @atlaspack/plugin@2.14.5
123
+
3
124
  ## 2.15.0
4
125
 
5
126
  ### 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':