| OLD | NEW |
| 1 name: shelf_proxy | 1 name: shelf_proxy |
| 2 version: 0.1.0 | 2 version: 0.1.0+1 |
| 3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
| 4 description: A shelf handler for proxying requests to another server. | 4 description: A shelf handler for proxying requests to another server. |
| 5 homepage: https://github.com/dart-lang/shelf_proxy | 5 homepage: https://github.com/dart-lang/shelf_proxy |
| 6 dependencies: | 6 dependencies: |
| 7 http: '>=0.9.0 <0.12.0' | 7 http: '>=0.9.0 <0.12.0' |
| 8 path: '>=1.0.0 <2.0.0' | 8 path: '>=1.0.0 <2.0.0' |
| 9 shelf: '>=0.5.2 <0.6.0' | 9 shelf: '>=0.5.2 <0.6.0' |
| 10 dev_dependencies: | 10 dev_dependencies: |
| 11 browser: '>=0.10.0 <0.11.0' | 11 browser: '>=0.10.0 <0.11.0' |
| 12 scheduled_test: '>=0.11.0 <0.12.0' | 12 scheduled_test: '>=0.11.0 <0.12.0' |
| OLD | NEW |