| OLD | NEW |
| 1 name: unittest | 1 name: unittest |
| 2 version: 0.12.0-dev | 2 version: 0.12.0-dev |
| 3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
| 4 description: A library for writing dart unit tests. | 4 description: A library for writing dart unit tests. |
| 5 homepage: https://github.com/dart-lang/unittest | 5 homepage: https://github.com/dart-lang/unittest |
| 6 environment: | 6 environment: |
| 7 sdk: '>=1.8.0 <2.0.0' | 7 sdk: '>=1.8.0 <2.0.0' |
| 8 dependencies: | 8 dependencies: |
| 9 args: '^0.12.1' | 9 args: '>=0.12.1 <0.14.0' |
| 10 http_parser: '^0.0.2' | 10 http_parser: '^0.0.2' |
| 11 pool: '^1.0.0' | 11 pool: '^1.0.0' |
| 12 shelf: '^0.5.3' | 12 shelf: '^0.5.3' |
| 13 shelf_static: '^0.2.0' | 13 shelf_static: '^0.2.0' |
| 14 shelf_web_socket: '^0.0.1' | 14 shelf_web_socket: '^0.0.1' |
| 15 stack_trace: '^1.2.0' | 15 stack_trace: '^1.2.0' |
| 16 | 16 |
| 17 # Use a tight version constraint to ensure that a constraint on unittest | 17 # Use a tight version constraint to ensure that a constraint on unittest |
| 18 # properly constraints all features it provides. | 18 # properly constraints all features it provides. |
| 19 matcher: '^0.12.0-alpha.0' | 19 matcher: '^0.12.0-alpha.0' |
| 20 dev_dependencies: | 20 dev_dependencies: |
| 21 fake_async: '^0.1.2' | 21 fake_async: '^0.1.2' |
| OLD | NEW |