| OLD | NEW | 
|---|
| 1 name: web_components | 1 name: web_components | 
| 2 version: 0.10.3 | 2 version: 0.10.4 | 
| 3 author: Polymer.dart Authors <web-ui-dev@dartlang.org> | 3 author: Polymer.dart Authors <web-ui-dev@dartlang.org> | 
| 4 homepage: https://www.dartlang.org/polymer-dart/ | 4 homepage: https://www.dartlang.org/polymer-dart/ | 
| 5 description: > | 5 description: > | 
| 6   Polyfills for Shadow DOM, Custom Elements, and HTML Imports. | 6   Polyfills for Shadow DOM, Custom Elements, and HTML Imports. | 
| 7   Custom Elements let authors define their own elements. Authors associate code | 7   Custom Elements let authors define their own elements. Authors associate code | 
| 8   with custom tag names, and then use those custom tag names as they would any | 8   with custom tag names, and then use those custom tag names as they would any | 
| 9   standard tag. Shadow DOM is designed to provide encapsulation for custom | 9   standard tag. Shadow DOM is designed to provide encapsulation for custom | 
| 10   elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors | 10   elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors | 
| 11   bundle code and HTML as if they were libraries. | 11   bundle code and HTML as if they were libraries. | 
| 12 dependencies: | 12 dependencies: | 
| 13   analyzer: '^0.22.4' | 13   analyzer: '^0.22.4' | 
| 14   barback: '>=0.14.2 <0.16.0' | 14   barback: '>=0.14.2 <0.16.0' | 
| 15   code_transformers: '^0.2.4' | 15   code_transformers: '^0.2.4' | 
| 16   html5lib: '^0.12.0' | 16   html5lib: '^0.12.0' | 
| 17   initialize: '^0.5.0' | 17   initialize: '^0.5.0' | 
| 18   path: '^1.3.0' | 18   path: '^1.3.0' | 
| 19 dev_dependencies: | 19 dev_dependencies: | 
| 20   unittest: '^0.11.0' | 20   unittest: '^0.11.0' | 
| 21   browser: '^0.10.0' | 21   browser: '^0.10.0' | 
| 22 transformers: | 22 transformers: | 
| 23 - web_components: | 23 - web_components: | 
| 24     $include: '**/*_test.html' | 24     $include: '**/*_test.html' | 
| 25     entry_points: | 25     entry_points: | 
|  | 26       - test/custom_element_test.html | 
| 26       - test/custom_element_proxy_test.html | 27       - test/custom_element_proxy_test.html | 
| 27       - test/html_import_annotation_test.html | 28       - test/html_import_annotation_test.html | 
| 28 | 29 | 
| 29 environment: | 30 environment: | 
| 30   sdk: ">=1.9.0-dev.7.1 <2.0.0" | 31   sdk: ">=1.9.0-dev.7.1 <2.0.0" | 
| OLD | NEW | 
|---|