static-sitemap-cli
Advanced tools
Comparing version 2.2.2 to 2.2.3
{ | ||
"name": "static-sitemap-cli", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "CLI to generate XML sitemaps for static sites from local filesystem", | ||
@@ -15,3 +15,3 @@ "author": "Jason Lee <jason@zerodevx.com>", | ||
"lint": "eslint --ignore-path .gitignore .", | ||
"test": "npm run format && npm run lint && ava" | ||
"test": "npm run format && npm run lint && ava && npx publint" | ||
}, | ||
@@ -21,3 +21,3 @@ "dependencies": { | ||
"cosmiconfig": "^8.2.0", | ||
"fast-glob": "^3.2.12", | ||
"fast-glob": "^3.3.0", | ||
"htmlparser2": "^9.0.0", | ||
@@ -30,3 +30,3 @@ "js2xmlparser": "^5.0.0", | ||
"ava": "^5.3.1", | ||
"eslint": "^8.43.0", | ||
"eslint": "^8.44.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
@@ -33,0 +33,0 @@ "execa": "^7.1.1", |
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
15525
Updatedfast-glob@^3.3.0