| OLD | NEW |
| 1 name: initialize | 1 name: initialize |
| 2 version: 0.5.1+8 | 2 version: 0.5.2 |
| 3 author: Polymer.dart Authors <web@dartlang.org> | 3 author: Polymer.dart Authors <web@dartlang.org> |
| 4 description: Generic building blocks for doing static initialization. | 4 description: Generic building blocks for doing static initialization. |
| 5 homepage: https://github.com/dart-lang/initialize | 5 homepage: https://github.com/dart-lang/initialize |
| 6 dependencies: | 6 dependencies: |
| 7 analyzer: '>=0.15.6 <0.25.0' | 7 analyzer: '>=0.15.6 <0.25.0' |
| 8 barback: '>=0.14.2 <0.16.0' | 8 barback: '>=0.14.2 <0.16.0' |
| 9 code_transformers: '>=0.2.7 <0.3.0' | 9 code_transformers: '>=0.2.7 <0.3.0' |
| 10 dart_style: '>=0.1.3 <0.2.0' | 10 dart_style: '>=0.1.3 <0.2.0' |
| 11 glob: ">=1.0.4 <2.0.0" | 11 glob: ">=1.0.4 <2.0.0" |
| 12 html5lib: '>=0.12.0 <0.13.0' | 12 html5lib: '>=0.12.0 <0.13.0' |
| (...skipping 13 matching lines...) Expand all Loading... |
| 26 - test/deferred_library_test.dart | 26 - test/deferred_library_test.dart |
| 27 - test/initializer_test.dart | 27 - test/initializer_test.dart |
| 28 - test/initializer_parts_test.dart | 28 - test/initializer_parts_test.dart |
| 29 - test/initializer_super_test.dart | 29 - test/initializer_super_test.dart |
| 30 - test/initializer_cycle_error_test.dart | 30 - test/initializer_cycle_error_test.dart |
| 31 - test/initializer_custom_filter_test.dart | 31 - test/initializer_custom_filter_test.dart |
| 32 - test/initializer_type_filter_test.dart | 32 - test/initializer_type_filter_test.dart |
| 33 - test/init_method_test.dart | 33 - test/init_method_test.dart |
| 34 - $dart2js: | 34 - $dart2js: |
| 35 $exclude: '**/*.dart' | 35 $exclude: '**/*.dart' |
| OLD | NEW |