This repository was archived by the owner on Feb 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
2828dev_dependencies :
2929 benchmark_harness : ' >=1.0.0'
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments