@open-wc/chai-dom-equals
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.7.2](https://github.com/open-wc/open-wc/tree/master/packages/chai-dom-equals/compare/@open-wc/chai-dom-equals@0.7.1...@open-wc/chai-dom-equals@0.7.2) (2018-12-20) | ||
### Bug Fixes | ||
* properly apply prettier ([a12bb09](https://github.com/open-wc/open-wc/tree/master/packages/chai-dom-equals/commit/a12bb09)) | ||
## [0.7.1](https://github.com/open-wc/open-wc/tree/master/packages/chai-dom-equals/compare/@open-wc/chai-dom-equals@0.7.0...@open-wc/chai-dom-equals@0.7.1) (2018-12-20) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@open-wc/chai-dom-equals", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Chai Plugin to compare dom and shadow dom trees. Part of open-wc recommendations", | ||
@@ -20,3 +20,3 @@ "author": "open-wc", | ||
"dependencies": { | ||
"@open-wc/semantic-dom-diff": "^0.6.1", | ||
"@open-wc/semantic-dom-diff": "^0.6.2", | ||
"@types/chai": "^4.1.7" | ||
@@ -26,5 +26,5 @@ }, | ||
"@bundled-es-modules/chai": "^4.2.0", | ||
"@open-wc/testing-helpers": "^0.6.1", | ||
"@open-wc/testing-karma": "^0.4.1", | ||
"@open-wc/testing-karma-bs": "^0.2.1", | ||
"@open-wc/testing-helpers": "^0.6.2", | ||
"@open-wc/testing-karma": "^0.4.2", | ||
"@open-wc/testing-karma-bs": "^0.2.2", | ||
"@open-wc/testing-wallaby": "^0.1.4", | ||
@@ -34,3 +34,3 @@ "mocha": "^5.0.0", | ||
}, | ||
"gitHead": "c9e573bb063cabb3798c7ccf6bd22c58664d2992" | ||
"gitHead": "e252bcf876e3061f6434e5165a3f8497354ae48f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15997