@atlaspack/utils 2.14.5-canary.443 → 2.14.5-canary.445
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 +37 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @atlaspack/utils
|
|
2
2
|
|
|
3
|
+
## 3.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1053](https://github.com/atlassian-labs/atlaspack/pull/1053) [`71981ea`](https://github.com/atlassian-labs/atlaspack/commit/71981eac258f7e6dfb40ec4b202d194f71c64ff1) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Add native build progress reporting.
|
|
8
|
+
|
|
9
|
+
Fires `BuildProgressEvent` from Rust requests back to JS reporters via a fire-and-forget
|
|
10
|
+
`ThreadsafeFunction` callback. Works in both `atlaspackV3` and `fullNative` build paths.
|
|
11
|
+
|
|
12
|
+
Events:
|
|
13
|
+
- `building` — per-asset progress from AssetGraphRequest (completeAssets / totalAssets)
|
|
14
|
+
- `bundling` — once from BuildRequest before bundle graph creation
|
|
15
|
+
- `packagingAndOptimizing` — ready for when native packaging is wired up
|
|
16
|
+
|
|
17
|
+
Adds `BuildingProgressEvent` type and CLI reporter handling.
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`ffa1e42`](https://github.com/atlassian-labs/atlaspack/commit/ffa1e4276c22cc48b6be45ac81df8adde85f2237), [`ea9730d`](https://github.com/atlassian-labs/atlaspack/commit/ea9730dd953d0512c2ab97cbba810e7a297a29a6), [`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), [`cba96b1`](https://github.com/atlassian-labs/atlaspack/commit/cba96b1a15c07703ee104bf2a2888cc715575cbd)]:
|
|
22
|
+
- @atlaspack/rust@3.26.0
|
|
23
|
+
- @atlaspack/types-internal@2.25.0
|
|
24
|
+
- @atlaspack/logger@2.14.50
|
|
25
|
+
- @atlaspack/source-map@3.3.2
|
|
26
|
+
- @atlaspack/codeframe@2.13.40
|
|
27
|
+
|
|
28
|
+
## 3.3.9
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- Updated dependencies [[`c80be61`](https://github.com/atlassian-labs/atlaspack/commit/c80be618e42014208fed60b7a2dccc2e47d53aed), [`2d3c616`](https://github.com/atlassian-labs/atlaspack/commit/2d3c616bb2ebef55d6850e8ca9eedf13c72f5386)]:
|
|
33
|
+
- @atlaspack/feature-flags@2.31.0
|
|
34
|
+
- @atlaspack/rust@3.25.0
|
|
35
|
+
- @atlaspack/types-internal@2.24.2
|
|
36
|
+
- @atlaspack/logger@2.14.49
|
|
37
|
+
- @atlaspack/source-map@3.3.1
|
|
38
|
+
- @atlaspack/codeframe@2.13.39
|
|
39
|
+
|
|
3
40
|
## 3.3.8
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/utils",
|
|
3
|
-
"version": "2.14.5-canary.
|
|
3
|
+
"version": "2.14.5-canary.445+4fef2c8c4",
|
|
4
4
|
"description": "Blazing fast, zero configuration web application bundler",
|
|
5
5
|
"license": "(MIT OR Apache-2.0)",
|
|
6
6
|
"publishConfig": {
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@atlaspack/codeframe": "2.13.3-canary.
|
|
35
|
-
"@atlaspack/diagnostic": "2.14.1-canary.
|
|
36
|
-
"@atlaspack/feature-flags": "2.14.1-canary.
|
|
37
|
-
"@atlaspack/logger": "2.14.5-canary.
|
|
38
|
-
"@atlaspack/markdown-ansi": "2.14.1-canary.
|
|
39
|
-
"@atlaspack/rust": "3.2.1-canary.
|
|
40
|
-
"@atlaspack/source-map": "3.3.
|
|
41
|
-
"@atlaspack/types-internal": "2.14.1-canary.
|
|
34
|
+
"@atlaspack/codeframe": "2.13.3-canary.513+4fef2c8c4",
|
|
35
|
+
"@atlaspack/diagnostic": "2.14.1-canary.513+4fef2c8c4",
|
|
36
|
+
"@atlaspack/feature-flags": "2.14.1-canary.513+4fef2c8c4",
|
|
37
|
+
"@atlaspack/logger": "2.14.5-canary.445+4fef2c8c4",
|
|
38
|
+
"@atlaspack/markdown-ansi": "2.14.1-canary.513+4fef2c8c4",
|
|
39
|
+
"@atlaspack/rust": "3.2.1-canary.445+4fef2c8c4",
|
|
40
|
+
"@atlaspack/source-map": "3.3.3-canary.4224+4fef2c8c4",
|
|
41
|
+
"@atlaspack/types-internal": "2.14.1-canary.513+4fef2c8c4",
|
|
42
42
|
"@iarna/toml": "^2.2.0",
|
|
43
43
|
"@types/micromatch": "^4.0.9",
|
|
44
44
|
"@types/node-forge": "^1.3.13",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"scripts": {
|
|
76
76
|
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "4fef2c8c4e5f2f0b93994c1d035a8fd47dc44d37"
|
|
79
79
|
}
|