@atlaspack/cli 2.13.7-canary.45 → 2.13.7-canary.451
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 +862 -0
- package/bin/atlaspack.js +12 -1
- package/dist/applyOptions.js +23 -0
- package/dist/cli.js +206 -0
- package/dist/handleUncaughtException.js +48 -0
- package/dist/makeDebugCommand.js +98 -0
- package/dist/normalizeOptions.js +176 -0
- package/dist/options.js +113 -0
- package/lib/applyOptions.js +3 -0
- package/lib/bin.js +3 -3
- package/lib/cli.js +6 -3
- package/lib/makeDebugCommand.js +2 -0
- package/lib/normalizeOptions.js +26 -4
- package/lib/options.js +4 -0
- package/lib/types/applyOptions.d.ts +5 -0
- package/lib/types/cli.d.ts +1 -0
- package/lib/types/handleUncaughtException.d.ts +2 -0
- package/lib/types/makeDebugCommand.d.ts +2 -0
- package/lib/types/normalizeOptions.d.ts +42 -0
- package/lib/types/options.d.ts +4 -0
- package/package.json +20 -20
- package/src/{applyOptions.js → applyOptions.ts} +5 -8
- package/src/bin.js +2 -12
- package/src/{cli.js → cli.ts} +8 -8
- package/src/{handleUncaughtException.js → handleUncaughtException.ts} +7 -6
- package/src/{makeDebugCommand.js → makeDebugCommand.ts} +12 -9
- package/src/{normalizeOptions.js → normalizeOptions.ts} +28 -7
- package/src/{options.js → options.ts} +9 -5
- package/tsconfig.json +45 -0
- package/tsconfig.tsbuildinfo +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,867 @@
|
|
|
1
1
|
# @atlaspack/cli
|
|
2
2
|
|
|
3
|
+
## 2.15.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @atlaspack/core@2.38.2
|
|
9
|
+
- @atlaspack/fs@2.15.55
|
|
10
|
+
- @atlaspack/logger@2.14.52
|
|
11
|
+
- @atlaspack/utils@3.4.2
|
|
12
|
+
- @atlaspack/config-default@19.0.2
|
|
13
|
+
- @atlaspack/package-manager@2.14.60
|
|
14
|
+
- @atlaspack/reporter-cli@2.18.2
|
|
15
|
+
- @atlaspack/reporter-dev-server@2.14.60
|
|
16
|
+
- @atlaspack/reporter-tracer@2.14.60
|
|
17
|
+
|
|
18
|
+
## 2.15.20
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [[`1c767e4`](https://github.com/atlassian-labs/atlaspack/commit/1c767e4907664dd490a56276d6562f79dbeea3fb)]:
|
|
23
|
+
- @atlaspack/core@2.38.1
|
|
24
|
+
- @atlaspack/fs@2.15.54
|
|
25
|
+
- @atlaspack/logger@2.14.51
|
|
26
|
+
- @atlaspack/utils@3.4.1
|
|
27
|
+
- @atlaspack/config-default@19.0.1
|
|
28
|
+
- @atlaspack/package-manager@2.14.59
|
|
29
|
+
- @atlaspack/reporter-cli@2.18.1
|
|
30
|
+
- @atlaspack/reporter-dev-server@2.14.59
|
|
31
|
+
- @atlaspack/reporter-tracer@2.14.59
|
|
32
|
+
|
|
33
|
+
## 2.15.19
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [[`ffa1e42`](https://github.com/atlassian-labs/atlaspack/commit/ffa1e4276c22cc48b6be45ac81df8adde85f2237), [`939d5bd`](https://github.com/atlassian-labs/atlaspack/commit/939d5bd41b3bcb5508f58ca41165d48122762e26), [`71981ea`](https://github.com/atlassian-labs/atlaspack/commit/71981eac258f7e6dfb40ec4b202d194f71c64ff1), [`0bb5830`](https://github.com/atlassian-labs/atlaspack/commit/0bb5830d1a7800e673f21ab020cd86bef873df9c)]:
|
|
38
|
+
- @atlaspack/core@2.38.0
|
|
39
|
+
- @atlaspack/utils@3.4.0
|
|
40
|
+
- @atlaspack/reporter-cli@2.18.0
|
|
41
|
+
- @atlaspack/config-default@19.0.0
|
|
42
|
+
- @atlaspack/fs@2.15.53
|
|
43
|
+
- @atlaspack/logger@2.14.50
|
|
44
|
+
- @atlaspack/package-manager@2.14.58
|
|
45
|
+
- @atlaspack/reporter-dev-server@2.14.58
|
|
46
|
+
- @atlaspack/reporter-tracer@2.14.58
|
|
47
|
+
|
|
48
|
+
## 2.15.18
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- Updated dependencies [[`c80be61`](https://github.com/atlassian-labs/atlaspack/commit/c80be618e42014208fed60b7a2dccc2e47d53aed), [`2d3c616`](https://github.com/atlassian-labs/atlaspack/commit/2d3c616bb2ebef55d6850e8ca9eedf13c72f5386)]:
|
|
53
|
+
- @atlaspack/feature-flags@2.31.0
|
|
54
|
+
- @atlaspack/core@2.37.0
|
|
55
|
+
- @atlaspack/fs@2.15.52
|
|
56
|
+
- @atlaspack/utils@3.3.9
|
|
57
|
+
- @atlaspack/reporter-cli@2.17.39
|
|
58
|
+
- @atlaspack/config-default@18.0.0
|
|
59
|
+
- @atlaspack/logger@2.14.49
|
|
60
|
+
- @atlaspack/package-manager@2.14.57
|
|
61
|
+
- @atlaspack/reporter-dev-server@2.14.57
|
|
62
|
+
- @atlaspack/reporter-tracer@2.14.57
|
|
63
|
+
|
|
64
|
+
## 2.15.17
|
|
65
|
+
|
|
66
|
+
### Patch Changes
|
|
67
|
+
|
|
68
|
+
- Updated dependencies [[`f7878b2`](https://github.com/atlassian-labs/atlaspack/commit/f7878b2f19a0a3bbd0e79d0b4a4e1479646043b7), [`de388ff`](https://github.com/atlassian-labs/atlaspack/commit/de388ff76d39dece97ad475fcccdb6efb6283bfc)]:
|
|
69
|
+
- @atlaspack/core@2.36.0
|
|
70
|
+
- @atlaspack/fs@2.15.51
|
|
71
|
+
- @atlaspack/logger@2.14.48
|
|
72
|
+
- @atlaspack/utils@3.3.8
|
|
73
|
+
- @atlaspack/config-default@17.0.0
|
|
74
|
+
- @atlaspack/package-manager@2.14.56
|
|
75
|
+
- @atlaspack/reporter-cli@2.17.38
|
|
76
|
+
- @atlaspack/reporter-dev-server@2.14.56
|
|
77
|
+
- @atlaspack/reporter-tracer@2.14.56
|
|
78
|
+
|
|
79
|
+
## 2.15.16
|
|
80
|
+
|
|
81
|
+
### Patch Changes
|
|
82
|
+
|
|
83
|
+
- Updated dependencies [[`f9aec27`](https://github.com/atlassian-labs/atlaspack/commit/f9aec2736d27afa7a1f2a9701d46e29e566ab352), [`93ec107`](https://github.com/atlassian-labs/atlaspack/commit/93ec10729ad5a328b4320955357339746cd472f3), [`e88b258`](https://github.com/atlassian-labs/atlaspack/commit/e88b25808a181fafbe98e5ca278b35bfc0197caf), [`cbc815a`](https://github.com/atlassian-labs/atlaspack/commit/cbc815a23907e081b7203bdea37bd57befdd4b9e), [`ad3c822`](https://github.com/atlassian-labs/atlaspack/commit/ad3c8223ab1abce9e8da81239cc56f27d37c7cad), [`936209f`](https://github.com/atlassian-labs/atlaspack/commit/936209f3c6c201288720dd62b61e1f538368268c), [`857962a`](https://github.com/atlassian-labs/atlaspack/commit/857962a352bb0aebaf74a8765e8c44d7e875a4e9)]:
|
|
84
|
+
- @atlaspack/core@2.35.0
|
|
85
|
+
- @atlaspack/feature-flags@2.30.1
|
|
86
|
+
- @atlaspack/config-default@16.0.0
|
|
87
|
+
- @atlaspack/fs@2.15.50
|
|
88
|
+
- @atlaspack/logger@2.14.47
|
|
89
|
+
- @atlaspack/utils@3.3.7
|
|
90
|
+
- @atlaspack/reporter-cli@2.17.37
|
|
91
|
+
- @atlaspack/package-manager@2.14.55
|
|
92
|
+
- @atlaspack/reporter-dev-server@2.14.55
|
|
93
|
+
- @atlaspack/reporter-tracer@2.14.55
|
|
94
|
+
|
|
95
|
+
## 2.15.15
|
|
96
|
+
|
|
97
|
+
### Patch Changes
|
|
98
|
+
|
|
99
|
+
- Updated dependencies [[`d8e984b`](https://github.com/atlassian-labs/atlaspack/commit/d8e984b7f6d04fa03707fa299bfd8b8bf9f58280), [`45a0dc5`](https://github.com/atlassian-labs/atlaspack/commit/45a0dc530fd9472dbfdebcbb05f1aad812ab3b23)]:
|
|
100
|
+
- @atlaspack/package-manager@2.14.54
|
|
101
|
+
- @atlaspack/feature-flags@2.30.0
|
|
102
|
+
- @atlaspack/utils@3.3.6
|
|
103
|
+
- @atlaspack/core@2.34.0
|
|
104
|
+
- @atlaspack/fs@2.15.49
|
|
105
|
+
- @atlaspack/logger@2.14.46
|
|
106
|
+
- @atlaspack/config-default@15.0.0
|
|
107
|
+
- @atlaspack/reporter-cli@2.17.36
|
|
108
|
+
- @atlaspack/reporter-dev-server@2.14.54
|
|
109
|
+
- @atlaspack/reporter-tracer@2.14.54
|
|
110
|
+
|
|
111
|
+
## 2.15.14
|
|
112
|
+
|
|
113
|
+
### Patch Changes
|
|
114
|
+
|
|
115
|
+
- Updated dependencies [[`1815c2c`](https://github.com/atlassian-labs/atlaspack/commit/1815c2ce48e32f4df97ccdd668fd650fc79d1051)]:
|
|
116
|
+
- @atlaspack/feature-flags@2.29.1
|
|
117
|
+
- @atlaspack/core@2.33.1
|
|
118
|
+
- @atlaspack/fs@2.15.48
|
|
119
|
+
- @atlaspack/logger@2.14.45
|
|
120
|
+
- @atlaspack/utils@3.3.5
|
|
121
|
+
- @atlaspack/config-default@14.0.1
|
|
122
|
+
- @atlaspack/reporter-cli@2.17.35
|
|
123
|
+
- @atlaspack/package-manager@2.14.53
|
|
124
|
+
- @atlaspack/reporter-dev-server@2.14.53
|
|
125
|
+
- @atlaspack/reporter-tracer@2.14.53
|
|
126
|
+
|
|
127
|
+
## 2.15.13
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- Updated dependencies [[`e058f0e`](https://github.com/atlassian-labs/atlaspack/commit/e058f0e7a0423ba9373e85a7dbd5c1dd43b47916), [`349b19c`](https://github.com/atlassian-labs/atlaspack/commit/349b19c3aca2ccb1ffb5cdcdc74890f4b62228be)]:
|
|
132
|
+
- @atlaspack/core@2.33.0
|
|
133
|
+
- @atlaspack/feature-flags@2.29.0
|
|
134
|
+
- @atlaspack/fs@2.15.47
|
|
135
|
+
- @atlaspack/logger@2.14.44
|
|
136
|
+
- @atlaspack/utils@3.3.4
|
|
137
|
+
- @atlaspack/config-default@14.0.0
|
|
138
|
+
- @atlaspack/reporter-cli@2.17.34
|
|
139
|
+
- @atlaspack/package-manager@2.14.52
|
|
140
|
+
- @atlaspack/reporter-dev-server@2.14.52
|
|
141
|
+
- @atlaspack/reporter-tracer@2.14.52
|
|
142
|
+
|
|
143
|
+
## 2.15.12
|
|
144
|
+
|
|
145
|
+
### Patch Changes
|
|
146
|
+
|
|
147
|
+
- Updated dependencies [[`a631dcd`](https://github.com/atlassian-labs/atlaspack/commit/a631dcd961112db072b0f8de0831efd178f355a7), [`5755a11`](https://github.com/atlassian-labs/atlaspack/commit/5755a114903bbf660e2ada3ae2e7ff6ceac7565b), [`fcaf517`](https://github.com/atlassian-labs/atlaspack/commit/fcaf517010d15c9300393bcad3f9b465689d9d16)]:
|
|
148
|
+
- @atlaspack/core@2.32.1
|
|
149
|
+
- @atlaspack/config-default@13.0.1
|
|
150
|
+
- @atlaspack/fs@2.15.46
|
|
151
|
+
- @atlaspack/logger@2.14.43
|
|
152
|
+
- @atlaspack/utils@3.3.3
|
|
153
|
+
- @atlaspack/package-manager@2.14.51
|
|
154
|
+
- @atlaspack/reporter-cli@2.17.33
|
|
155
|
+
- @atlaspack/reporter-dev-server@2.14.51
|
|
156
|
+
- @atlaspack/reporter-tracer@2.14.51
|
|
157
|
+
|
|
158
|
+
## 2.15.11
|
|
159
|
+
|
|
160
|
+
### Patch Changes
|
|
161
|
+
|
|
162
|
+
- Updated dependencies [[`e8ea59b`](https://github.com/atlassian-labs/atlaspack/commit/e8ea59beabb4b4fef647dc9ebea3519b6d56d7b5), [`8826fd0`](https://github.com/atlassian-labs/atlaspack/commit/8826fd02c29c9c67cf0c80da41f424257fbdef93), [`dbcaabb`](https://github.com/atlassian-labs/atlaspack/commit/dbcaabbf15d4fbc8ecd9c0be58cf7b2317eebfc4)]:
|
|
163
|
+
- @atlaspack/core@2.32.0
|
|
164
|
+
- @atlaspack/feature-flags@2.28.0
|
|
165
|
+
- @atlaspack/config-default@13.0.0
|
|
166
|
+
- @atlaspack/fs@2.15.45
|
|
167
|
+
- @atlaspack/logger@2.14.42
|
|
168
|
+
- @atlaspack/utils@3.3.2
|
|
169
|
+
- @atlaspack/reporter-cli@2.17.32
|
|
170
|
+
- @atlaspack/package-manager@2.14.50
|
|
171
|
+
- @atlaspack/reporter-dev-server@2.14.50
|
|
172
|
+
- @atlaspack/reporter-tracer@2.14.50
|
|
173
|
+
|
|
174
|
+
## 2.15.10
|
|
175
|
+
|
|
176
|
+
### Patch Changes
|
|
177
|
+
|
|
178
|
+
- Updated dependencies [[`f33f9c4`](https://github.com/atlassian-labs/atlaspack/commit/f33f9c48dd24b319df352d197e4a83cbb1b053bc), [`e15fb6c`](https://github.com/atlassian-labs/atlaspack/commit/e15fb6c885c6354c6c02283de35ce18abc8c9e18)]:
|
|
179
|
+
- @atlaspack/feature-flags@2.27.7
|
|
180
|
+
- @atlaspack/core@2.31.3
|
|
181
|
+
- @atlaspack/fs@2.15.44
|
|
182
|
+
- @atlaspack/logger@2.14.41
|
|
183
|
+
- @atlaspack/utils@3.3.1
|
|
184
|
+
- @atlaspack/reporter-cli@2.17.31
|
|
185
|
+
- @atlaspack/config-default@12.0.3
|
|
186
|
+
- @atlaspack/package-manager@2.14.49
|
|
187
|
+
- @atlaspack/reporter-dev-server@2.14.49
|
|
188
|
+
- @atlaspack/reporter-tracer@2.14.49
|
|
189
|
+
|
|
190
|
+
## 2.15.9
|
|
191
|
+
|
|
192
|
+
### Patch Changes
|
|
193
|
+
|
|
194
|
+
- Updated dependencies [[`47aa84e`](https://github.com/atlassian-labs/atlaspack/commit/47aa84e44c61066072a5bf3d57678565b9d2c5a3), [`c31090c`](https://github.com/atlassian-labs/atlaspack/commit/c31090c9025f35d3fa8561b42dca170853a32e6f), [`565bab3`](https://github.com/atlassian-labs/atlaspack/commit/565bab3771cc334659d873cabff4cdfac0860cc7)]:
|
|
195
|
+
- @atlaspack/utils@3.3.0
|
|
196
|
+
- @atlaspack/feature-flags@2.27.6
|
|
197
|
+
- @atlaspack/core@2.31.2
|
|
198
|
+
- @atlaspack/package-manager@2.14.48
|
|
199
|
+
- @atlaspack/reporter-cli@2.17.30
|
|
200
|
+
- @atlaspack/reporter-dev-server@2.14.48
|
|
201
|
+
- @atlaspack/reporter-tracer@2.14.48
|
|
202
|
+
- @atlaspack/fs@2.15.43
|
|
203
|
+
- @atlaspack/logger@2.14.40
|
|
204
|
+
- @atlaspack/config-default@12.0.2
|
|
205
|
+
|
|
206
|
+
## 2.15.8
|
|
207
|
+
|
|
208
|
+
### Patch Changes
|
|
209
|
+
|
|
210
|
+
- Updated dependencies [[`695339e`](https://github.com/atlassian-labs/atlaspack/commit/695339e4fd46df9590013c2ef4de74cb22225927)]:
|
|
211
|
+
- @atlaspack/core@2.31.1
|
|
212
|
+
- @atlaspack/fs@2.15.42
|
|
213
|
+
- @atlaspack/logger@2.14.39
|
|
214
|
+
- @atlaspack/utils@3.2.8
|
|
215
|
+
- @atlaspack/config-default@12.0.1
|
|
216
|
+
- @atlaspack/package-manager@2.14.47
|
|
217
|
+
- @atlaspack/reporter-cli@2.17.29
|
|
218
|
+
- @atlaspack/reporter-dev-server@2.14.47
|
|
219
|
+
- @atlaspack/reporter-tracer@2.14.47
|
|
220
|
+
|
|
221
|
+
## 2.15.7
|
|
222
|
+
|
|
223
|
+
### Patch Changes
|
|
224
|
+
|
|
225
|
+
- Updated dependencies [[`02cc8b3`](https://github.com/atlassian-labs/atlaspack/commit/02cc8b32c06ca6b51806b33f6f707ca06e55e957), [`02cc8b3`](https://github.com/atlassian-labs/atlaspack/commit/02cc8b32c06ca6b51806b33f6f707ca06e55e957)]:
|
|
226
|
+
- @atlaspack/core@2.31.0
|
|
227
|
+
- @atlaspack/feature-flags@2.27.5
|
|
228
|
+
- @atlaspack/fs@2.15.41
|
|
229
|
+
- @atlaspack/logger@2.14.38
|
|
230
|
+
- @atlaspack/utils@3.2.7
|
|
231
|
+
- @atlaspack/config-default@12.0.0
|
|
232
|
+
- @atlaspack/reporter-cli@2.17.28
|
|
233
|
+
- @atlaspack/package-manager@2.14.46
|
|
234
|
+
- @atlaspack/reporter-dev-server@2.14.46
|
|
235
|
+
- @atlaspack/reporter-tracer@2.14.46
|
|
236
|
+
|
|
237
|
+
## 2.15.6
|
|
238
|
+
|
|
239
|
+
### Patch Changes
|
|
240
|
+
|
|
241
|
+
- Updated dependencies [[`793e78c`](https://github.com/atlassian-labs/atlaspack/commit/793e78c68eed25032e686f70cd77ea3601409b35)]:
|
|
242
|
+
- @atlaspack/feature-flags@2.27.4
|
|
243
|
+
- @atlaspack/core@2.30.2
|
|
244
|
+
- @atlaspack/fs@2.15.40
|
|
245
|
+
- @atlaspack/utils@3.2.6
|
|
246
|
+
- @atlaspack/reporter-cli@2.17.27
|
|
247
|
+
- @atlaspack/config-default@11.0.2
|
|
248
|
+
- @atlaspack/package-manager@2.14.45
|
|
249
|
+
- @atlaspack/logger@2.14.37
|
|
250
|
+
- @atlaspack/reporter-dev-server@2.14.45
|
|
251
|
+
- @atlaspack/reporter-tracer@2.14.45
|
|
252
|
+
|
|
253
|
+
## 2.15.5
|
|
254
|
+
|
|
255
|
+
### Patch Changes
|
|
256
|
+
|
|
257
|
+
- Updated dependencies []:
|
|
258
|
+
- @atlaspack/core@2.30.1
|
|
259
|
+
- @atlaspack/fs@2.15.39
|
|
260
|
+
- @atlaspack/logger@2.14.36
|
|
261
|
+
- @atlaspack/utils@3.2.5
|
|
262
|
+
- @atlaspack/config-default@11.0.1
|
|
263
|
+
- @atlaspack/package-manager@2.14.44
|
|
264
|
+
- @atlaspack/reporter-cli@2.17.26
|
|
265
|
+
- @atlaspack/reporter-dev-server@2.14.44
|
|
266
|
+
- @atlaspack/reporter-tracer@2.14.44
|
|
267
|
+
|
|
268
|
+
## 2.15.4
|
|
269
|
+
|
|
270
|
+
### Patch Changes
|
|
271
|
+
|
|
272
|
+
- Updated dependencies [[`00fa643`](https://github.com/atlassian-labs/atlaspack/commit/00fa6433202bfd3311479f6314c9ec878a789f2c)]:
|
|
273
|
+
- @atlaspack/core@2.30.0
|
|
274
|
+
- @atlaspack/config-default@11.0.0
|
|
275
|
+
- @atlaspack/fs@2.15.38
|
|
276
|
+
- @atlaspack/logger@2.14.35
|
|
277
|
+
- @atlaspack/utils@3.2.4
|
|
278
|
+
- @atlaspack/package-manager@2.14.43
|
|
279
|
+
- @atlaspack/reporter-cli@2.17.25
|
|
280
|
+
- @atlaspack/reporter-dev-server@2.14.43
|
|
281
|
+
- @atlaspack/reporter-tracer@2.14.43
|
|
282
|
+
|
|
283
|
+
## 2.15.3
|
|
284
|
+
|
|
285
|
+
### Patch Changes
|
|
286
|
+
|
|
287
|
+
- Updated dependencies [[`cbb66a5`](https://github.com/atlassian-labs/atlaspack/commit/cbb66a554f7ad679fd4dfc9e2bf2d5abb859f846)]:
|
|
288
|
+
- @atlaspack/feature-flags@2.27.3
|
|
289
|
+
- @atlaspack/core@2.29.2
|
|
290
|
+
- @atlaspack/fs@2.15.37
|
|
291
|
+
- @atlaspack/logger@2.14.34
|
|
292
|
+
- @atlaspack/utils@3.2.3
|
|
293
|
+
- @atlaspack/reporter-cli@2.17.24
|
|
294
|
+
- @atlaspack/config-default@10.0.2
|
|
295
|
+
- @atlaspack/package-manager@2.14.42
|
|
296
|
+
- @atlaspack/reporter-dev-server@2.14.42
|
|
297
|
+
- @atlaspack/reporter-tracer@2.14.42
|
|
298
|
+
|
|
299
|
+
## 2.15.2
|
|
300
|
+
|
|
301
|
+
### Patch Changes
|
|
302
|
+
|
|
303
|
+
- Updated dependencies [[`91738fd`](https://github.com/atlassian-labs/atlaspack/commit/91738fd77cb6b3b7acc93e799327ec283d27f7c0), [`d98c992`](https://github.com/atlassian-labs/atlaspack/commit/d98c992a56121a4f9f6a011ced5e103f96fe3999)]:
|
|
304
|
+
- @atlaspack/feature-flags@2.27.2
|
|
305
|
+
- @atlaspack/core@2.29.1
|
|
306
|
+
- @atlaspack/config-default@10.0.1
|
|
307
|
+
- @atlaspack/fs@2.15.36
|
|
308
|
+
- @atlaspack/logger@2.14.33
|
|
309
|
+
- @atlaspack/utils@3.2.2
|
|
310
|
+
- @atlaspack/reporter-cli@2.17.23
|
|
311
|
+
- @atlaspack/package-manager@2.14.41
|
|
312
|
+
- @atlaspack/reporter-dev-server@2.14.41
|
|
313
|
+
- @atlaspack/reporter-tracer@2.14.41
|
|
314
|
+
|
|
315
|
+
## 2.15.1
|
|
316
|
+
|
|
317
|
+
### Patch Changes
|
|
318
|
+
|
|
319
|
+
- Updated dependencies [[`a884bd2`](https://github.com/atlassian-labs/atlaspack/commit/a884bd2a6bd6f37d088fb886dd9b88e85328501b), [`5710532`](https://github.com/atlassian-labs/atlaspack/commit/57105322b26ce42af2cbfcc0506cff929e50b630), [`6fac01d`](https://github.com/atlassian-labs/atlaspack/commit/6fac01dbb1bfc5b971176c1a1c008297bf4b8f91), [`2f3af93`](https://github.com/atlassian-labs/atlaspack/commit/2f3af9374bcc082e6f4835f6f5a2b98e32ea45b4), [`432d571`](https://github.com/atlassian-labs/atlaspack/commit/432d571ea4e9fc67be12304fcafe8c445e844174), [`5710532`](https://github.com/atlassian-labs/atlaspack/commit/57105322b26ce42af2cbfcc0506cff929e50b630)]:
|
|
320
|
+
- @atlaspack/core@2.29.0
|
|
321
|
+
- @atlaspack/feature-flags@2.27.1
|
|
322
|
+
- @atlaspack/config-default@10.0.0
|
|
323
|
+
- @atlaspack/fs@2.15.35
|
|
324
|
+
- @atlaspack/logger@2.14.32
|
|
325
|
+
- @atlaspack/utils@3.2.1
|
|
326
|
+
- @atlaspack/reporter-cli@2.17.22
|
|
327
|
+
- @atlaspack/package-manager@2.14.40
|
|
328
|
+
- @atlaspack/reporter-dev-server@2.14.40
|
|
329
|
+
- @atlaspack/reporter-tracer@2.14.40
|
|
330
|
+
|
|
331
|
+
## 2.15.0
|
|
332
|
+
|
|
333
|
+
### Minor Changes
|
|
334
|
+
|
|
335
|
+
- [#892](https://github.com/atlassian-labs/atlaspack/pull/892) [`617a318`](https://github.com/atlassian-labs/atlaspack/commit/617a318ddc9419b38360257353fec50b9051ee13) Thanks [@marcins](https://github.com/marcins)! - Added a new `shouldProfileNative` option that provides a way to pause and connect a native profiler to Atlaspack.
|
|
336
|
+
|
|
337
|
+
### Patch Changes
|
|
338
|
+
|
|
339
|
+
- Updated dependencies [[`7dd5bd8`](https://github.com/atlassian-labs/atlaspack/commit/7dd5bd89ff60c7b324347d772729eb4c3314f01e), [`8eb84ee`](https://github.com/atlassian-labs/atlaspack/commit/8eb84ee61a42bfe87c58079b610802b07a6a13e4), [`73168c2`](https://github.com/atlassian-labs/atlaspack/commit/73168c275a5d9abff9907bcf536b340bca1ed5f0), [`617a318`](https://github.com/atlassian-labs/atlaspack/commit/617a318ddc9419b38360257353fec50b9051ee13)]:
|
|
340
|
+
- @atlaspack/core@2.28.0
|
|
341
|
+
- @atlaspack/feature-flags@2.27.0
|
|
342
|
+
- @atlaspack/utils@3.2.0
|
|
343
|
+
- @atlaspack/config-default@9.0.0
|
|
344
|
+
- @atlaspack/fs@2.15.34
|
|
345
|
+
- @atlaspack/logger@2.14.31
|
|
346
|
+
- @atlaspack/reporter-cli@2.17.21
|
|
347
|
+
- @atlaspack/package-manager@2.14.39
|
|
348
|
+
- @atlaspack/reporter-dev-server@2.14.39
|
|
349
|
+
- @atlaspack/reporter-tracer@2.14.39
|
|
350
|
+
|
|
351
|
+
## 2.14.17
|
|
352
|
+
|
|
353
|
+
### Patch Changes
|
|
354
|
+
|
|
355
|
+
- Updated dependencies [[`ec3abe4`](https://github.com/atlassian-labs/atlaspack/commit/ec3abe4dffc98560a850fd2f71fb566577e6c99c), [`c7fe3f7`](https://github.com/atlassian-labs/atlaspack/commit/c7fe3f76f247e9e20299e205e2df0a16c418eaf2), [`cfb4707`](https://github.com/atlassian-labs/atlaspack/commit/cfb4707087498e4fa4dcf10753fe984a248d196b), [`33d4c26`](https://github.com/atlassian-labs/atlaspack/commit/33d4c261ceb8d585d56b0a446ed6e28cf7f1126d), [`f31b041`](https://github.com/atlassian-labs/atlaspack/commit/f31b04107e9077c9946aadb99f6f91bb69703bb7), [`8180981`](https://github.com/atlassian-labs/atlaspack/commit/8180981be14c00f9570adb70d3f350bd91d6ec0a), [`119210b`](https://github.com/atlassian-labs/atlaspack/commit/119210b597eb993c50445df87a36b70bd49cd414), [`7d7a55d`](https://github.com/atlassian-labs/atlaspack/commit/7d7a55dd6395ec391a2e4c33b3dec0d1ea477d4c)]:
|
|
356
|
+
- @atlaspack/feature-flags@2.26.2
|
|
357
|
+
- @atlaspack/core@2.27.0
|
|
358
|
+
- @atlaspack/utils@3.1.2
|
|
359
|
+
- @atlaspack/fs@2.15.33
|
|
360
|
+
- @atlaspack/reporter-cli@2.17.20
|
|
361
|
+
- @atlaspack/config-default@8.0.0
|
|
362
|
+
- @atlaspack/logger@2.14.30
|
|
363
|
+
- @atlaspack/package-manager@2.14.38
|
|
364
|
+
- @atlaspack/reporter-dev-server@2.14.38
|
|
365
|
+
- @atlaspack/reporter-tracer@2.14.38
|
|
366
|
+
|
|
367
|
+
## 2.14.16
|
|
368
|
+
|
|
369
|
+
### Patch Changes
|
|
370
|
+
|
|
371
|
+
- Updated dependencies [[`373ee2d`](https://github.com/atlassian-labs/atlaspack/commit/373ee2d3b5cc315df1e90e647619f915892e2b87)]:
|
|
372
|
+
- @atlaspack/feature-flags@2.26.1
|
|
373
|
+
- @atlaspack/core@2.26.2
|
|
374
|
+
- @atlaspack/fs@2.15.32
|
|
375
|
+
- @atlaspack/logger@2.14.29
|
|
376
|
+
- @atlaspack/utils@3.1.1
|
|
377
|
+
- @atlaspack/reporter-cli@2.17.19
|
|
378
|
+
- @atlaspack/package-manager@2.14.37
|
|
379
|
+
- @atlaspack/config-default@7.0.2
|
|
380
|
+
- @atlaspack/reporter-dev-server@2.14.37
|
|
381
|
+
- @atlaspack/reporter-tracer@2.14.37
|
|
382
|
+
|
|
383
|
+
## 2.14.15
|
|
384
|
+
|
|
385
|
+
### Patch Changes
|
|
386
|
+
|
|
387
|
+
- Updated dependencies [[`58527ee`](https://github.com/atlassian-labs/atlaspack/commit/58527eec15c1aebaaadbeb63586f3082c16beae3), [`9cd9521`](https://github.com/atlassian-labs/atlaspack/commit/9cd9521978f783046e2ae4ce78f2de7aeb07d073), [`cfb39a0`](https://github.com/atlassian-labs/atlaspack/commit/cfb39a0d729eb620cf2ca1611750a2bf7a080d08), [`d0c7bea`](https://github.com/atlassian-labs/atlaspack/commit/d0c7bea04458255b4c5d4299600e734b5f919fe1), [`9cd9521`](https://github.com/atlassian-labs/atlaspack/commit/9cd9521978f783046e2ae4ce78f2de7aeb07d073), [`1086c6a`](https://github.com/atlassian-labs/atlaspack/commit/1086c6a2c59271b63b3fb78e6acdb9d3a0dbf354), [`5776be2`](https://github.com/atlassian-labs/atlaspack/commit/5776be21f70a3f2b9471ba33da3ba1a883f21f1a)]:
|
|
388
|
+
- @atlaspack/feature-flags@2.26.0
|
|
389
|
+
- @atlaspack/core@2.26.1
|
|
390
|
+
- @atlaspack/utils@3.1.0
|
|
391
|
+
- @atlaspack/fs@2.15.31
|
|
392
|
+
- @atlaspack/logger@2.14.28
|
|
393
|
+
- @atlaspack/config-default@7.0.1
|
|
394
|
+
- @atlaspack/reporter-cli@2.17.18
|
|
395
|
+
- @atlaspack/package-manager@2.14.36
|
|
396
|
+
- @atlaspack/reporter-dev-server@2.14.36
|
|
397
|
+
- @atlaspack/reporter-tracer@2.14.36
|
|
398
|
+
|
|
399
|
+
## 2.14.14
|
|
400
|
+
|
|
401
|
+
### Patch Changes
|
|
402
|
+
|
|
403
|
+
- Updated dependencies [[`79a7e22`](https://github.com/atlassian-labs/atlaspack/commit/79a7e22ef119891a2f4180a9d3cc66b38dd52092), [`ff8ac84`](https://github.com/atlassian-labs/atlaspack/commit/ff8ac84bd0be15caa7c7af21bf5b6e47b6d36438), [`3da8e69`](https://github.com/atlassian-labs/atlaspack/commit/3da8e690605472d81c531366b65fa9844f8ca337), [`c372f3f`](https://github.com/atlassian-labs/atlaspack/commit/c372f3fd6fce8200d5cf47f41bc7895c6cbb5558), [`17dfea9`](https://github.com/atlassian-labs/atlaspack/commit/17dfea9e9f3169807808520df9c09ebf70dc8b10), [`f1070ec`](https://github.com/atlassian-labs/atlaspack/commit/f1070ec48e99b4ec111a03179c5ab5b74163fab1), [`27fd73f`](https://github.com/atlassian-labs/atlaspack/commit/27fd73fa07d358653f1be6f2d15d72dc5d8fc2fd), [`3091fa3`](https://github.com/atlassian-labs/atlaspack/commit/3091fa36425ecffe3938e55247a035b08cda37a2)]:
|
|
404
|
+
- @atlaspack/feature-flags@2.25.5
|
|
405
|
+
- @atlaspack/core@2.26.0
|
|
406
|
+
- @atlaspack/reporter-cli@2.17.17
|
|
407
|
+
- @atlaspack/utils@3.0.3
|
|
408
|
+
- @atlaspack/fs@2.15.30
|
|
409
|
+
- @atlaspack/package-manager@2.14.35
|
|
410
|
+
- @atlaspack/logger@2.14.27
|
|
411
|
+
- @atlaspack/config-default@7.0.0
|
|
412
|
+
- @atlaspack/reporter-dev-server@2.14.35
|
|
413
|
+
- @atlaspack/reporter-tracer@2.14.35
|
|
414
|
+
|
|
415
|
+
## 2.14.13
|
|
416
|
+
|
|
417
|
+
### Patch Changes
|
|
418
|
+
|
|
419
|
+
- [#782](https://github.com/atlassian-labs/atlaspack/pull/782) [`25cbee6`](https://github.com/atlassian-labs/atlaspack/commit/25cbee625fb47ac20423fe34ff37bc818a807245) Thanks [@yamadapc](https://github.com/yamadapc)! - Initial atlaspack-inspector release
|
|
420
|
+
|
|
421
|
+
- Updated dependencies [[`662d3c6`](https://github.com/atlassian-labs/atlaspack/commit/662d3c627888b16bf27df15cfac5a9094509e93d)]:
|
|
422
|
+
- @atlaspack/feature-flags@2.25.4
|
|
423
|
+
- @atlaspack/core@2.25.1
|
|
424
|
+
- @atlaspack/fs@2.15.29
|
|
425
|
+
- @atlaspack/package-manager@2.14.34
|
|
426
|
+
- @atlaspack/utils@3.0.2
|
|
427
|
+
- @atlaspack/reporter-cli@2.17.16
|
|
428
|
+
- @atlaspack/config-default@6.0.1
|
|
429
|
+
- @atlaspack/reporter-dev-server@2.14.34
|
|
430
|
+
- @atlaspack/logger@2.14.26
|
|
431
|
+
- @atlaspack/reporter-tracer@2.14.34
|
|
432
|
+
|
|
433
|
+
## 2.14.12
|
|
434
|
+
|
|
435
|
+
### Patch Changes
|
|
436
|
+
|
|
437
|
+
- Updated dependencies [[`236e546`](https://github.com/atlassian-labs/atlaspack/commit/236e5465863dca6044a7191e05260a5b924c342e), [`f07351a`](https://github.com/atlassian-labs/atlaspack/commit/f07351a2398b6a8e5155a2daad77e69b7dcb2b4b)]:
|
|
438
|
+
- @atlaspack/utils@3.0.1
|
|
439
|
+
- @atlaspack/core@2.25.0
|
|
440
|
+
- @atlaspack/feature-flags@2.25.3
|
|
441
|
+
- @atlaspack/package-manager@2.14.33
|
|
442
|
+
- @atlaspack/reporter-cli@2.17.15
|
|
443
|
+
- @atlaspack/reporter-dev-server@2.14.33
|
|
444
|
+
- @atlaspack/reporter-tracer@2.14.33
|
|
445
|
+
- @atlaspack/config-default@6.0.0
|
|
446
|
+
- @atlaspack/fs@2.15.28
|
|
447
|
+
- @atlaspack/logger@2.14.25
|
|
448
|
+
|
|
449
|
+
## 2.14.11
|
|
450
|
+
|
|
451
|
+
### Patch Changes
|
|
452
|
+
|
|
453
|
+
- Updated dependencies [[`0207171`](https://github.com/atlassian-labs/atlaspack/commit/0207171e59e985c51e105aec2e0a99de174374bd), [`a4f887b`](https://github.com/atlassian-labs/atlaspack/commit/a4f887b8c45386b058650c41ad38ac675deee27d), [`10ee3fa`](https://github.com/atlassian-labs/atlaspack/commit/10ee3fa5b75a92acde8973673d9b3c5b6f3958e5), [`1180103`](https://github.com/atlassian-labs/atlaspack/commit/118010351ed444f8178988afb3f77807154dd933), [`2bc93b1`](https://github.com/atlassian-labs/atlaspack/commit/2bc93b17cea07fd7cbb68acec84d8471345a22b4)]:
|
|
454
|
+
- @atlaspack/feature-flags@2.25.2
|
|
455
|
+
- @atlaspack/reporter-cli@2.17.14
|
|
456
|
+
- @atlaspack/core@2.24.2
|
|
457
|
+
- @atlaspack/utils@3.0.0
|
|
458
|
+
- @atlaspack/config-default@5.0.2
|
|
459
|
+
- @atlaspack/fs@2.15.27
|
|
460
|
+
- @atlaspack/logger@2.14.24
|
|
461
|
+
- @atlaspack/package-manager@2.14.32
|
|
462
|
+
- @atlaspack/reporter-dev-server@2.14.32
|
|
463
|
+
- @atlaspack/reporter-tracer@2.14.32
|
|
464
|
+
|
|
465
|
+
## 2.14.10
|
|
466
|
+
|
|
467
|
+
### Patch Changes
|
|
468
|
+
|
|
469
|
+
- [#785](https://github.com/atlassian-labs/atlaspack/pull/785) [`0e7dd5e`](https://github.com/atlassian-labs/atlaspack/commit/0e7dd5ec6fbe05aa9e0bb5775a9d0975f206a922) Thanks [@matt-koko](https://github.com/matt-koko)! - We need to re-publish every package in Atlaspack with the corrected types field.
|
|
470
|
+
|
|
471
|
+
- Updated dependencies [[`0e7dd5e`](https://github.com/atlassian-labs/atlaspack/commit/0e7dd5ec6fbe05aa9e0bb5775a9d0975f206a922), [`686a398`](https://github.com/atlassian-labs/atlaspack/commit/686a398faa1f9e19cbf9274add2c46e246bafba8)]:
|
|
472
|
+
- @atlaspack/config-default@5.0.1
|
|
473
|
+
- @atlaspack/core@2.24.1
|
|
474
|
+
- @atlaspack/diagnostic@2.14.4
|
|
475
|
+
- @atlaspack/feature-flags@2.25.1
|
|
476
|
+
- @atlaspack/fs@2.15.26
|
|
477
|
+
- @atlaspack/logger@2.14.23
|
|
478
|
+
- @atlaspack/package-manager@2.14.31
|
|
479
|
+
- @atlaspack/utils@2.19.3
|
|
480
|
+
- @atlaspack/reporter-cli@2.17.13
|
|
481
|
+
- @atlaspack/reporter-dev-server@2.14.31
|
|
482
|
+
- @atlaspack/reporter-tracer@2.14.31
|
|
483
|
+
- @atlaspack/events@2.14.4
|
|
484
|
+
|
|
485
|
+
## 2.14.9
|
|
486
|
+
|
|
487
|
+
### Patch Changes
|
|
488
|
+
|
|
489
|
+
- Updated dependencies [[`7a52bab`](https://github.com/atlassian-labs/atlaspack/commit/7a52bab6281e8edbfa66af248eb6f872c6b4b7bd), [`eedcbc4`](https://github.com/atlassian-labs/atlaspack/commit/eedcbc408fc1e86a2a8e25f1a41c57146d8529e1), [`5a0363f`](https://github.com/atlassian-labs/atlaspack/commit/5a0363f1086e81068959b87e92064bed5a11a9b4), [`038e87a`](https://github.com/atlassian-labs/atlaspack/commit/038e87a7858d39556d59d3a2d17db534d45f62c6), [`f6532d7`](https://github.com/atlassian-labs/atlaspack/commit/f6532d7a4f7f007bd4e5e36af04dd466f0b9f572), [`602f8ed`](https://github.com/atlassian-labs/atlaspack/commit/602f8ed9d8381301df8b2cc82c1d5cf6f2f94fec), [`8604d2a`](https://github.com/atlassian-labs/atlaspack/commit/8604d2a49ace5e9194ec4f76e71f06b93610f6b4)]:
|
|
490
|
+
- @atlaspack/feature-flags@2.25.0
|
|
491
|
+
- @atlaspack/core@2.24.0
|
|
492
|
+
- @atlaspack/fs@2.15.25
|
|
493
|
+
- @atlaspack/utils@2.19.2
|
|
494
|
+
- @atlaspack/reporter-cli@2.17.12
|
|
495
|
+
- @atlaspack/config-default@5.0.0
|
|
496
|
+
- @atlaspack/logger@2.14.22
|
|
497
|
+
- @atlaspack/package-manager@2.14.30
|
|
498
|
+
- @atlaspack/reporter-dev-server@2.14.30
|
|
499
|
+
- @atlaspack/reporter-tracer@2.14.30
|
|
500
|
+
|
|
501
|
+
## 2.14.8
|
|
502
|
+
|
|
503
|
+
### Patch Changes
|
|
504
|
+
|
|
505
|
+
- Updated dependencies []:
|
|
506
|
+
- @atlaspack/config-default@4.0.6
|
|
507
|
+
|
|
508
|
+
## 2.14.7
|
|
509
|
+
|
|
510
|
+
### Patch Changes
|
|
511
|
+
|
|
512
|
+
- Updated dependencies [[`830261d`](https://github.com/atlassian-labs/atlaspack/commit/830261dcf4a40293090b61cab52fd75d5683c73f), [`58ddd5d`](https://github.com/atlassian-labs/atlaspack/commit/58ddd5d79adde2ac5dc4c60ca575e4705a91e592)]:
|
|
513
|
+
- @atlaspack/feature-flags@2.24.1
|
|
514
|
+
- @atlaspack/package-manager@2.14.29
|
|
515
|
+
- @atlaspack/core@2.23.5
|
|
516
|
+
- @atlaspack/fs@2.15.24
|
|
517
|
+
- @atlaspack/utils@2.19.1
|
|
518
|
+
- @atlaspack/reporter-cli@2.17.11
|
|
519
|
+
- @atlaspack/config-default@4.0.5
|
|
520
|
+
- @atlaspack/logger@2.14.21
|
|
521
|
+
- @atlaspack/reporter-dev-server@2.14.29
|
|
522
|
+
- @atlaspack/reporter-tracer@2.14.29
|
|
523
|
+
|
|
524
|
+
## 2.14.6
|
|
525
|
+
|
|
526
|
+
### Patch Changes
|
|
527
|
+
|
|
528
|
+
- Updated dependencies [[`f0349a6`](https://github.com/atlassian-labs/atlaspack/commit/f0349a6b9b04755088f121095ca6301a2ada3767), [`a5081c3`](https://github.com/atlassian-labs/atlaspack/commit/a5081c3f9207d28716ee4edd3841de1830ea4b80), [`f930003`](https://github.com/atlassian-labs/atlaspack/commit/f930003364fdc31e5487520ebe256f1a9389f579), [`f930003`](https://github.com/atlassian-labs/atlaspack/commit/f930003364fdc31e5487520ebe256f1a9389f579), [`8843980`](https://github.com/atlassian-labs/atlaspack/commit/88439807be20025fd3433380204ff1205079729e)]:
|
|
529
|
+
- @atlaspack/feature-flags@2.24.0
|
|
530
|
+
- @atlaspack/utils@2.19.0
|
|
531
|
+
- @atlaspack/core@2.23.4
|
|
532
|
+
- @atlaspack/fs@2.15.23
|
|
533
|
+
- @atlaspack/reporter-cli@2.17.10
|
|
534
|
+
- @atlaspack/config-default@4.0.4
|
|
535
|
+
- @atlaspack/package-manager@2.14.28
|
|
536
|
+
- @atlaspack/reporter-dev-server@2.14.28
|
|
537
|
+
- @atlaspack/reporter-tracer@2.14.28
|
|
538
|
+
- @atlaspack/logger@2.14.20
|
|
539
|
+
|
|
540
|
+
## 2.14.5
|
|
541
|
+
|
|
542
|
+
### Patch Changes
|
|
543
|
+
|
|
544
|
+
- Updated dependencies [[`3cfb7cf`](https://github.com/atlassian-labs/atlaspack/commit/3cfb7cfd90b78a5c48ce717e779ff789769825a3)]:
|
|
545
|
+
- @atlaspack/feature-flags@2.23.2
|
|
546
|
+
- @atlaspack/core@2.23.3
|
|
547
|
+
- @atlaspack/fs@2.15.22
|
|
548
|
+
- @atlaspack/utils@2.18.4
|
|
549
|
+
- @atlaspack/reporter-cli@2.17.9
|
|
550
|
+
- @atlaspack/config-default@4.0.3
|
|
551
|
+
- @atlaspack/logger@2.14.19
|
|
552
|
+
- @atlaspack/package-manager@2.14.27
|
|
553
|
+
- @atlaspack/reporter-dev-server@2.14.27
|
|
554
|
+
- @atlaspack/reporter-tracer@2.14.27
|
|
555
|
+
|
|
556
|
+
## 2.14.4
|
|
557
|
+
|
|
558
|
+
### Patch Changes
|
|
559
|
+
|
|
560
|
+
- [#742](https://github.com/atlassian-labs/atlaspack/pull/742) [`ee040bb`](https://github.com/atlassian-labs/atlaspack/commit/ee040bb6428f29b57d892ddd8107e29077d08ffd) Thanks [@yamadapc](https://github.com/yamadapc)! - Internal changes and bug fixes to environmentDeduplication flag
|
|
561
|
+
|
|
562
|
+
- Updated dependencies [[`ee040bb`](https://github.com/atlassian-labs/atlaspack/commit/ee040bb6428f29b57d892ddd8107e29077d08ffd), [`889c65c`](https://github.com/atlassian-labs/atlaspack/commit/889c65cd25b811045e26a117e7404f694dde77a2), [`b6e72b6`](https://github.com/atlassian-labs/atlaspack/commit/b6e72b6dd2b517cbb0e700fa69e63332d3eacb1e)]:
|
|
563
|
+
- @atlaspack/package-manager@2.14.26
|
|
564
|
+
- @atlaspack/reporter-dev-server@2.14.26
|
|
565
|
+
- @atlaspack/feature-flags@2.23.1
|
|
566
|
+
- @atlaspack/reporter-tracer@2.14.26
|
|
567
|
+
- @atlaspack/config-default@4.0.2
|
|
568
|
+
- @atlaspack/diagnostic@2.14.3
|
|
569
|
+
- @atlaspack/reporter-cli@2.17.8
|
|
570
|
+
- @atlaspack/events@2.14.3
|
|
571
|
+
- @atlaspack/logger@2.14.18
|
|
572
|
+
- @atlaspack/utils@2.18.3
|
|
573
|
+
- @atlaspack/core@2.23.2
|
|
574
|
+
- @atlaspack/fs@2.15.21
|
|
575
|
+
|
|
576
|
+
## 2.14.3
|
|
577
|
+
|
|
578
|
+
### Patch Changes
|
|
579
|
+
|
|
580
|
+
- Updated dependencies [[`f6b3f22`](https://github.com/atlassian-labs/atlaspack/commit/f6b3f2276c7e417580b49c4879563aab51f156b1)]:
|
|
581
|
+
- @atlaspack/feature-flags@2.23.0
|
|
582
|
+
- @atlaspack/core@2.23.1
|
|
583
|
+
- @atlaspack/fs@2.15.20
|
|
584
|
+
- @atlaspack/utils@2.18.2
|
|
585
|
+
- @atlaspack/reporter-cli@2.17.7
|
|
586
|
+
- @atlaspack/config-default@4.0.1
|
|
587
|
+
- @atlaspack/package-manager@2.14.25
|
|
588
|
+
- @atlaspack/logger@2.14.17
|
|
589
|
+
- @atlaspack/reporter-dev-server@2.14.25
|
|
590
|
+
- @atlaspack/reporter-tracer@2.14.25
|
|
591
|
+
|
|
592
|
+
## 2.14.2
|
|
593
|
+
|
|
594
|
+
### Patch Changes
|
|
595
|
+
|
|
596
|
+
- Updated dependencies [[`7f5841c`](https://github.com/atlassian-labs/atlaspack/commit/7f5841c39df049f9546cccbeea2a7337e0337b45), [`73dd7ba`](https://github.com/atlassian-labs/atlaspack/commit/73dd7baab69456ef2f6e4a0cc7dbb04f407eb148)]:
|
|
597
|
+
- @atlaspack/core@2.23.0
|
|
598
|
+
- @atlaspack/feature-flags@2.22.0
|
|
599
|
+
- @atlaspack/config-default@4.0.0
|
|
600
|
+
- @atlaspack/fs@2.15.19
|
|
601
|
+
- @atlaspack/logger@2.14.16
|
|
602
|
+
- @atlaspack/utils@2.18.1
|
|
603
|
+
- @atlaspack/package-manager@2.14.24
|
|
604
|
+
- @atlaspack/reporter-cli@2.17.6
|
|
605
|
+
- @atlaspack/reporter-dev-server@2.14.24
|
|
606
|
+
- @atlaspack/reporter-tracer@2.14.24
|
|
607
|
+
|
|
608
|
+
## 2.14.1
|
|
609
|
+
|
|
610
|
+
### Patch Changes
|
|
611
|
+
|
|
612
|
+
- Updated dependencies [[`23d561e`](https://github.com/atlassian-labs/atlaspack/commit/23d561e51e68b0c38fd1ff4e4fb173e5e7b01cf2)]:
|
|
613
|
+
- @atlaspack/feature-flags@2.21.0
|
|
614
|
+
- @atlaspack/utils@2.18.0
|
|
615
|
+
- @atlaspack/core@2.22.0
|
|
616
|
+
- @atlaspack/fs@2.15.18
|
|
617
|
+
- @atlaspack/reporter-cli@2.17.5
|
|
618
|
+
- @atlaspack/config-default@3.1.25
|
|
619
|
+
- @atlaspack/package-manager@2.14.23
|
|
620
|
+
- @atlaspack/reporter-dev-server@2.14.23
|
|
621
|
+
- @atlaspack/reporter-tracer@2.14.23
|
|
622
|
+
- @atlaspack/logger@2.14.15
|
|
623
|
+
|
|
624
|
+
## 2.14.0
|
|
625
|
+
|
|
626
|
+
### Minor Changes
|
|
627
|
+
|
|
628
|
+
- [#723](https://github.com/atlassian-labs/atlaspack/pull/723) [`43fdd22`](https://github.com/atlassian-labs/atlaspack/commit/43fdd223860fbc97af17d68c65419b97412cb888) Thanks [@vykimnguyen](https://github.com/vykimnguyen)! - adding projectRoot option
|
|
629
|
+
|
|
630
|
+
### Patch Changes
|
|
631
|
+
|
|
632
|
+
- [#720](https://github.com/atlassian-labs/atlaspack/pull/720) [`d2fd849`](https://github.com/atlassian-labs/atlaspack/commit/d2fd849770fe6305e9c694bd97b1bd905abd9d94) Thanks [@alshdavid](https://github.com/alshdavid)! - Migrate to TypeScript
|
|
633
|
+
|
|
634
|
+
- Updated dependencies [[`d2fd849`](https://github.com/atlassian-labs/atlaspack/commit/d2fd849770fe6305e9c694bd97b1bd905abd9d94), [`43fdd22`](https://github.com/atlassian-labs/atlaspack/commit/43fdd223860fbc97af17d68c65419b97412cb888), [`12bee0e`](https://github.com/atlassian-labs/atlaspack/commit/12bee0e23f0464d7f6bd3e24fbe0d19c126d587d)]:
|
|
635
|
+
- @atlaspack/package-manager@2.14.22
|
|
636
|
+
- @atlaspack/reporter-dev-server@2.14.22
|
|
637
|
+
- @atlaspack/feature-flags@2.20.1
|
|
638
|
+
- @atlaspack/reporter-tracer@2.14.22
|
|
639
|
+
- @atlaspack/config-default@3.1.24
|
|
640
|
+
- @atlaspack/diagnostic@2.14.2
|
|
641
|
+
- @atlaspack/reporter-cli@2.17.4
|
|
642
|
+
- @atlaspack/events@2.14.2
|
|
643
|
+
- @atlaspack/logger@2.14.14
|
|
644
|
+
- @atlaspack/utils@2.17.4
|
|
645
|
+
- @atlaspack/core@2.21.0
|
|
646
|
+
- @atlaspack/fs@2.15.17
|
|
647
|
+
|
|
648
|
+
## 2.13.25
|
|
649
|
+
|
|
650
|
+
### Patch Changes
|
|
651
|
+
|
|
652
|
+
- Updated dependencies [[`069de47`](https://github.com/atlassian-labs/atlaspack/commit/069de478e64fb5889f6f2ce023eb510782767fbd)]:
|
|
653
|
+
- @atlaspack/feature-flags@2.20.0
|
|
654
|
+
- @atlaspack/core@2.20.0
|
|
655
|
+
- @atlaspack/fs@2.15.16
|
|
656
|
+
- @atlaspack/utils@2.17.3
|
|
657
|
+
- @atlaspack/reporter-cli@2.17.3
|
|
658
|
+
- @atlaspack/config-default@3.1.23
|
|
659
|
+
- @atlaspack/package-manager@2.14.21
|
|
660
|
+
- @atlaspack/reporter-dev-server@2.14.21
|
|
661
|
+
- @atlaspack/reporter-tracer@2.14.21
|
|
662
|
+
|
|
663
|
+
## 2.13.24
|
|
664
|
+
|
|
665
|
+
### Patch Changes
|
|
666
|
+
|
|
667
|
+
- Updated dependencies [[`1c7865a`](https://github.com/atlassian-labs/atlaspack/commit/1c7865a64451116d94015e248302435839d347c0), [`a0b959f`](https://github.com/atlassian-labs/atlaspack/commit/a0b959fbf61fc3f820ff03c7e8988945fe40a91a)]:
|
|
668
|
+
- @atlaspack/feature-flags@2.19.2
|
|
669
|
+
- @atlaspack/core@2.19.2
|
|
670
|
+
- @atlaspack/config-default@3.1.22
|
|
671
|
+
- @atlaspack/reporter-cli@2.17.2
|
|
672
|
+
- @atlaspack/reporter-dev-server@2.14.20
|
|
673
|
+
- @atlaspack/reporter-tracer@2.14.20
|
|
674
|
+
- @atlaspack/fs@2.15.15
|
|
675
|
+
- @atlaspack/utils@2.17.2
|
|
676
|
+
- @atlaspack/package-manager@2.14.20
|
|
677
|
+
|
|
678
|
+
## 2.13.23
|
|
679
|
+
|
|
680
|
+
### Patch Changes
|
|
681
|
+
|
|
682
|
+
- Updated dependencies [[`13aef17`](https://github.com/atlassian-labs/atlaspack/commit/13aef177eea289a6e40d2113b5ec1ac9be18a33d)]:
|
|
683
|
+
- @atlaspack/feature-flags@2.19.1
|
|
684
|
+
- @atlaspack/core@2.19.1
|
|
685
|
+
- @atlaspack/fs@2.15.14
|
|
686
|
+
- @atlaspack/utils@2.17.1
|
|
687
|
+
- @atlaspack/reporter-cli@2.17.1
|
|
688
|
+
- @atlaspack/config-default@3.1.21
|
|
689
|
+
- @atlaspack/package-manager@2.14.19
|
|
690
|
+
- @atlaspack/reporter-dev-server@2.14.19
|
|
691
|
+
- @atlaspack/reporter-tracer@2.14.19
|
|
692
|
+
|
|
693
|
+
## 2.13.22
|
|
694
|
+
|
|
695
|
+
### Patch Changes
|
|
696
|
+
|
|
697
|
+
- [#682](https://github.com/atlassian-labs/atlaspack/pull/682) [`a5ed1b4`](https://github.com/atlassian-labs/atlaspack/commit/a5ed1b414498560f393ff491af4da25b6e8dde56) Thanks [@alshdavid](https://github.com/alshdavid)! - Updating build system
|
|
698
|
+
|
|
699
|
+
- [#687](https://github.com/atlassian-labs/atlaspack/pull/687) [`26070c8`](https://github.com/atlassian-labs/atlaspack/commit/26070c871d2700daf4501051dd87b58b414912c0) Thanks [@alshdavid](https://github.com/alshdavid)! - Fixes for atlaspack link
|
|
700
|
+
|
|
701
|
+
- Updated dependencies [[`dbb4072`](https://github.com/atlassian-labs/atlaspack/commit/dbb40721ebeb45990a14ba04e6b44e7f836fb32d), [`becf977`](https://github.com/atlassian-labs/atlaspack/commit/becf977f625d5ee46dae3d4c679f173bf5f40cc0), [`c4415a4`](https://github.com/atlassian-labs/atlaspack/commit/c4415a455543d984ca28452c2cb87a794d22497c), [`f0f7c71`](https://github.com/atlassian-labs/atlaspack/commit/f0f7c7168a1d3d18c6f30d2daed611275692b7c5), [`de23e0c`](https://github.com/atlassian-labs/atlaspack/commit/de23e0ce49d5504fe3947ac26640a3d951087da3), [`18a57cf`](https://github.com/atlassian-labs/atlaspack/commit/18a57cf8a4789b2de5ad8e2676f317a26cc91417), [`a5ed1b4`](https://github.com/atlassian-labs/atlaspack/commit/a5ed1b414498560f393ff491af4da25b6e8dde56), [`3ba1aee`](https://github.com/atlassian-labs/atlaspack/commit/3ba1aee6a794a26b2f0255aaf6d003981532d0ae)]:
|
|
702
|
+
- @atlaspack/feature-flags@2.19.0
|
|
703
|
+
- @atlaspack/utils@2.17.0
|
|
704
|
+
- @atlaspack/core@2.19.0
|
|
705
|
+
- @atlaspack/package-manager@2.14.18
|
|
706
|
+
- @atlaspack/reporter-dev-server@2.14.18
|
|
707
|
+
- @atlaspack/fs@2.15.13
|
|
708
|
+
- @atlaspack/reporter-cli@2.17.0
|
|
709
|
+
- @atlaspack/config-default@3.1.20
|
|
710
|
+
- @atlaspack/reporter-tracer@2.14.18
|
|
711
|
+
- @atlaspack/logger@2.14.13
|
|
712
|
+
|
|
713
|
+
## 2.13.21
|
|
714
|
+
|
|
715
|
+
### Patch Changes
|
|
716
|
+
|
|
717
|
+
- Updated dependencies []:
|
|
718
|
+
- @atlaspack/core@2.18.8
|
|
719
|
+
- @atlaspack/fs@2.15.12
|
|
720
|
+
- @atlaspack/logger@2.14.12
|
|
721
|
+
- @atlaspack/utils@2.16.1
|
|
722
|
+
- @atlaspack/config-default@3.1.19
|
|
723
|
+
- @atlaspack/package-manager@2.14.17
|
|
724
|
+
- @atlaspack/reporter-cli@2.16.1
|
|
725
|
+
- @atlaspack/reporter-dev-server@2.14.17
|
|
726
|
+
- @atlaspack/reporter-tracer@2.14.17
|
|
727
|
+
|
|
728
|
+
## 2.13.20
|
|
729
|
+
|
|
730
|
+
### Patch Changes
|
|
731
|
+
|
|
732
|
+
- Updated dependencies [[`30ee2cf`](https://github.com/atlassian-labs/atlaspack/commit/30ee2cfcd34cf2646ded0eda13fdb80a2a5de529), [`1ff31f1`](https://github.com/atlassian-labs/atlaspack/commit/1ff31f10391c48780c9fcfc243b4e828a1b285e0), [`e8a60ff`](https://github.com/atlassian-labs/atlaspack/commit/e8a60ffbea41caef265786bbf73349771760081c), [`30ee2cf`](https://github.com/atlassian-labs/atlaspack/commit/30ee2cfcd34cf2646ded0eda13fdb80a2a5de529)]:
|
|
733
|
+
- @atlaspack/reporter-cli@2.16.0
|
|
734
|
+
- @atlaspack/core@2.18.7
|
|
735
|
+
- @atlaspack/feature-flags@2.18.4
|
|
736
|
+
- @atlaspack/utils@2.16.0
|
|
737
|
+
- @atlaspack/fs@2.15.11
|
|
738
|
+
- @atlaspack/config-default@3.1.18
|
|
739
|
+
- @atlaspack/package-manager@2.14.16
|
|
740
|
+
- @atlaspack/reporter-dev-server@2.14.16
|
|
741
|
+
- @atlaspack/reporter-tracer@2.14.16
|
|
742
|
+
|
|
743
|
+
## 2.13.19
|
|
744
|
+
|
|
745
|
+
### Patch Changes
|
|
746
|
+
|
|
747
|
+
- Updated dependencies [[`5ded263`](https://github.com/atlassian-labs/atlaspack/commit/5ded263c7f11b866e8885b81c73e20dd060b25be), [`74fd942`](https://github.com/atlassian-labs/atlaspack/commit/74fd94236ac697207082c4b755b079e56f5564fb)]:
|
|
748
|
+
- @atlaspack/feature-flags@2.18.3
|
|
749
|
+
- @atlaspack/core@2.18.6
|
|
750
|
+
- @atlaspack/fs@2.15.10
|
|
751
|
+
- @atlaspack/utils@2.15.3
|
|
752
|
+
- @atlaspack/reporter-cli@2.15.11
|
|
753
|
+
- @atlaspack/config-default@3.1.17
|
|
754
|
+
- @atlaspack/package-manager@2.14.15
|
|
755
|
+
- @atlaspack/reporter-dev-server@2.14.15
|
|
756
|
+
- @atlaspack/reporter-tracer@2.14.15
|
|
757
|
+
|
|
758
|
+
## 2.13.18
|
|
759
|
+
|
|
760
|
+
### Patch Changes
|
|
761
|
+
|
|
762
|
+
- Updated dependencies [[`644b157`](https://github.com/atlassian-labs/atlaspack/commit/644b157dee72a871acc2d0facf0b87b8eea51956)]:
|
|
763
|
+
- @atlaspack/feature-flags@2.18.2
|
|
764
|
+
- @atlaspack/core@2.18.5
|
|
765
|
+
- @atlaspack/fs@2.15.9
|
|
766
|
+
- @atlaspack/utils@2.15.2
|
|
767
|
+
- @atlaspack/reporter-cli@2.15.10
|
|
768
|
+
- @atlaspack/config-default@3.1.16
|
|
769
|
+
- @atlaspack/package-manager@2.14.14
|
|
770
|
+
- @atlaspack/reporter-dev-server@2.14.14
|
|
771
|
+
- @atlaspack/reporter-tracer@2.14.14
|
|
772
|
+
|
|
773
|
+
## 2.13.17
|
|
774
|
+
|
|
775
|
+
### Patch Changes
|
|
776
|
+
|
|
777
|
+
- Updated dependencies [[`ef3d622`](https://github.com/atlassian-labs/atlaspack/commit/ef3d6228f4e006702198a19c61e051d194d325cb), [`6b1f5ff`](https://github.com/atlassian-labs/atlaspack/commit/6b1f5fff68d7131fae075e14f4d2c02606dc6058), [`26aa9c5`](https://github.com/atlassian-labs/atlaspack/commit/26aa9c599d2be45ce1438a74c5fa22f39b9b554b), [`c8f7df4`](https://github.com/atlassian-labs/atlaspack/commit/c8f7df4eadfc4718040fceb065dae6e96a4051e7), [`0501255`](https://github.com/atlassian-labs/atlaspack/commit/05012550da35b05ce7d356a8cc29311e7f9afdca)]:
|
|
778
|
+
- @atlaspack/logger@2.14.11
|
|
779
|
+
- @atlaspack/core@2.18.4
|
|
780
|
+
- @atlaspack/feature-flags@2.18.1
|
|
781
|
+
- @atlaspack/fs@2.15.8
|
|
782
|
+
- @atlaspack/package-manager@2.14.13
|
|
783
|
+
- @atlaspack/utils@2.15.1
|
|
784
|
+
- @atlaspack/config-default@3.1.15
|
|
785
|
+
- @atlaspack/reporter-cli@2.15.9
|
|
786
|
+
- @atlaspack/reporter-dev-server@2.14.13
|
|
787
|
+
- @atlaspack/reporter-tracer@2.14.13
|
|
788
|
+
|
|
789
|
+
## 2.13.16
|
|
790
|
+
|
|
791
|
+
### Patch Changes
|
|
792
|
+
|
|
793
|
+
- Updated dependencies [[`10fbcfb`](https://github.com/atlassian-labs/atlaspack/commit/10fbcfbfa49c7a83da5d7c40983e36e87f524a75), [`85c52d3`](https://github.com/atlassian-labs/atlaspack/commit/85c52d3f7717b3c84a118d18ab98cfbfd71dcbd2), [`e39c6cf`](https://github.com/atlassian-labs/atlaspack/commit/e39c6cf05f7e95ce5420dbcea66f401b1cbd397c)]:
|
|
794
|
+
- @atlaspack/feature-flags@2.18.0
|
|
795
|
+
- @atlaspack/utils@2.15.0
|
|
796
|
+
- @atlaspack/core@2.18.3
|
|
797
|
+
- @atlaspack/fs@2.15.7
|
|
798
|
+
- @atlaspack/reporter-cli@2.15.8
|
|
799
|
+
- @atlaspack/config-default@3.1.14
|
|
800
|
+
- @atlaspack/package-manager@2.14.12
|
|
801
|
+
- @atlaspack/reporter-dev-server@2.14.12
|
|
802
|
+
- @atlaspack/reporter-tracer@2.14.12
|
|
803
|
+
|
|
804
|
+
## 2.13.15
|
|
805
|
+
|
|
806
|
+
### Patch Changes
|
|
807
|
+
|
|
808
|
+
- Updated dependencies [[`73ea3c4`](https://github.com/atlassian-labs/atlaspack/commit/73ea3c4d85d4401fdd15abcbf988237e890e7ad3), [`b1b3693`](https://github.com/atlassian-labs/atlaspack/commit/b1b369317c66f8a431c170df2ebba4fa5b2e38ef)]:
|
|
809
|
+
- @atlaspack/feature-flags@2.17.0
|
|
810
|
+
- @atlaspack/config-default@3.1.13
|
|
811
|
+
- @atlaspack/core@2.18.2
|
|
812
|
+
- @atlaspack/fs@2.15.6
|
|
813
|
+
- @atlaspack/utils@2.14.11
|
|
814
|
+
- @atlaspack/reporter-cli@2.15.7
|
|
815
|
+
- @atlaspack/package-manager@2.14.11
|
|
816
|
+
- @atlaspack/reporter-dev-server@2.14.11
|
|
817
|
+
- @atlaspack/reporter-tracer@2.14.11
|
|
818
|
+
|
|
819
|
+
## 2.13.14
|
|
820
|
+
|
|
821
|
+
### Patch Changes
|
|
822
|
+
|
|
823
|
+
- Updated dependencies []:
|
|
824
|
+
- @atlaspack/config-default@3.1.12
|
|
825
|
+
|
|
826
|
+
## 2.13.13
|
|
827
|
+
|
|
828
|
+
### Patch Changes
|
|
829
|
+
|
|
830
|
+
- Updated dependencies []:
|
|
831
|
+
- @atlaspack/config-default@3.1.11
|
|
832
|
+
- @atlaspack/core@2.18.1
|
|
833
|
+
|
|
834
|
+
## 2.13.12
|
|
835
|
+
|
|
836
|
+
### Patch Changes
|
|
837
|
+
|
|
838
|
+
- Updated dependencies [[`0999fb7`](https://github.com/atlassian-labs/atlaspack/commit/0999fb78da519a6c7582d212883e515fcf6c1252), [`51aba5f`](https://github.com/atlassian-labs/atlaspack/commit/51aba5fc0e49235ee06bbc3c376f48c3e7da5c4b), [`1e32d4e`](https://github.com/atlassian-labs/atlaspack/commit/1e32d4eae6b3af3968e8a0ef97d35b4347fd4196), [`0b2f6f5`](https://github.com/atlassian-labs/atlaspack/commit/0b2f6f55794d3ff6e2f5a41f963e7e5dd8ad9f8d), [`6dd4ccb`](https://github.com/atlassian-labs/atlaspack/commit/6dd4ccb753541de32322d881f973d571dd57e4ca)]:
|
|
839
|
+
- @atlaspack/fs@2.15.5
|
|
840
|
+
- @atlaspack/core@2.18.0
|
|
841
|
+
- @atlaspack/package-manager@2.14.10
|
|
842
|
+
- @atlaspack/reporter-cli@2.15.6
|
|
843
|
+
- @atlaspack/reporter-dev-server@2.14.10
|
|
844
|
+
- @atlaspack/config-default@3.1.10
|
|
845
|
+
- @atlaspack/logger@2.14.10
|
|
846
|
+
- @atlaspack/utils@2.14.10
|
|
847
|
+
- @atlaspack/reporter-tracer@2.14.10
|
|
848
|
+
|
|
849
|
+
## 2.13.11
|
|
850
|
+
|
|
851
|
+
### Patch Changes
|
|
852
|
+
|
|
853
|
+
- Updated dependencies [[`1940859`](https://github.com/atlassian-labs/atlaspack/commit/194085942f0e86532e9d039fc3f8039badce4594), [`15b6155`](https://github.com/atlassian-labs/atlaspack/commit/15b61556e9114203ebbc9de94b864118ca764598), [`e4d966c`](https://github.com/atlassian-labs/atlaspack/commit/e4d966c3c9c4292c5013372ae65b10d19d4bacc6), [`209692f`](https://github.com/atlassian-labs/atlaspack/commit/209692ffb11eae103a0d65c5e1118a5aa1625818), [`d04de26`](https://github.com/atlassian-labs/atlaspack/commit/d04de26af684d7abfba5091fbe3df16a12cd0ebc), [`f4da1e1`](https://github.com/atlassian-labs/atlaspack/commit/f4da1e120e73eeb5e8b8927f05e88f04d6148c7b)]:
|
|
854
|
+
- @atlaspack/core@2.17.4
|
|
855
|
+
- @atlaspack/fs@2.15.4
|
|
856
|
+
- @atlaspack/feature-flags@2.16.0
|
|
857
|
+
- @atlaspack/logger@2.14.9
|
|
858
|
+
- @atlaspack/utils@2.14.9
|
|
859
|
+
- @atlaspack/package-manager@2.14.9
|
|
860
|
+
- @atlaspack/reporter-cli@2.15.5
|
|
861
|
+
- @atlaspack/config-default@3.1.9
|
|
862
|
+
- @atlaspack/reporter-dev-server@2.14.9
|
|
863
|
+
- @atlaspack/reporter-tracer@2.14.9
|
|
864
|
+
|
|
3
865
|
## 2.13.10
|
|
4
866
|
|
|
5
867
|
### Patch Changes
|