Skip to content

Commit 7c9a758

Browse files
committed
fix(angular_spec): export symbols for the route preLeave event
1 parent daef71b commit 7c9a758

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

pubspec.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ packages:
3636
guinness:
3737
description: guinness
3838
source: hosted
39-
version: "0.1.4"
39+
version: "0.1.5"
4040
html5lib:
4141
description: html5lib
4242
source: hosted
@@ -60,23 +60,23 @@ packages:
6060
path:
6161
description: path
6262
source: hosted
63-
version: "1.1.0"
63+
version: "1.2.0"
6464
perf_api:
6565
description: perf_api
6666
source: hosted
6767
version: "0.0.8"
6868
route_hierarchical:
6969
description: route_hierarchical
7070
source: hosted
71-
version: "0.4.20"
71+
version: "0.4.21"
7272
source_maps:
7373
description: source_maps
7474
source: hosted
7575
version: "0.9.0"
7676
stack_trace:
7777
description: stack_trace
7878
source: hosted
79-
version: "0.9.3+1"
79+
version: "0.9.3+2"
8080
unittest:
8181
description: unittest
8282
source: hosted

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
html5lib: '>=0.10.0 <0.11.0'
2424
intl: '>=0.8.7 <0.10.0'
2525
perf_api: '>=0.0.8 <0.1.0'
26-
route_hierarchical: '>=0.4.18 <0.5.0'
26+
route_hierarchical: '>=0.4.21 <0.5.0'
2727
web_components: '>=0.3.3 <0.4.0'
2828
dev_dependencies:
2929
benchmark_harness: '>=1.0.0'

test/angular_spec.dart

+2
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ main() {
260260
"route.client.RouteEvent",
261261
"route.client.RouteHandle",
262262
"route.client.RouteImpl",
263+
"route.client.RoutePreLeaveEvent",
264+
"route.client.RoutePreLeaveEventHandler",
263265
"route.client.RouteLeaveEvent",
264266
"route.client.RouteLeaveEventHandler",
265267
"route.client.RoutePreEnterEvent",

0 commit comments

Comments
 (0)