Skip to content

Commit 28757e0

Browse files
authored
[native_assets_builder] Make hook environment configurable - fix (#1854)
The health workflow is disabled currently, and #1853 accidentally hid too many public types.
1 parent beccf58 commit 28757e0

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

pkgs/native_assets_builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.2
2+
3+
- Export types (fix for 0.10.1).
4+
15
## 0.10.1
26

37
- Pass in the environment for hook invocations.

pkgs/native_assets_builder/lib/native_assets_builder.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
export 'package:native_assets_builder/src/build_runner/build_runner.dart'
66
show
77
ApplicationAssetValidator,
8+
BuildConfigCreator,
89
BuildConfigValidator,
910
BuildValidator,
11+
LinkConfigCreator,
1012
LinkConfigValidator,
1113
LinkValidator,
1214
NativeAssetsBuildRunner;

pkgs/native_assets_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: native_assets_builder
22
description: >-
33
This package is the backend that invokes build hooks.
4-
version: 0.10.1
4+
version: 0.10.2
55
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_builder
66

77
# publish_to: none

0 commit comments

Comments
 (0)