@kintone/plugin-uploader
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -5,2 +5,9 @@ # Changelog | ||
### [3.0.6](https://github.com/kintone/plugin-uploader/compare/v3.0.5...v3.0.6) (2019-11-26) | ||
### Bug Fixes | ||
* **deps:** update dependency puppeteer to v2 ([#237](https://github.com/kintone/plugin-uploader/issues/237)) ([51c0abf](https://github.com/kintone/plugin-uploader/commit/51c0abf33c1ea9a1f3a116e453591b9cb39f0758)) | ||
### [3.0.5](https://github.com/kintone/plugin-uploader/compare/v3.0.4...v3.0.5) (2019-10-23) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@kintone/plugin-uploader", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "A kintone plugin uploader using puppetieer", | ||
@@ -37,15 +37,15 @@ "bin": { | ||
"os-locale": "^4.0.0", | ||
"puppeteer": "^1.19.0" | ||
"puppeteer": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/inquirer": "6.5.0", | ||
"@types/node": "^9.6.52", | ||
"@types/puppeteer": "^1.19.1", | ||
"@types/node": "^9.6.55", | ||
"@types/puppeteer": "^1.20.3", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.18.2", | ||
"standard-version": "^7.0.0", | ||
"tslint": "^5.20.0", | ||
"standard-version": "^7.0.1", | ||
"tslint": "^5.20.1", | ||
"tslint-plugin-prettier": "^2.0.1", | ||
"typescript": "^3.6.4" | ||
"typescript": "^3.7.2" | ||
} | ||
} |
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
25691
+ Added@types/mime-types@2.1.4(transitive)
+ Addedagent-base@5.1.1(transitive)
+ Addedhttps-proxy-agent@4.0.0(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
+ Addedpuppeteer@2.1.1(transitive)
- Removedagent-base@4.3.0(transitive)
- Removeddebug@3.2.7(transitive)
- Removedes6-promise@4.2.8(transitive)
- Removedes6-promisify@5.0.0(transitive)
- Removedhttps-proxy-agent@2.2.4(transitive)
- Removedpuppeteer@1.20.0(transitive)
Updatedpuppeteer@^2.0.0