| OLD | NEW |
| 1 name: protoc_plugin | 1 name: protoc_plugin |
| 2 version: 0.5.2 | 2 version: 0.6 |
| 3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
| 4 description: Protoc compiler plugin to generate Dart code | 4 description: Protoc compiler plugin to generate Dart code |
| 5 homepage: https://github.com/dart-lang/dart-protoc-plugin | 5 homepage: https://github.com/dart-lang/dart-protoc-plugin |
| 6 environment: | 6 environment: |
| 7 sdk: '>=1.0.0 <2.0.0' | 7 sdk: '>=1.0.0 <2.0.0' |
| 8 dependencies: | 8 dependencies: |
| 9 protobuf: '>=0.5.1 <0.6.0' | 9 protobuf: '>=0.5.1 <0.6.0' |
| 10 path: '>=1.0.0 <2.0.0' | 10 path: '>=1.0.0 <2.0.0' |
| 11 dev_dependencies: | 11 dev_dependencies: |
| 12 browser: any | 12 browser: any |
| 13 test: '>=0.12.0 <0.13.0' | 13 test: '>=0.12.0 <0.13.0' |
| OLD | NEW |