ackee-report
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,12 @@ | ||
## [v1.0.2] - 2021-03-04 | ||
[Release notes](https://github.com/BetaHuhn/ackee-report/releases/tag/v1.0.2) · [Compare](https://github.com/BetaHuhn/ackee-report/compare/v1.0.1...v1.0.2) · [Tag](https://github.com/BetaHuhn/ackee-report/tree/v1.0.2) · Archive ([zip](https://github.com/BetaHuhn/ackee-report/archive/v1.0.2.zip) · [tar.gz](https://github.com/BetaHuhn/ackee-report/archive/v1.0.2.tar.gz)) | ||
### Dependency updates | ||
- [`2d2f79f`](https://github.com/BetaHuhn/ackee-report/commit/2d2f79f) Bump feed from 4.2.1 to 4.2.2 (#28) | ||
(Issues: [`#28`](https://github.com/BetaHuhn/ackee-report/issues/28))- [`9c690dd`](https://github.com/BetaHuhn/ackee-report/commit/9c690dd) Bump ejs-serve from 1.1.0 to 1.2.1 (#29) | ||
(Issues: [`#29`](https://github.com/BetaHuhn/ackee-report/issues/29))- [`22e6529`](https://github.com/BetaHuhn/ackee-report/commit/22e6529) Bump eslint from 7.18.0 to 7.19.0 (#30) | ||
(Issues: [`#30`](https://github.com/BetaHuhn/ackee-report/issues/30))- [`8c661ca`](https://github.com/BetaHuhn/ackee-report/commit/8c661ca) Update dependencies | ||
## [v1.0.1] - 2021-01-22 | ||
@@ -2,0 +13,0 @@ |
{ | ||
"name": "ackee-report", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "CLI tool to generate performance reports of websites using the self-hosted analytics tool Ackee.", | ||
@@ -18,3 +18,3 @@ "bin": "./src/index.js", | ||
"homepage": "https://github.com/BetaHuhn/ackee-report#readme", | ||
"author": "Maximilian Schiller <hello@mxis.ch>", | ||
"author": "Maximilian Schiller <schiller@mxis.ch>", | ||
"license": "MIT", | ||
@@ -33,6 +33,6 @@ "keywords": [ | ||
"dotenv": "^8.2.0", | ||
"ejs": "^3.1.5", | ||
"feed": "^4.2.1", | ||
"mjml": "^4.8.1", | ||
"nodemailer": "^6.4.17", | ||
"ejs": "^3.1.6", | ||
"feed": "^4.2.2", | ||
"mjml": "^4.9.0", | ||
"nodemailer": "^6.5.0", | ||
"ora": "^5.3.0", | ||
@@ -43,4 +43,4 @@ "prompt-sync": "^4.2.0" | ||
"@betahuhn/config": "^1.0.2", | ||
"ejs-serve": "^1.1.0", | ||
"eslint": "^7.18.0" | ||
"ejs-serve": "^1.2.5", | ||
"eslint": "^7.21.0" | ||
}, | ||
@@ -47,0 +47,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
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
75351
25
Updatedejs@^3.1.6
Updatedfeed@^4.2.2
Updatedmjml@^4.9.0
Updatednodemailer@^6.5.0