| OLD | NEW |
| 1 name: polymer | 1 name: polymer |
| 2 version: 0.5.2+1 | 2 version: 0.5.2+1 |
| 3 author: Web UI Authors <web-ui-dev@dartlang.org> | 3 author: Web UI Authors <web-ui-dev@dartlang.org> |
| 4 description: > | 4 description: > |
| 5 Polymer.dart is a new type of library for the web, built on top of Web | 5 Polymer.dart is a new type of library for the web, built on top of Web |
| 6 Components, and designed to leverage the evolving web platform on modern | 6 Components, and designed to leverage the evolving web platform on modern |
| 7 browsers. | 7 browsers. |
| 8 homepage: https://github.com/dart-lang/web-ui | 8 homepage: https://github.com/dart-lang/web-ui |
| 9 environment: | 9 environment: |
| 10 sdk: '>=0.6.13' | 10 sdk: '>=0.6.15' |
| 11 dependencies: | 11 dependencies: |
| 12 analyzer_experimental: '>=0.6.13' | 12 analyzer_experimental: '>=0.6.13' |
| 13 args: '>=0.6.13' | 13 args: '>=0.6.13' |
| 14 browser: '>=0.6.13' | 14 browser: '>=0.6.13' |
| 15 custom_element: '>=0.6.13' | 15 custom_element: '>=0.6.13' |
| 16 fancy_syntax: '>=0.0.6' |
| 16 html_import: '>=0.6.13' | 17 html_import: '>=0.6.13' |
| 17 logging: '>=0.6.13' | 18 logging: '>=0.6.13' |
| 18 mdv: '>=0.6.13' | 19 mdv: '>=0.6.13' |
| 19 observe: '>=0.6.13' | 20 observe: '>=0.6.13' |
| 20 path: '>=0.6.13' | 21 path: '>=0.6.13' |
| 21 shadow_dom: '>=0.6.13' | 22 shadow_dom: '>=0.6.13' |
| 22 source_maps: '>=0.6.13' | 23 source_maps: '>=0.6.13' |
| 23 unittest: '>=0.6.13' | 24 unittest: '>=0.6.13' |
| 24 # Pin these github packages so we don't get breaks from publishing them: | 25 # Pin these github packages so we don't get breaks from publishing them: |
| 25 csslib: '>=0.4.7 <0.4.8' | 26 csslib: '>=0.4.7 <0.4.8' |
| 26 html5lib: '>=0.4.4 <0.4.5' | 27 html5lib: '>=0.4.4 <0.4.5' |
| 27 dev_dependencies: | 28 dev_dependencies: |
| 28 benchmark_harness: '>=1.0.2 <1.0.3' | 29 benchmark_harness: '>=1.0.2 <1.0.3' |
| OLD | NEW |