static-sitemap-cli
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "static-sitemap-cli", | ||
"description": "Simple CLI to pre-generate XML sitemaps for static sites locally.", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"author": "Jason Lee <jason@zerodevx.com>", | ||
@@ -13,7 +13,7 @@ "bin": { | ||
"@oclif/command": "^1.5.19", | ||
"@oclif/config": "^1.13.3", | ||
"@oclif/config": "^1.14.0", | ||
"@oclif/plugin-help": "^2.2.3", | ||
"fast-glob": "^3.1.1", | ||
"fast-glob": "^3.2.2", | ||
"get-stdin": "^7.0.0", | ||
"js2xmlparser": "^4.0.0", | ||
"js2xmlparser": "^4.0.1", | ||
"micromatch": "^4.0.2" | ||
@@ -25,3 +25,3 @@ }, | ||
"eslint": "^6.8.0", | ||
"mocha": "^7.0.0", | ||
"mocha": "^7.0.1", | ||
"nyc": "^15.0.0" | ||
@@ -28,0 +28,0 @@ }, |
@@ -185,2 +185,6 @@ ![npm](https://img.shields.io/npm/v/static-sitemap-cli) | ||
**v1.3.2** - 2020-02-22: | ||
* Update the changelog. | ||
* Update dependencies. | ||
**v1.3.1** - 2020-02-22: | ||
@@ -187,0 +191,0 @@ * Fixes [#7](https://github.com/zerodevx/static-sitemap-cli/pull/7) typo in README re `--changefreq` alias. (Thanks [@joshtaylor](https://github.com/joshtaylor)!) |
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
15901
227
Updated@oclif/config@^1.14.0
Updatedfast-glob@^3.2.2
Updatedjs2xmlparser@^4.0.1