static-sitemap-cli
Advanced tools
Comparing version 2.2.3 to 2.2.4
{ | ||
"name": "static-sitemap-cli", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "CLI to generate XML sitemaps for static sites from local filesystem", | ||
@@ -13,21 +13,23 @@ "author": "Jason Lee <jason@zerodevx.com>", | ||
"scripts": { | ||
"format": "prettier --ignore-path .gitignore --write .", | ||
"lint": "eslint --ignore-path .gitignore .", | ||
"test": "npm run format && npm run lint && ava && npx publint" | ||
"format": "prettier --write .", | ||
"lint": "eslint", | ||
"test": "prettier --check . && eslint && ava && npx publint" | ||
}, | ||
"dependencies": { | ||
"commander": "^11.0.0", | ||
"cosmiconfig": "^8.2.0", | ||
"fast-glob": "^3.3.0", | ||
"htmlparser2": "^9.0.0", | ||
"fast-glob": "^3.3.2", | ||
"htmlparser2": "^9.1.0", | ||
"js2xmlparser": "^5.0.0", | ||
"micromatch": "^4.0.5", | ||
"micromatch": "^4.0.7", | ||
"tiny-async-pool": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^5.3.1", | ||
"eslint": "^8.44.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"execa": "^7.1.1", | ||
"prettier": "^2.8.8" | ||
"@eslint/js": "^9.5.0", | ||
"ava": "^6.1.3", | ||
"commander": "^12.1.0", | ||
"cosmiconfig": "^9.0.0", | ||
"eslint": "^9.5.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"execa": "^9.2.0", | ||
"globals": "^15.5.0", | ||
"prettier": "^3.3.2" | ||
}, | ||
@@ -34,0 +36,0 @@ "engines": { |
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
5
15524
9
- Removedcommander@^11.0.0
- Removedcosmiconfig@^8.2.0
- Removed@babel/code-frame@7.26.2(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removedargparse@2.0.1(transitive)
- Removedcallsites@3.1.0(transitive)
- Removedcommander@11.1.0(transitive)
- Removedcosmiconfig@8.3.6(transitive)
- Removederror-ex@1.3.2(transitive)
- Removedimport-fresh@3.3.0(transitive)
- Removedis-arrayish@0.2.1(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedjs-yaml@4.1.0(transitive)
- Removedjson-parse-even-better-errors@2.3.1(transitive)
- Removedlines-and-columns@1.2.4(transitive)
- Removedparent-module@1.0.1(transitive)
- Removedparse-json@5.2.0(transitive)
- Removedpath-type@4.0.0(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedresolve-from@4.0.0(transitive)
Updatedfast-glob@^3.3.2
Updatedhtmlparser2@^9.1.0
Updatedmicromatch@^4.0.7