@nesk/puphpeteer
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -13,2 +13,6 @@ # Changelog | ||
## [1.4.1] - 2018-11-27 | ||
### Added | ||
- Support Puppeteer v1.10 | ||
## [1.4.0] - 2018-09-22 | ||
@@ -81,3 +85,4 @@ ### Added | ||
[Unreleased]: https://github.com/nesk/puphpeteer/compare/1.4.0...HEAD | ||
[Unreleased]: https://github.com/nesk/puphpeteer/compare/1.4.1...HEAD | ||
[1.4.1]: https://github.com/nesk/puphpeteer/compare/1.4.0...1.4.1 | ||
[1.4.0]: https://github.com/nesk/puphpeteer/compare/1.3.0...1.4.0 | ||
@@ -84,0 +89,0 @@ [1.3.0]: https://github.com/nesk/puphpeteer/compare/1.2.0...1.3.0 |
{ | ||
"name": "@nesk/puphpeteer", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A Puppeteer bridge for PHP, supporting the entire API.", | ||
@@ -26,4 +26,4 @@ "keywords": [ | ||
"@nesk/rialto": "^1.2.1", | ||
"puppeteer": "~1.8.0" | ||
"puppeteer": "~1.10.0" | ||
} | ||
} |
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
43285
45
172
+ Addedpuppeteer@1.10.0(transitive)
- Removedpuppeteer@1.8.0(transitive)
Updatedpuppeteer@~1.10.0